#include <MobNexusContain.h>
Inherits OpenContainModuleData.
Classes | |
| struct | InitialPayload |
Public Member Functions | |
| MobNexusContainModuleData () | |
Public Member Functions inherited from OpenContainModuleData | |
| OpenContainModuleData (void) | |
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 void | parseInitialPayload (INI *ini, void *instance, void *store, const void *) |
Static Public Member Functions inherited from OpenContainModuleData | |
| 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) |
Public Attributes | |
| Int | m_slotCapacity |
| max units that can be inside us | |
| Real | m_exitPitchRate |
| Bool | m_scatterNearbyOnExit |
| Bool | m_orientLikeContainerOnExit |
| Bool | m_keepContainerVelocityOnExit |
| AsciiString | m_exitBone |
| InitialPayload | m_initialPayload |
| Real | m_healthRegen |
Public Attributes inherited from OpenContainModuleData | |
| DieMuxData | m_dieMuxData |
| Int | m_containMax |
| how many things we can have inside (-1 = "I don't care") | |
| AudioEventRTS | m_enterSound |
| sound to play on entering | |
| AudioEventRTS | m_exitSound |
| sound to play on exiting | |
| Bool | m_passengersAllowedToFire |
| Can the passengers shoot out of us? | |
| Bool | m_passengersInTurret |
| The Firepoint bones are in our turret, not our chassis. | |
| Int | m_numberOfExitPaths |
| Will alternate through ExitStart/End paths as we exit people. | |
| Real | m_damagePercentageToUnits |
| Bool | m_isBurnedDeathToUnits |
| Turn off the hardcoded burn death when killing guys in transport. | |
| UnsignedInt | m_doorOpenTime |
| KindOfMaskType | m_allowInsideKindOf |
| objects must have at least one of these kind of bits set to be contained by us | |
| KindOfMaskType | m_forbidInsideKindOf |
| objects must have NONE of these kind of bits set to be contained by us | |
| Bool | m_weaponBonusPassedToPassengers |
| Do our passengers get to use our weapon bonuses? | |
| Bool | m_allowAlliesInside |
| allow allies inside us | |
| Bool | m_allowEnemiesInside |
| allow enemies inside us | |
| Bool | m_allowNeutralInside |
| allow neutral inside us | |
Definition at line 39 of file MobNexusContain.h.
| MobNexusContainModuleData::MobNexusContainModuleData | ( | ) |
Definition at line 49 of file MobNexusContain.cpp.
|
static |
Definition at line 83 of file MobNexusContain.cpp.
|
static |
Definition at line 70 of file MobNexusContain.cpp.
| AsciiString MobNexusContainModuleData::m_exitBone |
Definition at line 53 of file MobNexusContain.h.
| Real MobNexusContainModuleData::m_exitPitchRate |
Definition at line 49 of file MobNexusContain.h.
| Real MobNexusContainModuleData::m_healthRegen |
Definition at line 55 of file MobNexusContain.h.
| InitialPayload MobNexusContainModuleData::m_initialPayload |
Definition at line 54 of file MobNexusContain.h.
| Bool MobNexusContainModuleData::m_keepContainerVelocityOnExit |
Definition at line 52 of file MobNexusContain.h.
| Bool MobNexusContainModuleData::m_orientLikeContainerOnExit |
Definition at line 51 of file MobNexusContain.h.
| Bool MobNexusContainModuleData::m_scatterNearbyOnExit |
Definition at line 50 of file MobNexusContain.h.
| Int MobNexusContainModuleData::m_slotCapacity |
max units that can be inside us
Definition at line 48 of file MobNexusContain.h.