WoW:API CancelPlayerBuff

From AddOn Studio
Revision as of 16:26, 6 August 2005 by WoWWiki>Voratus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CancelPlayerBuff -Documentation by Voratus-

Removes a specific buff from the player.

CancelPlayerBuff(buffIndex);

Arguments
buffIndex
The id of the buff to remove. Starts at 0 and goes up to 15..

Example
CancelPlayerBuff(0);
Result

Removes the first (right-most in the default UI) buff from the player.


See Also

Template:WoW API