#include <OCLUpdate.h>
Inherits UpdateModuleData.
Classes | |
| struct | FactionOCLInfo |
Public Types | |
| typedef std::list< FactionOCLInfo > | FactionOCLList |
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 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 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 ObjectCreationList * | m_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. | |
Definition at line 41 of file OCLUpdate.h.
| typedef std::list<FactionOCLInfo> OCLUpdateModuleData::FactionOCLList |
Definition at line 51 of file OCLUpdate.h.
| OCLUpdateModuleData::OCLUpdateModuleData | ( | ) |
Definition at line 78 of file OCLUpdate.cpp.
|
static |
Definition at line 89 of file OCLUpdate.cpp.
| FactionOCLList OCLUpdateModuleData::m_factionOCL |
Definition at line 54 of file OCLUpdate.h.
| Bool OCLUpdateModuleData::m_isCreateAtEdge |
Otherwise, it is created on top of myself.
Definition at line 57 of file OCLUpdate.h.
| Bool OCLUpdateModuleData::m_isFactionTriggered |
Faction has to be present before update will happen.
Definition at line 58 of file OCLUpdate.h.
| UnsignedInt OCLUpdateModuleData::m_maxDelay |
Definition at line 56 of file OCLUpdate.h.
| UnsignedInt OCLUpdateModuleData::m_minDelay |
Definition at line 55 of file OCLUpdate.h.
| const ObjectCreationList* OCLUpdateModuleData::m_ocl |
Definition at line 53 of file OCLUpdate.h.