WoW:API IsFlying: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}} __NOTOC__
{{wowapi}}
 
== Parameters ==
Checks whether the player is flying.
flying = IsFlying()
 
 
=== Arguments ===
=== Arguments ===
none
none


=== Returns ===
=== Returns ===
:; flying : [[Boolean]] - Whether the player is currently flying


:; flying
=== Notes ===


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

Revision as of 18:18, 25 June 2007

WoW API < IsFlying

Checks whether the player is flying.

flying = IsFlying()


Arguments

none

Returns

flying
Boolean - Whether the player is currently flying


Details

Added in Patch 2.0