View Single Post
06/09/17, 11:13 PM   #3
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
I'm not sure if there are any functions you can use to see if an addon is loaded. However, in general, when an addon is loaded, the EVENT_ON_ADDON_LOADED is fired, and it passes the name of the addon in question. You can use this to compile a list of the addons that are active. Another option would be to check the addon list in the escape menu, but if there's no API function then that's kind of roundabout.
  Reply With Quote