Files
wow_Meta/api/ArchaeologyMapUpdateAll.lua
2024-12-16 13:13:08 +01:00

5 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