ScoreValueContext Struct
Data structure containing score update information. More...
Declaration
Public Member Attributes Index
| ScoreTypeId | scoreTypeId |
|
Type identifier for the score (e.g., KillReward). More... | |
| ScorePoolId | scorePoolId |
|
Target score pool to receive this score. More... | |
| double | value {} |
|
The score value to add. More... | |
Description
Data structure containing score update information.
Encapsulates the score type, target pool, and value for a score update. Used by UpdateScoreCommand to transfer scoring data.
Definition at line 22 of file ScoreContext.ixx.
Public Member Attributes
scorePoolId
|
Target score pool to receive this score.
Definition at line 32 of file ScoreContext.ixx.
scoreTypeId
|
Type identifier for the score (e.g., KillReward).
Definition at line 27 of file ScoreContext.ixx.
Referenced by helios::engine::mechanics::scoring::ScorePool::addScore.
value
|
The score value to add.
Definition at line 37 of file ScoreContext.ixx.
Referenced by helios::engine::mechanics::scoring::ScorePool::addScore.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.