- Found in:
- MCM Helper
- SkyUI
eventOnConfigOpen()
Description
Documentation String
Called when this config menu is opened
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnConfigOpen()
Debug.trace("Event received - OnConfigOpen")
endEvent