Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 530 Bytes

File metadata and controls

11 lines (7 loc) · 530 Bytes

Visual Script: Event Handler Nodes

Event Handlers

Event handlers are nodes that get executed when a certain message is sent to any of the objects that this script is responsible for. All event handlers are entry points into the script and most scripts will only execute as a reaction to an event.

See Also