7 lines
327 B
Lua
7 lines
327 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|