Jump to content

IsGroup

From CMM Wiki
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: