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

5 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string zoneText
---Returns the name of the current area (as displayed in the Minimap). Matches GetSubZoneText(), GetRealZoneText() or GetZoneText().
function GetMinimapZoneText() end