#include <PointDefenseLaserUpdate.h>
Inherits ModuleData.
Public Member Functions | |
| PointDefenseLaserUpdateModuleData () | |
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 ModuleData | |
| static void | buildFieldParse (MultiIniFieldParse &p) |
Public Attributes | |
| WeaponTemplate * | m_weaponTemplate |
| KindOfMaskType | m_primaryTargetKindOf |
| KindOfMaskType | m_secondaryTargetKindOf |
| UnsignedInt | m_scanFrames |
| Real | m_scanRange |
| Real | m_velocityFactor |
Definition at line 46 of file PointDefenseLaserUpdate.h.
| PointDefenseLaserUpdateModuleData::PointDefenseLaserUpdateModuleData | ( | ) |
Definition at line 52 of file PointDefenseLaserUpdate.cpp.
|
static |
Definition at line 61 of file PointDefenseLaserUpdate.cpp.
| KindOfMaskType PointDefenseLaserUpdateModuleData::m_primaryTargetKindOf |
Definition at line 50 of file PointDefenseLaserUpdate.h.
| UnsignedInt PointDefenseLaserUpdateModuleData::m_scanFrames |
Definition at line 52 of file PointDefenseLaserUpdate.h.
| Real PointDefenseLaserUpdateModuleData::m_scanRange |
Definition at line 53 of file PointDefenseLaserUpdate.h.
| KindOfMaskType PointDefenseLaserUpdateModuleData::m_secondaryTargetKindOf |
Definition at line 51 of file PointDefenseLaserUpdate.h.
| Real PointDefenseLaserUpdateModuleData::m_velocityFactor |
Definition at line 54 of file PointDefenseLaserUpdate.h.
| WeaponTemplate* PointDefenseLaserUpdateModuleData::m_weaponTemplate |
Definition at line 49 of file PointDefenseLaserUpdate.h.