Game Object Event Handling

Game Object Event Dispatcher

class CommonGameObjectEventDispatcherService(*args, **kwargs)

Bases: CommonService

A service that dispatches Game Object events (Init, Spawn, Destroy, etc.).

Warning

Do not use this service directly to listen for events! Use the CommonEventRegistry to listen for dispatched events.