UnitRemoveTypeBJ
- Parameters
-
whichType unittype
whichUnit unit
- comment
- patch
1.15
- Source
- Blizzard.j
- return type
boolean
- Source code
function UnitRemoveTypeBJ takes unittype whichType, unit whichUnit returns boolean return UnitRemoveType(whichUnit, whichType) endfunction