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

#include <OCLUpdate.h>

Inherits UpdateModuleData.

Classes

struct  FactionOCLInfo
 

Public Types

typedef std::list< FactionOCLInfoFactionOCLList
 

Public Member Functions

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

const ObjectCreationListm_ocl
 
FactionOCLList m_factionOCL
 
UnsignedInt m_minDelay
 
UnsignedInt m_maxDelay
 
Bool m_isCreateAtEdge
 Otherwise, it is created on top of myself.
 
Bool m_isFactionTriggered
 Faction has to be present before update will happen.
 

Detailed Description

Definition at line 41 of file OCLUpdate.h.

Member Typedef Documentation

◆ FactionOCLList

Definition at line 51 of file OCLUpdate.h.

Constructor & Destructor Documentation

◆ OCLUpdateModuleData()

OCLUpdateModuleData::OCLUpdateModuleData ( )

Definition at line 78 of file OCLUpdate.cpp.

Member Function Documentation

◆ buildFieldParse()

void OCLUpdateModuleData::buildFieldParse ( MultiIniFieldParse & p)
static

Definition at line 89 of file OCLUpdate.cpp.

Member Data Documentation

◆ m_factionOCL

FactionOCLList OCLUpdateModuleData::m_factionOCL

Definition at line 54 of file OCLUpdate.h.

◆ m_isCreateAtEdge

Bool OCLUpdateModuleData::m_isCreateAtEdge

Otherwise, it is created on top of myself.

Definition at line 57 of file OCLUpdate.h.

◆ m_isFactionTriggered

Bool OCLUpdateModuleData::m_isFactionTriggered

Faction has to be present before update will happen.

Definition at line 58 of file OCLUpdate.h.

◆ m_maxDelay

UnsignedInt OCLUpdateModuleData::m_maxDelay

Definition at line 56 of file OCLUpdate.h.

◆ m_minDelay

UnsignedInt OCLUpdateModuleData::m_minDelay

Definition at line 55 of file OCLUpdate.h.

◆ m_ocl

const ObjectCreationList* OCLUpdateModuleData::m_ocl

Definition at line 53 of file OCLUpdate.h.


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