#include <EjectPilotDie.h>
Inherits DieModule.
Static Public Member Functions | |
| static void | ejectPilot (const ObjectCreationList *ocl, const Object *dyingObject, const Object *damageDealer) |
Static Public Member Functions inherited from DieModule | |
| 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) |
Additional Inherited Members | |
Protected Member Functions inherited from DieModule | |
| Bool | isDieApplicable (const DamageInfo *damageInfo) const |
Protected Member Functions inherited from BehaviorModule | |
| 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 |
When this object dies, create another object in its place
Definition at line 58 of file EjectPilotDie.h.
| EjectPilotDie::EjectPilotDie | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 71 of file EjectPilotDie.cpp.
|
static |
Definition at line 84 of file EjectPilotDie.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 72 of file EjectPilotDie.h.
|
virtual |