- Found in:
- SkyUI
eventOnDefaultST()
Description
Documentation String
Called when resetting a state option to its default value
Documentation Comment
@since 2
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SKI_ConfigBase
event OnDefaultST()
Debug.trace("Event received - OnDefaultST")
endEvent