Jump to content

IsGroup

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (IsGroup – 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: IsGroup
Function Description: Checks whether the supplied table represents a DCS group.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.IsGroup( table Grp )
Return Value:
Parameters: Name Description
GrpGroup Object table
Example: local ok = CMM.IsGroup(Group.getByName("AlphaSquad"))
Example Description: Returns true if the argument is a group; otherwise false.
Related Functions:
Notes: