Thread: includes?
View Single Post
05-26-10, 04:14 PM   #3
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
A couple of patches ago, Blizzard added a built-in mechanism to have an addon-local table, by this method:

Code:
local ADDON_NAME, ADDON_TABLE = ...
Simply insert that at the top of each file and use "ADDON_TABLE" or whatever you call it, as your addon-local container table.
__________________
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