GetUnitStateSwap

Parameters
whichState unitstate
whichUnit unit
comment

The arguments are swapped for WorldEdit usage. Equivalent to GetUnitState.

patch

1.00

Source
Blizzard.j
return type
real
Source code
function GetUnitStateSwap takes unitstate whichState, unit whichUnit returns real
    return GetUnitState(whichUnit, whichState)
endfunction