Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/05/23, 10:15 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Did you check the ZO_COLLECTIBLE_DATA_MANAGER object's function, maybe it provides that already.
Inspect it via zgoo or merTorchbug to see it's functions (maybe hidden below inheietd calsses at the __index metatables!).

Or check the ZOs code:
/ingame/collections/collectibledatamaneger.lua

https://github.com/esoui/esoui/tree/...me/collections


It says as comment e.g. EVENT_COLLECTIBLE_UPDATED fires when a nickname changes or a collectible is set as active/inactive. It does not encompass unlock state changes.

This calls ZO_COLLECTIBLE_DATA_MANAGER:OnCollectibleUpdated
So maybe check that func where it write the active colelctibles to and read it from there.
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Get active Customized Actions


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