Files
wow_Meta/api/IsFlyableArea.lua
2024-12-16 13:13:08 +01:00

5 lines
347 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil isFlyable
---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.
function IsFlyableArea() end