The search keyword must be a single word (no spaces).

Function UnitAddType

Line
3035
Location
common.j
Constant?
no
Type
native
Arguments
unit whichUnit, unittype whichUnitType
Returns
boolean
3035
native UnitAddType                  takes unit whichUnit, unittype whichUnitType returns boolean
3036
native UnitRemoveType               takes unit whichUnit, unittype whichUnitType returns boolean
3037
3038
native UnitAddAbility               takes unit whichUnit, integer abilityId returns boolean
3039
native UnitRemoveAbility            takes unit whichUnit, integer abilityId returns boolean
3040
native UnitMakeAbilityPermanent     takes unit whichUnit, boolean permanent, integer abilityId returns boolean