UnitRemoveTypeBJ

Parameters
whichType unittype
whichUnit unit
return type
boolean
Source code
function UnitRemoveTypeBJ takes unittype whichType, unit whichUnit returns boolean
    return UnitRemoveType(whichUnit, whichType)
endfunction
Source
Blizzard.j
wc3modding.com
UnitRemoveTypeBJ