KillReward.ixx File
Score type awarded for killing an entity. More...
Included Headers
#include <helios.engine.mechanics.scoring.types.ScoreTypeId>
#include <helios.engine.mechanics.scoring.types.Score>
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 | types |
Classes Index
| class | KillReward |
Description
Score type awarded for killing an entity.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::engine::mechanics::scoring::types {
23 class KillReward: public Score {
33 explicit KillReward(const double score) : Score(score){}
38 [[nodiscard]] ScoreTypeId typeId() const noexcept override {
39 return ScoreTypeId::id<KillReward>();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.