Files
wow_Meta/api/IsFlyableArea.lua
2025-05-04 14:35:26 +02:00

6 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