UnitAddTypeBJ

Parameters
whichTypeunittype
whichUnitunit
comment
patch

1.15

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