WoW:API CancelUnitBuff: Difference between revisions

Note about druid forms
m (New page: {{wowapi}} Removes a specific buff from the unit. CancelUnitBuff(unit, buffIndex); ---- ;''Arguments'' :;unit: The unitID of the unit. In the case of this function, the uni...)
 
(Note about druid forms)
Line 31: Line 31:
* This function is not protected nor limited in any way to hardware event restriction Blizzard used so far. This function can be called freely from an AddOn to auto-remove a given buff.
* This function is not protected nor limited in any way to hardware event restriction Blizzard used so far. This function can be called freely from an AddOn to auto-remove a given buff.
* This function replaced [[API CancelPlayerBuff|CancelPlayerBuff]] in 3.0.
* This function replaced [[API CancelPlayerBuff|CancelPlayerBuff]] in 3.0.
* This function does not appear to work for canceling druid forms.
Anonymous user