View Single Post
01/06/19, 03:04 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
I highly doubt you want to update the whole map all the time.
I think you are looking for
Code:
ZO_WorldMap_RefreshCustomPinsOfType(pinType)
or for more control:
Code:
ZO_WorldMap_GetPinManager()
  Reply With Quote