Thread Tools Display Modes
07/04/22, 09:32 AM   #1
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
World Event POI Active Animated pin question

There is something I don't understand about the World Event POI Active Animated pin:
It is clearly made of a regular texture and an animated pin underneath but is the pin indeed two pins or does one of the pin embeds the other or is there a 2nd texture in the animated pin data to display as an overlay?


Code:
local overlayTexture, pulseTexture, glowTexture = GetPinTextureData(self, singlePinData.texture)
  Reply With Quote
07/06/22, 09:48 AM   #2
AlbinoPython
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 24
It has been a while since I looked at the world event pins but I think the animation data is stored in the pin data attribute of the world event pin. I am not using all the same naming conventions as ESO but you can see in this link where I am using the pin data information to determine when to apply animations.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » World Event POI Active Animated pin question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off