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

Function UnitRemoveType

Line
3036
Location
common.j
Constant?
no
Type
native
Arguments
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
3041
native UnitRemoveBuffs              takes unit whichUnit, boolean removePositive, boolean removeNegative returns nothing