- Found in:
- MCM Helper
eventOnConfigClose()
Description
Documentation Comment
Event raised when a config menu is closed.
Examples
Auto-Generated Example
Scriptname MyCoolScript extends MCM_ConfigBase
event OnConfigClose()
Debug.trace("Event received - OnConfigClose")
endEvent