Thread: Detecting event
View Single Post
03/18/23, 10:40 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,972
Moved to the correct forum

Answer:
If you check the API documentation txt files linked at the API version at the WIki you will find all events (search for EVENT_) and a list of EVENT_UNIT* in it.

EVENT_UNIT_CREATED
EVENT_UNIT_DESTROYED


Wiki:
https://wiki.esoui.com/Main_Page

API versions:
https://wiki.esoui.com/APIVersion

Check the entry at the current "live" version: "API TXT Documentation"

You can also have a look at the Wiki's Event list but it maybe not up2date! So be carefull with that event list and compar to the most current API version txt file contents!!!
https://wiki.esoui.com/Events

Last edited by Baertram : 03/18/23 at 10:45 AM.
  Reply With Quote