5 lines
367 B
Lua
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 |