7 lines
180 B
Lua
7 lines
180 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return string zone
|
|
---Returns the name of the zone in which the player is located
|
|
function GetZoneText() end
|