GetUnitStateSwap

Parameters
whichState unitstate
whichUnit unit
comment

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

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