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

7 lines
372 B
Lua

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