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)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Seems like it is returning the number of forms you have not the current one you are in... this is about worthless.
{{wowapi}}
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.

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.