Wowpedia

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

READ MORE

Wowpedia
(Created page with "{{wowapi}} Returns the instance ID for a map. instanceID = EJ_GetInstanceForMap(mapID) ==Arguments== ;mapID : number ==Returns== ;EncounterInstanceID|instance...")
 
mNo edit summary
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
Returns the instance ID for a map.
+
Returns the instance ID for a map if it's an instance.
 
instanceID = EJ_GetInstanceForMap(mapID)
 
instanceID = EJ_GetInstanceForMap(mapID)
   

Revision as of 10:04, 19 March 2019

Returns the instance ID for a map if it's an instance.

instanceID = EJ_GetInstanceForMap(mapID)

Arguments

mapID
number

Returns

instanceID
number

Patch changes