R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
ecs::Health Member List

This is the complete list of members for ecs::Health, including all inherited members.

_currentecs::Healthprivate
_invincibleecs::Healthprivate
_maxecs::Healthprivate
_timerecs::Healthprivate
getCurrentHealth() constecs::Healthinline
getInvincibilityTimer() constecs::Healthinline
getMaxHealth() constecs::Healthinline
getType() const overrideecs::Healthinlinevirtual
heal(int amount)ecs::Healthinline
Health(int maxHealth)ecs::Healthinlineexplicit
Health(int currentHealth, int maxHealth)ecs::Healthinline
isDead() constecs::Healthinline
isInvincible() constecs::Healthinline
setCurrentHealth(int health)ecs::Healthinline
setInvincibilityTimer(float timer)ecs::Healthinline
setInvincible(bool invincible)ecs::Healthinline
setMaxHealth(int health)ecs::Healthinline
takeDamage(int amount)ecs::Healthinline
~Health() override=defaultecs::Health
~IComponent()=defaultecs::IComponentvirtual