Background for Skyrim SE
Member of the MCM_ConfigBase script

Description

Documentation Comment

Event raised when a config menu is first initialized.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends MCM_ConfigBase

event OnConfigInit()
    Debug.trace("Event received - OnConfigInit")
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.