Background for Skyrim SE
Member of the MCM_ConfigBase script

Description

Documentation Comment

Event raised when a config menu is opened.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends MCM_ConfigBase

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