WoW:API IsFlying: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
No edit summary
Line 9: Line 9:


=== Returns ===
=== Returns ===
:; flying : [[Boolean]] - Whether the player is currently flying
1 if the player is currently flying, nil otherwise




=== Details ===
=== Details ===
: Added in Patch 2.0
: Added in Patch 2.0

Revision as of 08:06, 9 March 2008

WoW API < IsFlying

Checks whether the player is flying.

flying = IsFlying()


Arguments

none

Returns

1 if the player is currently flying, nil otherwise


Details

Added in Patch 2.0