WoW:API CastShapeshiftForm: Difference between revisions

m
fixing typo "our" should be "out"
m (sp)
m (fixing typo "our" should be "out")
Line 54: Line 54:


== Example ==
== Example ==
This Example shows how to return to your human form our of any other form.
This Example shows how to return to your human form out of any other form.
   for i=1, GetNumShapeshiftForms() do
   for i=1, GetNumShapeshiftForms() do
     _, name, active = GetShapeshiftFormInfo(i);
     _, name, active = GetShapeshiftFormInfo(i);
Anonymous user