ScoreObserverSystem.ixx File
System that synchronizes ScoreObserverComponent with ScorePools. More...
Included Headers
#include <format>
#include <helios.engine.mechanics.lifecycle.components.Active>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.GameWorld>
#include <helios.engine.mechanics.scoring.types>
#include <helios.engine.common.tags.SystemRole>
#include <helios.util.log>
#include <helios.engine.mechanics.scoring.components>
#include <helios.engine.modules.physics.collision.events>
#include <helios.engine.mechanics.scoring.commands>
#include <helios.engine.mechanics.scoring.ScorePoolManager>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | mechanics |
|
High-level gameplay systems and components for game logic. More... | |
| namespace | scoring |
|
Score management and tracking system for game mechanics. More... | |
| namespace | systems |
|
Systems for score processing and observation. More... | |
Classes Index
| class | ScoreObserverSystem |
|
System that propagates score snapshots to ScoreObserverComponents. More... | |
Description
System that synchronizes ScoreObserverComponent with ScorePools.
File Listing
The file content with the documentation metadata removed is:
32export namespace helios::engine::mechanics::scoring::systems {
47 class ScoreObserverSystem {
52 ScorePoolManager& scorePoolManager_;
63 explicit ScoreObserverSystem(ScorePoolManager& scorePoolManager)
74 void update(helios::engine::runtime::world::UpdateContext& updateContext) noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.