Zone Event Handling¶
Zone Spin Event Dispatcher¶
- class CommonZoneSpinEventDispatcher¶
Bases:
CommonServiceA service that dispatches zone spin events (Teardown, Save, Early/Late Load).
Warning
Do not use this service directly to listen for events! Use the
CommonEventRegistryto listen for dispatched events.- property game_loaded¶
Determine if the game has loaded.
- Returns:
True, if the game has loaded. False, if the game has not loaded.
- Return type:
bool
- property game_loading¶
Determine if the game is loading.
- Returns:
True, if the game is currently loading. False, if the game is not currently loading.
- Return type:
bool