Wowpedia

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

READ MORE

Wowpedia
No edit summary
(4 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 ===
:; flying
 
  +
1 if the player is currently flying, nil otherwise
   
=== Notes ===
 
   
 
=== Details ===
Added in Patch 2.0
+
: 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