#include <SpyVisionSpecialPower.h>
Inherits SpecialPowerModuleData.
Public Member Functions | |
| SpyVisionSpecialPowerModuleData (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 | |
| UnsignedInt | m_baseDurationInFrames |
| duration of the demoralization (in frames) | |
| UnsignedInt | m_bonusDurationPerCapturedInFrames |
| additional duration added for each prisoner we have | |
| UnsignedInt | m_maxDurationInFrames |
| no matter how many prisoners we have, this is max | |
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 43 of file SpyVisionSpecialPower.h.
| SpyVisionSpecialPowerModuleData::SpyVisionSpecialPowerModuleData | ( | void | ) |
Definition at line 41 of file SpyVisionSpecialPower.cpp.
|
static |
Definition at line 52 of file SpyVisionSpecialPower.cpp.
| UnsignedInt SpyVisionSpecialPowerModuleData::m_baseDurationInFrames |
duration of the demoralization (in frames)
Definition at line 52 of file SpyVisionSpecialPower.h.
| UnsignedInt SpyVisionSpecialPowerModuleData::m_bonusDurationPerCapturedInFrames |
additional duration added for each prisoner we have
Definition at line 53 of file SpyVisionSpecialPower.h.
| UnsignedInt SpyVisionSpecialPowerModuleData::m_maxDurationInFrames |
no matter how many prisoners we have, this is max
Definition at line 54 of file SpyVisionSpecialPower.h.