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

#include <BeaconClientUpdate.h>

Inherits ClientUpdateModule.

Public Member Functions

 BeaconClientUpdate (Thing *thing, const ModuleData *moduleData)
 
virtual void clientUpdate (void)
 the client update callback
 
void hideBeacon (void)
 
- Public Member Functions inherited from ClientUpdateModule
 ClientUpdateModule (Thing *thing, const ModuleData *moduleData)
 
- Public Member Functions inherited from DrawableModule
 DrawableModule (Thing *thing, const ModuleData *moduleData)
 < this abstract class needs memory pool hooks
 
- Public Member Functions inherited from Module
 Module (const ModuleData *moduleData)
 < this abstract class needs memory pool hooks
 
virtual NameKeyType getModuleNameKey () const =0
 
NameKeyType getModuleTagNameKey () const
 
virtual void onObjectCreated ()
 
virtual void onDrawableBoundToObject ()
 
virtual void preloadAssets (TimeOfDay timeOfDay)
 preload any assets we might have for this time of day
 
virtual void onDelete (void)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 
- Public Member Functions inherited from Snapshot
 Snapshot (void)
 
 ~Snapshot (void)
 

Protected Attributes

ParticleSystemID m_particleSystemID
 
UnsignedInt m_lastRadarPulse
 

Additional Inherited Members

- Static Public Member Functions inherited from ClientUpdateModule
static ModuleType getModuleType ()
 
static Int getInterfaceMask ()
 
- Static Public Member Functions inherited from Module
static ModuleDatafriend_newModuleData (INI *ini)
 
- Protected Member Functions inherited from DrawableModule
DrawablegetDrawable ()
 
const DrawablegetDrawable () const
 
virtual void crc (Xfer *xfer)
 
virtual void xfer (Xfer *xfer)
 
virtual void loadPostProcess (void)
 
- Protected Member Functions inherited from Module
const ModuleDatagetModuleData () const
 
- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

The tree way client update module

Definition at line 57 of file BeaconClientUpdate.h.

Constructor & Destructor Documentation

◆ BeaconClientUpdate()

BeaconClientUpdate::BeaconClientUpdate ( Thing * thing,
const ModuleData * moduleData )

Definition at line 70 of file BeaconClientUpdate.cpp.

Member Function Documentation

◆ clientUpdate()

void BeaconClientUpdate::clientUpdate ( void )
virtual

the client update callback

The client update callback.

Implements ClientUpdateModule.

Definition at line 162 of file BeaconClientUpdate.cpp.

◆ hideBeacon()

void BeaconClientUpdate::hideBeacon ( void )

Definition at line 128 of file BeaconClientUpdate.cpp.

Member Data Documentation

◆ m_lastRadarPulse

UnsignedInt BeaconClientUpdate::m_lastRadarPulse
protected

Definition at line 75 of file BeaconClientUpdate.h.

◆ m_particleSystemID

ParticleSystemID BeaconClientUpdate::m_particleSystemID
protected

Definition at line 74 of file BeaconClientUpdate.h.


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