WoW:API GetNumShapeshiftForms: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetNumShapeshiftForms to API GetNumShapeshiftForms without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
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.
 
{{template:WoW API}}

Latest revision as of 04:46, 15 August 2023

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.