GetGroupUnitTypes
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | GetGroupUnitTypes | |
| Function Description: | Returns a list of the aircraft/vehicle type names for every unit in a group. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.GetGroupUnitTypes( table or string GRP ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| GRP | A Group object or the name of a group as a string. | |
| Example: | CMM.GetGroupUnitTypes(Group.getByName('Group1')) | |
| Example Description: | Returns a list of the aircraft/vehicle type names for every unit in a group. | |
| Related Functions: | ||
| Notes: | ||