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

#include <ChinookAIUpdate.h>

Inherits SupplyTruckAIUpdateModuleData.

Public Member Functions

 ChinookAIUpdateModuleData ()
 
- Public Member Functions inherited from SupplyTruckAIUpdateModuleData
 SupplyTruckAIUpdateModuleData ()
 
- Public Member Functions inherited from AIUpdateModuleData
 AIUpdateModuleData ()
 
virtual ~AIUpdateModuleData ()
 
virtual Bool isAiModuleData () const
 
const LocomotorTemplateVectorfindLocomotorTemplateVector (LocomotorSetType t) const
 
- Public Member Functions inherited from BehaviorModuleData
 BehaviorModuleData ()
 
- Public Member Functions inherited from ModuleData
 ModuleData ()
 
virtual ~ModuleData ()
 
void setModuleTagNameKey (NameKeyType key)
 
NameKeyType getModuleTagNameKey () 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 SupplyTruckAIUpdateModuleData
static void buildFieldParse (MultiIniFieldParse &p)
 
- Static Public Member Functions inherited from AIUpdateModuleData
static void buildFieldParse (MultiIniFieldParse &p)
 
static void parseLocomotorSet (INI *ini, void *instance, void *store, const void *)
 
- 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

AsciiString m_ropeName
 
AsciiString m_rotorWashParticleSystem
 
Real m_rappelSpeed
 
Real m_ropeDropSpeed
 
Real m_ropeWidth
 
Real m_ropeFinalHeight
 
Real m_ropeWobbleLen
 
Real m_ropeWobbleAmp
 
Real m_ropeWobbleRate
 
RGBColor m_ropeColor
 
UnsignedInt m_numRopes
 
UnsignedInt m_perRopeDelayMin
 
UnsignedInt m_perRopeDelayMax
 
Real m_minDropHeight
 
Bool m_waitForRopesToDrop
 
Int m_upgradedSupplyBoost
 
- Public Attributes inherited from SupplyTruckAIUpdateModuleData
Int m_maxBoxesData
 
UnsignedInt m_centerDelay
 
UnsignedInt m_warehouseDelay
 
Real m_warehouseScanDistance
 
AudioEventRTS m_suppliesDepletedVoice
 Sound played when I take the last box.
 
- Public Attributes inherited from AIUpdateModuleData
LocomotorTemplateMap m_locomotorTemplates
 locomotors for object
 
const TurretAIDatam_turretData [MAX_TURRETS]
 
UnsignedInt m_moodAttackCheckRate
 how frequently we should recheck for enemies due to moods, when idle
 
Bool m_forbidPlayerCommands
 Should isAllowedToRespondToAiCommands() filter out commands from the player, thus making it ai-controllable only?
 
Bool m_turretsLinked
 Turrets are linked together and attack together.
 
UnsignedInt m_autoAcquireEnemiesWhenIdle
 

Detailed Description

Definition at line 45 of file ChinookAIUpdate.h.

Constructor & Destructor Documentation

◆ ChinookAIUpdateModuleData()

ChinookAIUpdateModuleData::ChinookAIUpdateModuleData ( )

Definition at line 870 of file ChinookAIUpdate.cpp.

Member Function Documentation

◆ buildFieldParse()

void ChinookAIUpdateModuleData::buildFieldParse ( MultiIniFieldParse & p)
static

Definition at line 893 of file ChinookAIUpdate.cpp.

Member Data Documentation

◆ m_minDropHeight

Real ChinookAIUpdateModuleData::m_minDropHeight

Definition at line 61 of file ChinookAIUpdate.h.

◆ m_numRopes

UnsignedInt ChinookAIUpdateModuleData::m_numRopes

Definition at line 58 of file ChinookAIUpdate.h.

◆ m_perRopeDelayMax

UnsignedInt ChinookAIUpdateModuleData::m_perRopeDelayMax

Definition at line 60 of file ChinookAIUpdate.h.

◆ m_perRopeDelayMin

UnsignedInt ChinookAIUpdateModuleData::m_perRopeDelayMin

Definition at line 59 of file ChinookAIUpdate.h.

◆ m_rappelSpeed

Real ChinookAIUpdateModuleData::m_rappelSpeed

Definition at line 50 of file ChinookAIUpdate.h.

◆ m_ropeColor

RGBColor ChinookAIUpdateModuleData::m_ropeColor

Definition at line 57 of file ChinookAIUpdate.h.

◆ m_ropeDropSpeed

Real ChinookAIUpdateModuleData::m_ropeDropSpeed

Definition at line 51 of file ChinookAIUpdate.h.

◆ m_ropeFinalHeight

Real ChinookAIUpdateModuleData::m_ropeFinalHeight

Definition at line 53 of file ChinookAIUpdate.h.

◆ m_ropeName

AsciiString ChinookAIUpdateModuleData::m_ropeName

Definition at line 48 of file ChinookAIUpdate.h.

◆ m_ropeWidth

Real ChinookAIUpdateModuleData::m_ropeWidth

Definition at line 52 of file ChinookAIUpdate.h.

◆ m_ropeWobbleAmp

Real ChinookAIUpdateModuleData::m_ropeWobbleAmp

Definition at line 55 of file ChinookAIUpdate.h.

◆ m_ropeWobbleLen

Real ChinookAIUpdateModuleData::m_ropeWobbleLen

Definition at line 54 of file ChinookAIUpdate.h.

◆ m_ropeWobbleRate

Real ChinookAIUpdateModuleData::m_ropeWobbleRate

Definition at line 56 of file ChinookAIUpdate.h.

◆ m_rotorWashParticleSystem

AsciiString ChinookAIUpdateModuleData::m_rotorWashParticleSystem

Definition at line 49 of file ChinookAIUpdate.h.

◆ m_upgradedSupplyBoost

Int ChinookAIUpdateModuleData::m_upgradedSupplyBoost

Definition at line 63 of file ChinookAIUpdate.h.

◆ m_waitForRopesToDrop

Bool ChinookAIUpdateModuleData::m_waitForRopesToDrop

Definition at line 62 of file ChinookAIUpdate.h.


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