- ingame/chatsystem/gamepad/gamepadchatsystem.lua:280 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_GAMEPAD_CHAT_HUD_ENABLED, "true")
- ingame/contacts/gamepad/sociallist_gamepad.lua:114 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SOCIAL_LIST_HIDE_OFFLINE, tostring(not GetSetting_Bool(SETTING_TYPE_UI, UI_SETTING_SOCIAL_LIST_HIDE_OFFLINE)))
- ingame/contacts/keyboard/sociallist_keyboard.lua:196 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SOCIAL_LIST_HIDE_OFFLINE, tostring(not GetSetting_Bool(SETTING_TYPE_UI, UI_SETTING_SOCIAL_LIST_HIDE_OFFLINE)))
- ingame/slashcommands/pc/slashcommands_pc.lua:7 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_FRAMERATE, "false")
- ingame/slashcommands/pc/slashcommands_pc.lua:9 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_FRAMERATE, "true")
- ingame/slashcommands/pc/slashcommands_pc.lua:15 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_LATENCY, "false")
- ingame/slashcommands/pc/slashcommands_pc.lua:17 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_LATENCY, "true")
- pregameandingame/optionspanels/optionspanel_video_shared.lua:71 --
SetSetting(SETTING_TYPE_UI, UI_SETTING_CUSTOM_SCALE, formattedValueString)
- pregameandingame/zo_options/optionswindowtemplate.lua:35 --
SetSetting(data.system, data.settingId, tostring(value))
- pregameandingame/zo_options/optionswindowtemplate.lua:763 --
SetSetting(data.system, data.settingId, ARGBHexadecimal)