The MCM_ConfigBase script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like MCM Helper (MCM Helper).
For this script, the Papyrus index knows about:
- 5 events
- 10 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
- Found in:
- MCM Helper
eventOnSettingChange(stringa_ID)Event raised when an MCM setting is changed.
- Found in:
- MCM Helper
eventOnPageSelect(stringa_page)Event raised when a new page is selected, including the initial empty page.
- Found in:
- MCM Helper
eventOnConfigInit()Event raised when a config menu is first initialized.
- Found in:
- MCM Helper
eventOnConfigOpen()Event raised when a config menu is opened.
- Found in:
- MCM Helper
eventOnConfigClose()Event raised when a config menu is closed.
Functions
- Found in:
- MCM Helper
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.- Found in:
- MCM Helper
Dynamically override menu options via script.
The supplied ID must refer to a menu control.- Found in:
- MCM Helper
Obtains the value of a mod setting.
- Found in:
- MCM Helper
- Found in:
- MCM Helper
- Found in:
- MCM Helper
- Found in:
- MCM Helper
Sets the value of a mod setting.
- Found in:
- MCM Helper
- Found in:
- MCM Helper
- Found in:
- MCM Helper
