6 lines
318 B
Lua
6 lines
318 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numOverlays
|
|
---Returns the number of overlays for the current world map zone. Map overlays correspond to areas which are "discovered" when entered by the player, "filling in" the blank areas of the world map.
|
|
function GetNumMapOverlays() end
|