#include <ClientUpdateModule.h>
Inherits DrawableModule.
Inherited by AnimatedParticleSysBoneClientUpdate, BeaconClientUpdate, LaserUpdate, and SwayClientUpdate.
Public Member Functions | |
| ClientUpdateModule (Thing *thing, const ModuleData *moduleData) | |
| virtual void | clientUpdate ()=0 |
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) | |
Static Public Member Functions | |
| static ModuleType | getModuleType () |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Additional Inherited Members | |
Protected Member Functions inherited from DrawableModule | |
| Drawable * | getDrawable () |
| const Drawable * | getDrawable () const |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
DRAWABLE CLIENT UPDATE MODULE base class
Definition at line 49 of file ClientUpdateModule.h.
|
inline |
Definition at line 63 of file ClientUpdateModule.h.
|
pure virtual |
Implemented in AnimatedParticleSysBoneClientUpdate, BeaconClientUpdate, LaserUpdate, and SwayClientUpdate.
|
inlinestatic |
Definition at line 58 of file ClientUpdateModule.h.
|
inlinestatic |
Definition at line 57 of file ClientUpdateModule.h.