View Single Post
02/02/18, 06:37 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Check out the code here: https://github.com/esoui/esoui/blob/..._savedvars.lua

It's the source code for the saved variables.


It looks like you might be able to access it with ZO_SavedVars:New(savedVariableTable, version, namespace, defaults, profile, displayName, characterName, characterId, characterKeyType), by changing the displayName parameter.
  Reply With Quote