View Single Post
10/04/21, 07:51 AM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I guess the events EVENT_* constants are not defined anywhere in the official source code and it thus does not find it properly then.
Glad it worked for you with the other generated files, where they are defined as functions to let auto-completion recognize and find them:

Code:
--- @param addonName string
--- @return void
function EVENT_ADD_ON_LOADED (eventId, addonName) end
  Reply With Quote