#include <ParkingPlaceBehavior.h>
Inherits UpdateModuleData.
Public Member Functions | |
| ParkingPlaceBehaviorModuleData () | |
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 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 | |
| Real | m_healAmount |
| Int | m_numRows |
| Int | m_numCols |
| Real | m_approachHeight |
| Real | m_landingDeckHeightOffset |
| Bool | m_hasRunways |
| Bool | m_parkInHangars |
Definition at line 41 of file ParkingPlaceBehavior.h.
|
inline |
Definition at line 54 of file ParkingPlaceBehavior.h.
|
inlinestatic |
Definition at line 67 of file ParkingPlaceBehavior.h.
| Real ParkingPlaceBehaviorModuleData::m_approachHeight |
Definition at line 49 of file ParkingPlaceBehavior.h.
| Bool ParkingPlaceBehaviorModuleData::m_hasRunways |
Definition at line 51 of file ParkingPlaceBehavior.h.
| Real ParkingPlaceBehaviorModuleData::m_healAmount |
Definition at line 45 of file ParkingPlaceBehavior.h.
| Real ParkingPlaceBehaviorModuleData::m_landingDeckHeightOffset |
Definition at line 50 of file ParkingPlaceBehavior.h.
| Int ParkingPlaceBehaviorModuleData::m_numCols |
Definition at line 48 of file ParkingPlaceBehavior.h.
| Int ParkingPlaceBehaviorModuleData::m_numRows |
Definition at line 47 of file ParkingPlaceBehavior.h.
| Bool ParkingPlaceBehaviorModuleData::m_parkInHangars |
Definition at line 52 of file ParkingPlaceBehavior.h.