#include <JetSlowDeathBehavior.h>
Inherits SlowDeathBehaviorModuleData.
Public Member Functions | |
| JetSlowDeathBehaviorModuleData (void) | |
Public Member Functions inherited from SlowDeathBehaviorModuleData | |
| SlowDeathBehaviorModuleData () | |
| Bool | hasNonLodEffects () const |
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 SlowDeathBehaviorModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Static Public Member Functions inherited from UpdateModuleData | |
| 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) |
Additional Inherited Members | |
Public Types inherited from SlowDeathBehaviorModuleData | |
| enum | { HAS_FX = 1 , HAS_OCL = 2 , HAS_WEAPON = 4 , HAS_NON_LOD_EFFECTS = (HAS_OCL | HAS_WEAPON) } |
Definition at line 45 of file JetSlowDeathBehavior.h.
| JetSlowDeathBehaviorModuleData::JetSlowDeathBehaviorModuleData | ( | void | ) |
Definition at line 58 of file JetSlowDeathBehavior.cpp.
|
static |
Definition at line 87 of file JetSlowDeathBehavior.cpp.
| AudioEventRTS JetSlowDeathBehaviorModuleData::m_deathLoopSound |
looping death sound
Definition at line 76 of file JetSlowDeathBehavior.h.
| UnsignedInt JetSlowDeathBehaviorModuleData::m_delayFinalBlowUpFromHitGround |
delay (in frames) from hit ground, to final explosion
Definition at line 67 of file JetSlowDeathBehavior.h.
| UnsignedInt JetSlowDeathBehaviorModuleData::m_delaySecondaryFromInitialDeath |
delay (in frames) from initial death, to the secondary event
Definition at line 60 of file JetSlowDeathBehavior.h.
| Real JetSlowDeathBehaviorModuleData::m_fallHowFast |
a fraction of gravity we use to modify the jet locmotor lift
Definition at line 74 of file JetSlowDeathBehavior.h.
| const FXList* JetSlowDeathBehaviorModuleData::m_fxFinalBlowUp |
FxList for final blow up.
Definition at line 68 of file JetSlowDeathBehavior.h.
| const FXList* JetSlowDeathBehaviorModuleData::m_fxHitGround |
FXList for hit ground.
Definition at line 64 of file JetSlowDeathBehavior.h.
| const FXList* JetSlowDeathBehaviorModuleData::m_fxInitialDeath |
FXList for initial death.
Definition at line 57 of file JetSlowDeathBehavior.h.
| const FXList* JetSlowDeathBehaviorModuleData::m_fxOnGroundDeath |
fx list executed on death when destoyed on ground
Definition at line 54 of file JetSlowDeathBehavior.h.
| const FXList* JetSlowDeathBehaviorModuleData::m_fxSecondary |
FXList for secondary event.
Definition at line 61 of file JetSlowDeathBehavior.h.
| const ObjectCreationList* JetSlowDeathBehaviorModuleData::m_oclFinalBlowUp |
OCL for final blow up.
Definition at line 69 of file JetSlowDeathBehavior.h.
| const ObjectCreationList* JetSlowDeathBehaviorModuleData::m_oclHitGround |
OCL for hit ground.
Definition at line 65 of file JetSlowDeathBehavior.h.
| const ObjectCreationList* JetSlowDeathBehaviorModuleData::m_oclInitialDeath |
OCL for initial death.
Definition at line 58 of file JetSlowDeathBehavior.h.
| const ObjectCreationList* JetSlowDeathBehaviorModuleData::m_oclOnGroundDeath |
ocl list executed on death when destroyed on ground
Definition at line 55 of file JetSlowDeathBehavior.h.
| const ObjectCreationList* JetSlowDeathBehaviorModuleData::m_oclSecondary |
OCL for secondary event.
Definition at line 62 of file JetSlowDeathBehavior.h.
| Real JetSlowDeathBehaviorModuleData::m_pitchRate |
spin speed on another axis after hitting the ground
Definition at line 73 of file JetSlowDeathBehavior.h.
| Real JetSlowDeathBehaviorModuleData::m_rollRate |
our initial roll rate
Definition at line 71 of file JetSlowDeathBehavior.h.
| Real JetSlowDeathBehaviorModuleData::m_rollRateDelta |
how our roll rate changes over time
Definition at line 72 of file JetSlowDeathBehavior.h.