Returns whether flight is allowed on the continent where the player is currently located. Returns 1 for some areas in which flight is disabled -- notably Dalaran (with the exception of the Krasus' Landing subzone) and Wintergrasp.
See also Player information functions.
Signature:
isFlyable = IsFlyableArea()
Returns:
- isFlyable- 1 if flight is allowed on the continent where the player is currently located; otherwise nil (- 1nil)
