View Single Post
04/10/15, 01:43 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,048
Maybe this thread here helps:

http://www.esoui.com/forums/showthre...ad+eso+setting

Have a look at the WIKI here:
http://wiki.esoui.com/API

GetSetting(integer system, integer settingId)
Returns: string value
GetSettingBool(integer system, integer settingId)
Returns: boolean value
SetSetting(integer system, integer settingId, string value, integer setOptions)
ApplySettings()

The system variable should be something from this list:
http://wiki.esoui.com/Globals#SettingSystemType

SettingSystemType
SETTING_TYPE_ACTION_BARS
SETTING_TYPE_ACTIVE_COMBAT_TIP
SETTING_TYPE_AUDIO
SETTING_TYPE_CAMERA
SETTING_TYPE_CHAT_BUBBLE
SETTING_TYPE_COMBAT
SETTING_TYPE_DEVELOPER_DEBUG
SETTING_TYPE_GAMEPAD
SETTING_TYPE_GRAPHICS
SETTING_TYPE_IN_WORLD
SETTING_TYPE_LANGUAGE
SETTING_TYPE_LOOT
SETTING_TYPE_NAMEPLATES
SETTING_TYPE_TOOLTIPS
SETTING_TYPE_TUTORIAL
SETTING_TYPE_UI
SETTING_TYPE_VOICE

The settings name (settingId parameter) itsself, I don't know if there is a list somwhere :-(
Maybe it is the same name as in the UserSettings.txt file on your harddisc, one folder above the Addons folder -> "Elder Scrolls Online\live" (or liveeu)

Last edited by Baertram : 04/10/15 at 01:47 PM.
  Reply With Quote