View Single Post
12/07/23, 02:08 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,001
It would be possible if the class passives create a "buff" which is actually shown if you press C and scroll down to your character buffs.
These can be read.
I think it was a loop with GetUnitBuffInfo("player"....) to get them via API then.

For those there also fires an EVENT_EFFECT_CHANGED with granted, updated, removed or similar.

But everything else maybe only happening in C code, not lua / UI wise and the API would not know it.
  Reply With Quote