Jump to content

IsStatic

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (IsStatic – created via PowerShell script (2025-11-11T21:12:04Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
ObjStatic 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: