6 lines
409 B
Lua
6 lines
409 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numEntries
|
|
---Returns the number of digsites in the current zone. The value returned reflects dig sites for the current zone: If the world map is visible, the currently viewed zone; else, the player's zone. It will always return 0 when called while the zone is continent or further zoomed out.
|
|
function ArchaeologyMapUpdateAll() end
|