View Single Post
03/02/14, 02:31 PM   #7
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
That's the name of my addon saved variable table.

I've been putting this at the top of my addons, to make things a bit easier:
local addonName = "XrysGatherer"
local addonVersion = "0.0.1"
local addonSV = addonName.."_SavedVariables"


In the gather addon it works out as "XrysGatherer_SavedVariables". That's why I don't get, writing to it works fine .. but reading from it seems to be a bit messed up unless you are looking for a specific element like I do to identify an existing element.
  Reply With Quote