View Single Post
03/02/14, 05:47 PM   #5
Myrroddin
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 28
Originally Posted by Errc View Post
No need to make multiple saved vars files. Can make separate SV for character specific or for the whole account.

Code:
sv.char = sv.char or ZO_SavedVars:New( SvName , version , "main" , defaultChar )
sv.profile = sv.profile or ZO_SavedVars:NewAccountWide( SvName , version , "main" , defaultAccount )
Ah, thank you. I've been pouring over the Wiki with no luck or love trying to find the following syntax:

* ZO_SavedVars
* EVENT_MANAGER
* CHAT_SYSTEM
* CALLBACK_MANAGER
* others?

If I had found ZO_SavedVars, I might have been able to answer this myself. Where are they documented, if they are?
  Reply With Quote