IsStatic
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | IsStatic | |
| Function Description: | Determines whether the supplied object is a static DCS object. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.IsStatic( table Obj ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| Obj | Static Object table | |
| Example: | local isStat = CMM.IsStatic(v.getByName("Bunker")) | |
| Example Description: | Returns true if the argument is a static object; otherwise false. | |
| Related Functions: | ||
| Notes: | ||