#include <StructureBody.h>
Inherits ActiveBody.
Inherited by HiveStructureBody.
Protected Attributes | |
| ObjectID | m_constructorObjectID |
| object that built this structure | |
Protected Attributes inherited from BodyModule | |
| Real | m_damageScalar |
Additional Inherited Members | |
Static Public Member Functions inherited from BodyModule | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from BehaviorModule | |
| static Int | getInterfaceMask () |
| static ModuleType | getModuleType () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from ActiveBody | |
| void | validateArmorAndDamageFX () const |
| void | doDamageFX (const DamageInfo *damageInfo) |
| void | createParticleSystems (const AsciiString &boneBaseName, const ParticleSystemTemplate *systemTemplate, Int maxSystems) |
| void | deleteAllParticleSystems (void) |
| void | setCorrectDamageState () |
| Bool | shouldRetaliate (Object *obj) |
| Bool | shouldRetaliateAgainstAggressor (Object *obj, Object *damager) |
| virtual void | internalAddSubdualDamage (Real delta) |
| change health | |
Protected Member Functions inherited from BodyModule | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from ObjectModule | |
| Object * | getObject () |
| const Object * | getObject () const |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Structure body module
Definition at line 63 of file StructureBody.h.
| StructureBody::StructureBody | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 42 of file StructureBody.cpp.
|
inline |
Definition at line 75 of file StructureBody.h.
| void StructureBody::setConstructorObject | ( | Object * | obj | ) |
Definition at line 59 of file StructureBody.cpp.
|
protected |
object that built this structure
Definition at line 79 of file StructureBody.h.