CombatConfig Class
Declaration
class helios::engine::builder::gameObject::builders::configs::CombatConfig { ... }
Public Constructors Index
| CombatConfig (helios::engine::ecs::GameObject gameObject) | |
Public Member Functions Index
| CombatConfig & | trackLastDamage () |
|
Tracks the last damage applied. More... | |
Private Member Attributes Index
| helios::engine::ecs::GameObject | gameObject_ |
|
Non-owning pointer to the target GameObject. More... | |
Definition at line 20 of file CombatConfig.ixx.
Public Constructors
CombatConfig()
| inline explicit |
Definition at line 29 of file CombatConfig.ixx.
29 explicit CombatConfig(helios::engine::ecs::GameObject gameObject) : gameObject_(gameObject) {
30
31 }
Referenced by trackLastDamage.
Public Member Functions
trackLastDamage()
| inline |
Tracks the last damage applied.
- Returns
Reference to this config for chaining.
Definition at line 38 of file CombatConfig.ixx.
Reference CombatConfig.
Private Member Attributes
gameObject_
|
Non-owning pointer to the target GameObject.
Definition at line 25 of file CombatConfig.ixx.
25 helios::engine::ecs::GameObject gameObject_;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.