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