WoW:API IsFlying: Difference between revisions

(Updated to match the current API boilerplate.)
m (Move page script moved page API IsFlying to API IsFlying without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

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