Jump to content

IsGroupByName

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: IsGroupByName
Function Description: Determines whether a group with the given name exists in the mission.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.IsGroupByName( string GrpName )
Return Value:
Parameters: Name Description
GrpNameGroupName string
Example: local exists = CMM.IsGroupByName("AlphaSquad")
Example Description: Returns true if a group named "AlphaSquad" is present; otherwise false.
Related Functions:
Notes: