scripting.events
| .. | |
|---|---|
| ScriptEvent | Base Class for Script Events, doesn't really do anything by itself, but can be canceled. |
| StateSwitchEvent | Event used for onStateSwitch |
| StepHitEvent | Script Event used for onStepHit and similar callbacks. This is not cancellable. |
| UIScriptEvent | |
| UpdateEvent | Script Event used for onUpdate and similar callbacks. This is not cancellable. |