|
GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::HealthComponent, including all inherited members.
| addLife(const u16 lifeAdded) | gk::HealthComponent | inline |
| HealthComponent(const u16 maxLife, const u16 life=0, const u16 hurtTime=0) | gk::HealthComponent | inline |
| hurtTimer() | gk::HealthComponent | inline |
| life() const | gk::HealthComponent | inline |
| m_hurtTime | gk::HealthComponent | private |
| m_hurtTimer | gk::HealthComponent | private |
| m_life | gk::HealthComponent | private |
| m_maxLife | gk::HealthComponent | private |
| maxLife() const | gk::HealthComponent | inline |
| removeLife(const u16 lifeRemoved) | gk::HealthComponent | inline |
| setLife(const u16 newLife) | gk::HealthComponent | inline |
1.8.12