|
group2 0.1.0
CSE 125 Group 2
|
ECS component: player health, armor, and passive heal cooldown. More...
#include <Health.hpp>
Public Attributes | |
| float | health = 100.0f |
| Current health points (0 = dead). | |
| float | armor = 100.0f |
| Current armor points (absorbs damage before health). | |
| float | overShield = 0.0f |
| float | healTimer = 0.0f |
| Seconds remaining before passive healing begins. | |
ECS component: player health, armor, and passive heal cooldown.
| float Health::armor = 100.0f |
Current armor points (absorbs damage before health).
| float Health::health = 100.0f |
Current health points (0 = dead).
| float Health::healTimer = 0.0f |
Seconds remaining before passive healing begins.
| float Health::overShield = 0.0f |