Skip to content

Execution

ExecutionStep

Plugin execution flow for controlling when events are dispatched - Does not affect ~LifetimeEvent.

BEFORE class-attribute instance-attribute

BEFORE: int = 1

Execute before the engine handles the event - Does not affect ~LifetimeEvent.

AFTER class-attribute instance-attribute

AFTER: int = 2

Execute after the engine handles the event - Does not affect ~LifetimeEvent.