6 lines
172 B
Lua
6 lines
172 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Sets the world map to show the zone in which the player is located
|
|
function SetMapToCurrentZone() end
|