Re-exports: _Primitives
public constant ANIMATION_PERIOD = 0.030
🔧 Configurable. Override it in your map’s config package.
Standard Period for animation. Note that 0.03125 is also possible, but doesn’t work with order cancel from SetUnitPos
public constant MAX_COLLISION_SIZE = 197.0
🔧 Configurable. Override it in your map’s config package.
Max collision size of any unit
public constant HEIGHT_ENABLER = 'Amrf'
Id of Ravenform to allow setting fly height
public constant TREE_RECOGNITION = 'Aeat'
Id of Eattree to recognize trees
public constant LOCUST_ID = 'Aloc'
Id of Locust
public constant GHOST_INVIS_ID = 'Agho'
Id of Ghost (Visible)
public constant GHOST_VIS_ID = 'Aeth'
Id of Ghost (Invisible)
public constant DUMMY_PLAYER = players[PLAYER_NEUTRAL_PASSIVE]
Neutral Passive (grey)
public constant DUMMY_HOSTILE_PLAYER = players[PLAYER_NEUTRAL_AGGRESSIVE]
Neutral Hostile (darkgreen)