#include <StealthDetectorUpdate.h>
Inherits UpdateModuleData.
Public Member Functions | |
| StealthDetectorUpdateModuleData () | |
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 | |
| UnsignedInt | m_updateRate |
| Real | m_detectionRange |
| Bool | m_initiallyDisabled |
| AudioEventRTS | m_pingSound |
| AudioEventRTS | m_loudPingSound |
| const ParticleSystemTemplate * | m_IRBeaconParticleSysTmpl |
| const ParticleSystemTemplate * | m_IRParticleSysTmpl |
| const ParticleSystemTemplate * | m_IRBrightParticleSysTmpl |
| const ParticleSystemTemplate * | m_IRGridParticleSysTmpl |
| AsciiString | m_IRParticleSysBone |
| KindOfMaskType | m_extraDetectKindof |
| units must match any kindof bits set here, in order to be detected | |
| KindOfMaskType | m_extraDetectKindofNot |
| units must NOT match any kindof bits set here, in order to be detected | |
| Bool | m_canDetectWhileGarrisoned |
| Bool | m_canDetectWhileTransported |
Definition at line 42 of file StealthDetectorUpdate.h.
|
inline |
Definition at line 60 of file StealthDetectorUpdate.h.
|
static |
Definition at line 61 of file StealthDetectorUpdate.cpp.
| Bool StealthDetectorUpdateModuleData::m_canDetectWhileGarrisoned |
Definition at line 57 of file StealthDetectorUpdate.h.
| Bool StealthDetectorUpdateModuleData::m_canDetectWhileTransported |
Definition at line 58 of file StealthDetectorUpdate.h.
| Real StealthDetectorUpdateModuleData::m_detectionRange |
Definition at line 46 of file StealthDetectorUpdate.h.
| KindOfMaskType StealthDetectorUpdateModuleData::m_extraDetectKindof |
units must match any kindof bits set here, in order to be detected
Definition at line 55 of file StealthDetectorUpdate.h.
| KindOfMaskType StealthDetectorUpdateModuleData::m_extraDetectKindofNot |
units must NOT match any kindof bits set here, in order to be detected
Definition at line 56 of file StealthDetectorUpdate.h.
| Bool StealthDetectorUpdateModuleData::m_initiallyDisabled |
Definition at line 47 of file StealthDetectorUpdate.h.
| const ParticleSystemTemplate* StealthDetectorUpdateModuleData::m_IRBeaconParticleSysTmpl |
Definition at line 50 of file StealthDetectorUpdate.h.
| const ParticleSystemTemplate* StealthDetectorUpdateModuleData::m_IRBrightParticleSysTmpl |
Definition at line 52 of file StealthDetectorUpdate.h.
| const ParticleSystemTemplate* StealthDetectorUpdateModuleData::m_IRGridParticleSysTmpl |
Definition at line 53 of file StealthDetectorUpdate.h.
| AsciiString StealthDetectorUpdateModuleData::m_IRParticleSysBone |
Definition at line 54 of file StealthDetectorUpdate.h.
| const ParticleSystemTemplate* StealthDetectorUpdateModuleData::m_IRParticleSysTmpl |
Definition at line 51 of file StealthDetectorUpdate.h.
| AudioEventRTS StealthDetectorUpdateModuleData::m_loudPingSound |
Definition at line 49 of file StealthDetectorUpdate.h.
| AudioEventRTS StealthDetectorUpdateModuleData::m_pingSound |
Definition at line 48 of file StealthDetectorUpdate.h.
| UnsignedInt StealthDetectorUpdateModuleData::m_updateRate |
Definition at line 45 of file StealthDetectorUpdate.h.