Core Help Root: Subsystems: Events: Receiving


Events are received through the following method:

.event_notify(event, obj, @args)
Receive an event caused by 'obj'.

The event argument is the name of the event. The obj argument is the object which caused the event, any subsequent arguments are those sent to .send_event(), which is explained in the section Sending Events.


Registering | Hooks | Sending | Receiving | Standard


the Cold Dark