Game Object Event Handling¶
Game Object Event Dispatcher¶
-
class
CommonGameObjectEventDispatcherService¶ Bases:
sims4communitylib.services.common_service.CommonServiceA service that dispatches Game Object events (Init, Spawn, Destroy, etc.).
Warning
Do not use this service directly to listen for events! Use the
CommonEventRegistryto listen for dispatched events.