Files
wow_Meta/api/IsFlyableArea.lua
2025-05-04 15:15:00 +02:00

7 lines
356 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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