Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
No edit summary
Tag: WoW API docs
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
 
Returns how many [[digsite]]s are in a zone like [[Azsuna]] or [[Elwynn Forest]].
 
Returns how many [[digsite]]s are in a zone like [[Azsuna]] or [[Elwynn Forest]].
numSites = ArchaeologyMapUpdateAll()
+
numSites = ArchaeologyMapUpdateAll(uiMapID)
  +
  +
== Arguments ==
  +
;uiMapID : <font color="#ecbc2a">number</font> : [[UiMapID]]
   
 
==Returns==
 
==Returns==

Revision as of 04:40, 13 April 2021

Returns how many digsites are in a zone like Azsuna or Elwynn Forest.

 numSites = ArchaeologyMapUpdateAll(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

numSites
Number - the number of digsites the player can use Inv misc shovel 01 [Survey] on in a zone. The player must actually be in a zone that can be surveyed.

Patch changes