IsFlying

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if the character is currently on a flying mount.

flying = IsFlying([unit])

Arguments

unit
string? : UnitToken

Returns

flying
boolean - True if the character is currently flying, false otherwise.

Patch changes

Bc icon.gif Patch 2.0.1 (2006-12-05): Added.