Background for Skyrim SE

MCM_ConfigBase


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionRefreshMenu()Native

Refreshes currently displayed values in the MCM if it is currently open.
Call this if you have changed values in response to an OnSettingChange event.

voidfunctionSetMenuOptions(stringa_ID, string[]a_options, string[]a_shortNames=NONE)Native

Dynamically override menu options via script.
The supplied ID must refer to a menu control.

intfunctionGetModSettingInt(stringa_settingName)Native

Obtains the value of a mod setting.

boolfunctionGetModSettingBool(stringa_settingName)Native
floatfunctionGetModSettingFloat(stringa_settingName)Native
stringfunctionGetModSettingString(stringa_settingName)Native
voidfunctionSetModSettingInt(stringa_settingName, inta_value)Native

Sets the value of a mod setting.

voidfunctionSetModSettingBool(stringa_settingName, boola_value)Native
voidfunctionSetModSettingFloat(stringa_settingName, floata_value)Native
voidfunctionSetModSettingString(stringa_settingName, stringa_value)Native
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.