View Single Post
01-18-14, 11:41 AM   #6
LanceDH
A Cyclonian
 
LanceDH's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 41
Well I'm currently switching to the different files and it's working out quite well so far.
I'm using a global table right now but I'll see if I can change it to the private version.
If it fine to have functions in the global space though?
For example my core file has a function to get your kills end some of the other files use that function.
I add the addon name to the beginning of the variable names to lower the change of issues, but it's still a bit iffy.
I might be able to just switch it to the files instead and have them local, but I'm just curious in case I run into something like it in the future.
  Reply With Quote