Thread: Global vars ?
View Single Post
11-02-14, 10:43 PM   #14
AlleyKat
A Warpwood Thunder Caller
 
AlleyKat's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 93
Originally Posted by Phanx View Post
This is incredibly overcomplicated and pointless... if you want your globally-accessible object to be a frame, just make it a frame, and don't use the private table. The private table is only there so that if you don't want a global, you don't need to make one just to share data between files in your addon.
I like to store my data in build-in table, also I like to use my main storage as frame-type-table (events and etc..), and my storage must be available outside. What is pointless? Make a lot of global variables, tables and frames or use one extended table (build-in)?

Last edited by AlleyKat : 11-02-14 at 10:46 PM.
  Reply With Quote