WoW:API IsMounted: Difference between revisions

m
→‎Returns: Seems someone copypasted from IsFlying(), Fixed.
(New page: Checks to see if the player is mounted or not. == Arguments == None == Returns == 1 if the player is currently flying, nil otherwise == Example Code == mounted = IsMounted() If the...)
 
m (→‎Returns: Seems someone copypasted from IsFlying(), Fixed.)
Line 9: Line 9:
== Returns ==
== Returns ==


1 if the player is currently flying, nil otherwise  
1 if the player is currently mounted, nil otherwise


== Example Code ==
== Example Code ==
Anonymous user