Background for Skyrim SE
Member of the MCM_ConfigBase script
eventOnSettingChange(stringa_ID)

Description

Documentation Comment

Event raised when an MCM setting is changed.


Parameters

  1. stringa_ID


Examples

Auto-Generated Example

Scriptname MyCoolScript extends MCM_ConfigBase

event OnSettingChange(string a_ID)
    Debug.trace("Event received - OnSettingChange: a_ID = " + a_ID)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.