GetUnitStateSwap
- Parameters
-
whichState unitstate
whichUnit unit
- comment
-
The arguments are swapped for WorldEdit usage. Equivalent to
GetUnitState
. - patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
function GetUnitStateSwap takes unitstate whichState, unit whichUnit returns real return GetUnitState(whichUnit, whichState) endfunction