Health

Undocumented in source.

Constructors

this
this(uint health, uint max)
Undocumented in source.

Members

Functions

add
void add(float amount)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(float amount)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

absorption
uint absorption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
alive
bool alive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dead
bool dead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
health
uint health [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
health
float health [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
max
uint max [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
max
uint max [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxAbsorption
uint maxAbsorption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxAbsorption
uint maxAbsorption [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_absorption
float m_absorption;
Undocumented in source.
m_health
float m_health;
Undocumented in source.
m_max
uint m_max;
Undocumented in source.
m_max_absorption
uint m_max_absorption;
Undocumented in source.

Meta