Template:Event functions
Jump to navigation
Jump to search
- addEvent - Add a new custom event type
- addEventHandler - Add a handler for an existing event, causing a function to get called when it is triggered
- cancelEvent - Cancel the game's default event handling
- removeEventHandler - Remove an existing event handler
- triggerEvent - Trigger an existing event type
- wasEventCanceled - Check if the last active event was canceled