View Single Post
09/25/21, 01:55 PM   #12
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by AlbinoPython View Post
The "EVENT_WORLD_EVENT_ACTIVE_LOCATION_CHANGED" event supplies a "_newWorldEventLocationId_" for Daedric anchor events. Does anyone know how to get the POI index for this? I am looking to get the ID's normalized X,Y position.
Looking at the source code I'd say you first have to check if it the id is for a POI via GetWorldEventLocationContext and then use GetWorldEventPOIInfo.
  Reply With Quote