WoW:API GetNumShapeshiftForms: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(replaced PLAYER_AURAS_CHANGED by UNIT_AURA because the old one will not longer be supported)
Line 2: Line 2:
Returns the number of shapeshift buttons (stances for Warriors, auras for Paladins, forms for Druids, etc) the player currently has.   
Returns the number of shapeshift buttons (stances for Warriors, auras for Paladins, forms for Druids, etc) the player currently has.   


The function might return 0 if called before the event PLAYER_AURAS_CHANGED has fired off.
The function might return 0 if called before the event UNIT_AURA has fired off.

Revision as of 15:31, 20 October 2010

WoW API < GetNumShapeshiftForms

Returns the number of shapeshift buttons (stances for Warriors, auras for Paladins, forms for Druids, etc) the player currently has.

The function might return 0 if called before the event UNIT_AURA has fired off.