Difference between revisions of "DCS Class Group"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 33: Line 33:
  
 
}}
 
}}
 +
[[Category:Game Patch 1.2.0|Group Class]]

Latest revision as of 00:14, 21 March 2022

Scripting Root

Class Name: Group Added with: 1.2.0
Extends: none
Inherits: none
Description: Represents a group of units.
Member Functions: isExist, activate, destroy, getCategory, getCoalition, getName, getID, getUnit, getUnits, getSize, getInitialSize, getController, enableEmission
Obtained Via: Static Functions Functions Events
getByName Unit.getGroup()
Enumerator Types: Enumerator for Group categories
Group.Category = {
  AIRPLANE      = 0
  HELICOPTER    = 1
  GROUND        = 2
  SHIP          = 3
  TRAIN         = 4
}
Description Table Structure:
Notes: