Skip to content

Lifetime Events

LifetimeEvent

LifetimeEvent(engine: Engine)

Bases: Event

Base lifetime event implementation for wame plugins.

engine property

engine: Engine

The engine that is handling this plugin and dispatched this event.

LoadEvent

LoadEvent(engine: Engine)

Bases: LifetimeEvent

Dispatched when the engine flags your plugin to load/start.

engine property

engine: Engine

The engine that is handling this plugin and dispatched this event.

UnloadEvent

UnloadEvent(engine: Engine)

Bases: LifetimeEvent

Dispatched when the engine flags your plugin to unload/stop.

engine property

engine: Engine

The engine that is handling this plugin and dispatched this event.