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

#include <HackInternetAIUpdate.h>

Inherits AIUpdateModuleData.

Public Member Functions

 HackInternetAIUpdateModuleData ()
 
- 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 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

UnsignedInt m_unpackTime
 
UnsignedInt m_packTime
 
UnsignedInt m_cashUpdateDelay
 
UnsignedInt m_cashUpdateDelayFast
 
UnsignedInt m_regularCashAmount
 
UnsignedInt m_veteranCashAmount
 
UnsignedInt m_eliteCashAmount
 
UnsignedInt m_heroicCashAmount
 
UnsignedInt m_xpPerCashUpdate
 
Real m_packUnpackVariationFactor
 
- 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 131 of file HackInternetAIUpdate.h.

Constructor & Destructor Documentation

◆ HackInternetAIUpdateModuleData()

HackInternetAIUpdateModuleData::HackInternetAIUpdateModuleData ( )
inline

Definition at line 145 of file HackInternetAIUpdate.h.

Member Function Documentation

◆ buildFieldParse()

static void HackInternetAIUpdateModuleData::buildFieldParse ( MultiIniFieldParse & p)
inlinestatic

Definition at line 159 of file HackInternetAIUpdate.h.

Member Data Documentation

◆ m_cashUpdateDelay

UnsignedInt HackInternetAIUpdateModuleData::m_cashUpdateDelay

Definition at line 136 of file HackInternetAIUpdate.h.

◆ m_cashUpdateDelayFast

UnsignedInt HackInternetAIUpdateModuleData::m_cashUpdateDelayFast

Definition at line 137 of file HackInternetAIUpdate.h.

◆ m_eliteCashAmount

UnsignedInt HackInternetAIUpdateModuleData::m_eliteCashAmount

Definition at line 140 of file HackInternetAIUpdate.h.

◆ m_heroicCashAmount

UnsignedInt HackInternetAIUpdateModuleData::m_heroicCashAmount

Definition at line 141 of file HackInternetAIUpdate.h.

◆ m_packTime

UnsignedInt HackInternetAIUpdateModuleData::m_packTime

Definition at line 135 of file HackInternetAIUpdate.h.

◆ m_packUnpackVariationFactor

Real HackInternetAIUpdateModuleData::m_packUnpackVariationFactor

Definition at line 143 of file HackInternetAIUpdate.h.

◆ m_regularCashAmount

UnsignedInt HackInternetAIUpdateModuleData::m_regularCashAmount

Definition at line 138 of file HackInternetAIUpdate.h.

◆ m_unpackTime

UnsignedInt HackInternetAIUpdateModuleData::m_unpackTime

Definition at line 134 of file HackInternetAIUpdate.h.

◆ m_veteranCashAmount

UnsignedInt HackInternetAIUpdateModuleData::m_veteranCashAmount

Definition at line 139 of file HackInternetAIUpdate.h.

◆ m_xpPerCashUpdate

UnsignedInt HackInternetAIUpdateModuleData::m_xpPerCashUpdate

Definition at line 142 of file HackInternetAIUpdate.h.


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