WoW:API CancelPlayerBuff
Removes a specific buff from the player.
CancelPlayerBuff(buffIndex);
- Arguments
- buffIndex
- The index of the buff to remove. Can be obtained with GetPlayerBuff
- Example
CancelPlayerBuff(GetPlayerBuff(0,"HELPFUL"))
- Result
Removes the first (right-most in the default UI) buff from the player.
- See Also