WoW:API IsFlying: Difference between revisions

 
m (Move page script moved page API IsFlying to API IsFlying without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Parameters ==
{{wowapi}} __NOTOC__
 
Checks whether the player is flying.
flying = IsFlying()
 
 
=== Arguments ===
=== Arguments ===
none
none


=== Returns ===
=== Returns ===
1 if the player is currently flying, nil otherwise


:; flying
=== Notes ===


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

Latest revision as of 04:46, 15 August 2023

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