Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
No edit summary
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
== Parameters ==
 
  +
  +
Checks whether the player is flying.
  +
flying = IsFlying()
  +
  +
 
=== Arguments ===
 
=== Arguments ===
  +
none
  +
 
=== Returns ===
 
=== Returns ===
  +
1 if the player is currently flying, nil otherwise
  +
   
  +
=== Details ===
:; flying
 
  +
: Added in Patch 2.0

Revision as of 08:06, 9 March 2008

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