UnitRemoveTypeBJ

Parameters
whichType unittype
whichUnit unit
comment
patch

1.15

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
boolean
Source code
function UnitRemoveTypeBJ takes unittype whichType, unit whichUnit returns boolean
    return UnitRemoveType(whichUnit, whichType)
endfunction