Jump to content

GetGroupUnitTypes

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (GetGroupUnitTypes – created via PowerShell script (2025-11-11T21:12:09Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
GRPA 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: