Thread: includes?
View Single Post
05-26-10, 08:22 PM   #4
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by Torhal View Post
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.
so it would be

local settings.lua, iamdefaultfont, ect ect ect ?
  Reply With Quote