GetRaidBuffInfo

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 5.0.4
Removed in 7.0.3

Returns information about raid buffs for the player.

buffmask, buffcount = GetRaidBuffInfo()

Returns

buffmask
number - Bit mask of currently active raid buffs.
buffcount
number - The maximum number of raid buffs your current raid can provide.

Details

  • Every bit in the buffmask represents one of the 8 raid buffs. It is set to 1 if the buff is currently active and set to 0 otherwise. The order is the following, beginning with the first bit: Stats, Stamina, Attack Power, Attack Speed, Spell Power, Spell Haste, Critical Strike, Mastery.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also

  • GetRaidBuffTrayAuraInfo