WoW:API CastShapeshiftForm: Difference between revisions

m
Move page script moved page API CastShapeshiftForm to WoW:API CastShapeshiftForm without leaving a redirect
m (sp)
m (Move page script moved page API CastShapeshiftForm to WoW:API CastShapeshiftForm without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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