#include <DieModule.h>
Inherits BehaviorModule, and DieModuleInterface.
Inherited by CreateCrateDie, CreateObjectDie, CrushDie, DamDie, DestroyDie, EjectPilotDie, FXListDie, InstantDeathBehavior, KeepObjectDie, RebuildHoleExposeDie, SpecialPowerCompletionDie, and UpgradeDie.
Static Public Member Functions | |
| 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 | |
| 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 |
Definition at line 86 of file DieModule.h.
|
inline |
Definition at line 109 of file DieModule.h.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Reimplemented in FXListDie.
Definition at line 101 of file DieModule.h.
|
inlinestatic |
Definition at line 98 of file DieModule.h.
|
inlineprotected |
Definition at line 106 of file DieModule.h.
|
pure virtual |
Implements DieModuleInterface.
Implemented in CreateCrateDie, CreateObjectDie, CrushDie, DamDie, DestroyDie, EjectPilotDie, FXListDie, InstantDeathBehavior, KeepObjectDie, RebuildHoleExposeDie, SpecialPowerCompletionDie, and UpgradeDie.