UnitAddTypeBJ

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