Name | Type | is_array | initial_value |
ActualPosition | location | No | |
CheckTimer | timer | Yes | |
chidocaster | unit | No | |
chidoeffect | effect | Yes | |
chidogroup | group | No | |
chidopoint | location | Yes | |
chidotarget | unit | No | |
DownDown | boolean | Yes | |
LeftDown | boolean | Yes | |
MovePosition | location | No | |
NextMoveTime | real | No | |
OrderedDistance | integer | No | |
OrderedUnit | unit | Yes | |
PointDegrees | integer | Yes | |
Reverse | boolean | Yes | |
RightDown | boolean | Yes | |
UpDown | boolean | Yes |
function Trig_StartSetup_Actions takes nothing returns nothing
call TriggerExecute( gg_trg_PressSetup )
endfunction
//===========================================================================
function InitTrig_StartSetup takes nothing returns nothing
set gg_trg_StartSetup = CreateTrigger( )
call TriggerAddAction( gg_trg_StartSetup, function Trig_StartSetup_Actions )
endfunction