WoW:API GetShapeshiftForm: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded code block)
Line 22: Line 22:
:::*3 = Cat Form
:::*3 = Cat Form
:::*4 = Travel Form
:::*4 = Travel Form
:::*5 = Moonkin Form (and maybe tree form, need to be checked by resto druid).
:::*5 = Moonkin/Tree Form
:::*6 = Flight Form


::;Rogue
::;Rogue

Revision as of 16:05, 14 June 2007

WoW API < GetShapeshiftForm

stance = GetShapeshiftForm(arg1);

Parameters

Arguments

(arg1)
arg1
Boolean - Unknown purpose. the only argument Blizzard sends to this function is true

Returns

stance
stance
Number - one of following:
Any class
  • 0 = human form
Druid
  • 1 = Bear/Dire Bear Form
  • 2 = Aquatic Form
  • 3 = Cat Form
  • 4 = Travel Form
  • 5 = Moonkin/Tree Form
  • 6 = Flight Form
Rogue
  • 1 = Stealth
Warrior
  • 1 = Battle Stance
  • 2 = Defensive Stance
  • 3 = Beserker Stance

Example

local nStance = GetShapeshiftForm(true);