#include <OCLSpecialPower.h>
Inherits SpecialPowerModuleData.
Classes | |
| struct | Upgrades |
Public Member Functions | |
| OCLSpecialPowerModuleData (void) | |
Public Member Functions inherited from SpecialPowerModuleData | |
| SpecialPowerModuleData () | |
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 SpecialPowerModuleData | |
| 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 | |
| std::vector< Upgrades > | m_upgradeOCL |
| const ObjectCreationList * | m_defaultOCL |
| OCLCreateLocType | m_createLoc |
| Bool | m_isOCLAdjustPositionToPassable |
| Adjust target to nearest Passable cell. | |
| AsciiString | m_referenceThingName |
Public Attributes inherited from SpecialPowerModuleData | |
| const SpecialPowerTemplate * | m_specialPowerTemplate |
| pointer to the special power template | |
| AudioEventRTS | m_initiateSound |
| Bool | m_updateModuleStartsAttack |
| update module determines when the special power actually starts! If true, update module is required. | |
| Bool | m_startsPaused |
| Paused on creation, someone else will have to unpause (like upgrade module, or script) | |
| Bool | m_scriptedSpecialPowerOnly |
Definition at line 54 of file OCLSpecialPower.h.
| OCLSpecialPowerModuleData::OCLSpecialPowerModuleData | ( | void | ) |
Definition at line 72 of file OCLSpecialPower.cpp.
|
static |
Definition at line 95 of file OCLSpecialPower.cpp.
| OCLCreateLocType OCLSpecialPowerModuleData::m_createLoc |
Definition at line 71 of file OCLSpecialPower.h.
| const ObjectCreationList* OCLSpecialPowerModuleData::m_defaultOCL |
Definition at line 70 of file OCLSpecialPower.h.
| Bool OCLSpecialPowerModuleData::m_isOCLAdjustPositionToPassable |
Adjust target to nearest Passable cell.
Definition at line 72 of file OCLSpecialPower.h.
| AsciiString OCLSpecialPowerModuleData::m_referenceThingName |
Definition at line 76 of file OCLSpecialPower.h.
| std::vector<Upgrades> OCLSpecialPowerModuleData::m_upgradeOCL |
Definition at line 69 of file OCLSpecialPower.h.