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

6 lines
363 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