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