Thread: Basic Questions
View Single Post
01/01/18, 09:29 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Your txt file determines this, with the files loaded in the order they are listed.

For example: a lot of us use libraries in a lib folder. So if you want to use lib\whatever\whatever.lua, you'd put in your txt file:

lib\whatever\whatever.lua
your_addon.lua

Then your addon can properly call the variables in that other file.
  Reply With Quote