IsGroupByName
Appearance
| 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 |
| GrpName | GroupName string | |
| Example: | local exists = CMM.IsGroupByName("AlphaSquad") | |
| Example Description: | Returns true if a group named "AlphaSquad" is present; otherwise false. | |
| Related Functions: | ||
| Notes: | ||