Event

Description

Provides the core event loop

Events

event_start

Fired before the first iteration of the event loop. The default StartPlugin depends on this event.

event_tick

Fired at the beginning of every iteration of the event loop. The default NetPlugin depends on this event.

event_kill

Fired after the last iteration of the event loop. Many plugins depend on this event for environment clean up purposes.

Methods and Attributes