Files
wow-weakauras/Meta/api/GetSubZoneText.lua
2024-11-07 23:12:37 +01:00

5 lines
367 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string subzoneText
---Returns the name of the minor area in which the player is located. Subzones are named regions within a larger zone or instance: e.g. the Valley of Trials in Durotar, the Terrace of Light in Shattrath City, or the Njorn Stair in Utgarde Keep.
function GetSubZoneText() end