Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SpecialPowerModuleData Class Reference

#include <SpecialPowerModule.h>

Inherits BehaviorModuleData.

Inherited by BaikonurLaunchPowerModuleData, CashBountyPowerModuleData, CashHackSpecialPowerModuleData, CleanupAreaPowerModuleData, DefectorSpecialPowerModuleData, FireWeaponPowerModuleData, OCLSpecialPowerModuleData, SpecialAbilityModuleData, and SpyVisionSpecialPowerModuleData.

Public Member Functions

 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 W3DModelDrawModuleDatagetAsW3DModelDrawModuleData () const
 
virtual const W3DTreeDrawModuleDatagetAsW3DTreeDrawModuleData () 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 BehaviorModuleData
static void buildFieldParse (MultiIniFieldParse &p)
 
- Static Public Member Functions inherited from ModuleData
static void buildFieldParse (MultiIniFieldParse &p)
 

Public Attributes

const SpecialPowerTemplatem_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
 

Detailed Description

Definition at line 80 of file SpecialPowerModule.h.

Constructor & Destructor Documentation

◆ SpecialPowerModuleData()

SpecialPowerModuleData::SpecialPowerModuleData ( )

Definition at line 65 of file SpecialPowerModule.cpp.

Member Function Documentation

◆ buildFieldParse()

void SpecialPowerModuleData::buildFieldParse ( MultiIniFieldParse & p)
static

Definition at line 77 of file SpecialPowerModule.cpp.

Member Data Documentation

◆ m_initiateSound

AudioEventRTS SpecialPowerModuleData::m_initiateSound

Definition at line 89 of file SpecialPowerModule.h.

◆ m_scriptedSpecialPowerOnly

Bool SpecialPowerModuleData::m_scriptedSpecialPowerOnly

Definition at line 92 of file SpecialPowerModule.h.

◆ m_specialPowerTemplate

const SpecialPowerTemplate* SpecialPowerModuleData::m_specialPowerTemplate

pointer to the special power template

Definition at line 88 of file SpecialPowerModule.h.

◆ m_startsPaused

Bool SpecialPowerModuleData::m_startsPaused

Paused on creation, someone else will have to unpause (like upgrade module, or script)

Definition at line 91 of file SpecialPowerModule.h.

◆ m_updateModuleStartsAttack

Bool SpecialPowerModuleData::m_updateModuleStartsAttack

update module determines when the special power actually starts! If true, update module is required.

Definition at line 90 of file SpecialPowerModule.h.


The documentation for this class was generated from the following files: