Game Object Event Handling

Game Object Event Dispatcher

class CommonGameObjectEventDispatcherService

Bases: sims4communitylib.services.common_service.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.