#include <HiveStructureBody.h>
Inherits StructureBodyModuleData.
Public Member Functions | |
| HiveStructureBodyModuleData () | |
Public Member Functions inherited from StructureBodyModuleData | |
| StructureBodyModuleData () | |
Public Member Functions inherited from ActiveBodyModuleData | |
| ActiveBodyModuleData () | |
Public Member Functions inherited from BodyModuleData | |
| BodyModuleData () | |
Public Member Functions inherited from BehaviorModuleData | |
| BehaviorModuleData () | |
Public Member Functions inherited from ModuleData | |
| ModuleData () | |
| virtual | ~ModuleData () |
| void | setModuleTagNameKey (NameKeyType key) |
| NameKeyType | getModuleTagNameKey () const |
| virtual Bool | isAiModuleData () const |
| virtual const W3DModelDrawModuleData * | getAsW3DModelDrawModuleData () const |
| virtual const W3DTreeDrawModuleData * | getAsW3DTreeDrawModuleData () const |
| virtual StaticGameLODLevel | getMinimumRequiredGameLOD () const |
| virtual void | crc (Xfer *xfer) |
| run the "light" crc check on this data structure | |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Static Public Member Functions | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from StructureBodyModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from ActiveBodyModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from BodyModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from BehaviorModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from ModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Public Attributes | |
| DamageTypeFlags | m_damageTypesToPropagateToSlaves |
| DamageTypeFlags | m_damageTypesToSwallow |
| A subset of the damage types to propagate. Do not take them ourselves. | |
Public Attributes inherited from ActiveBodyModuleData | |
| Real | m_maxHealth |
| Real | m_initialHealth |
| Real | m_subdualDamageCap |
| Subdual damage will never accumulate past this. | |
| UnsignedInt | m_subdualDamageHealRate |
| Every this often, we drop subdual damage... | |
| Real | m_subdualDamageHealAmount |
| by this much. | |
Definition at line 44 of file HiveStructureBody.h.
| HiveStructureBodyModuleData::HiveStructureBodyModuleData | ( | ) |
Definition at line 50 of file HiveStructureBody.cpp.
|
inlinestatic |
Definition at line 52 of file HiveStructureBody.h.
| DamageTypeFlags HiveStructureBodyModuleData::m_damageTypesToPropagateToSlaves |
Definition at line 47 of file HiveStructureBody.h.
| DamageTypeFlags HiveStructureBodyModuleData::m_damageTypesToSwallow |
A subset of the damage types to propagate. Do not take them ourselves.
Definition at line 48 of file HiveStructureBody.h.