DCS Class Group

From DCS World Wiki - Hoggitworld.com
Revision as of 00:12, 12 April 2018 by Grimes (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: