View Single Post
01-31-12, 07:17 PM   #24
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Grimsin View Post
How do you do that? Originally my goal was to setup a core file that i could put functions in that would be later used in other files as well as setup a handful of things.
I have my AddOn "core" table, which can be exposed to the world via the global table. Then I use the AddOn-wide table provided by "..." as a private namespace for things I'd rather keep internal but will still be accessible by every file in the AddOn.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote