Difference between revisions of "DCS func getInitialSize"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 3: Line 3:
 
|fName= getInitialSize
 
|fName= getInitialSize
  
|vNum= 1.2.0
+
|vNum= 1.2.6
  
 
|par1= [[DCS_Class_Group|Group]]
 
|par1= [[DCS_Class_Group|Group]]
Line 37: Line 37:
 
}}
 
}}
 
[[Category:Class Functions|getInitialSize]]
 
[[Category:Class Functions|getInitialSize]]
 +
[[Category:Game Patch 1.2.6|getInitialSize]]

Latest revision as of 23:11, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: getInitialSize Added with: 1.2.6
Member Of: Group
Syntax: number Group.getInitialSize(Class Self )
Description: Returns the initial size of the group as defined in the mission editor or if spawned via function. This number will not change as units are destroyed.


Return Value: number
Return Example:
Examples:
Related Functions: Group Functions: isExist, activate, destroy, getCategory, getCoalition, getName, getID, getUnit, getUnits, getSize, getInitialSize, getController, enableEmission
Notes: