View Single Post
02/04/22, 05:52 PM   #16
Gullyable
Join Date: Apr 2018
Posts: 13
Originally Posted by Baertram View Post
Files to load need to be written in the manifest txt file of your addon, hardcoded.
Just like any other lua or xml file.
If the files are stored in the data subtable it would be:
I'm not understanding completely My addon is the generated esoui_constants_live.lua and in the same directory just a single file EsoGrinder.lua that needs to use those functions. I have this in EsoGrinder.txt:

Code:
esoui_constants_live.lua
EsoGrinder.lua
How do I include & use it in EsoGrinder.lua?

Last edited by Gullyable : 02/04/22 at 05:54 PM.
  Reply With Quote