IsGroup
Appearance
| 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 |
| Grp | Group 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: | ||