View Single Post
12-28-17, 10:30 AM   #7
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Originally Posted by Game92 View Post
AddOnName will use your addon name from your TOC file

local A, C, L = unpack(YourAddonName)
I know, but the addon I want to access didn't use this "_G[AddOnName] = Engine" as you do.
Currently, the only way I can do is to edit the file inside the addon.
  Reply With Quote