#include <external/RadixEngine/include/radix/component/Health.hpp>
Inherits radix::Component.
radix::Health::Health |
( |
Entity & |
ent | ) |
|
const char* radix::Health::getName |
( |
| ) |
const |
|
inlinevirtual |
TypeId radix::Health::getTypeId |
( |
| ) |
const |
|
inlinevirtual |
void radix::Health::harm |
( |
float |
amount | ) |
|
void radix::Health::heal |
( |
float |
amount | ) |
|
bool radix::Health::isAlive |
( |
| ) |
|
void radix::Health::kill |
( |
| ) |
|
void radix::Health::revive |
( |
| ) |
|
void radix::Health::serialize |
( |
serine::Archiver & |
ar | ) |
|
float radix::Health::health |
float radix::Health::maxHealth |
The documentation for this class was generated from the following files:
- external/RadixEngine/include/radix/component/Health.hpp
- external/RadixEngine/source/component/Health.cpp