#include <HordeUpdate.h>
Inherits UpdateModule, and HordeUpdateInterface.
Protected Member Functions | |
| void | showHideFlag (Bool show) |
| void | joinOrLeaveHorde (SimpleObjectIterator *iter, Bool join) |
Protected Member Functions inherited from UpdateModule | |
| void | setWakeFrame (Object *obj, UpdateSleepTime wakeDelay) |
| UpdateSleepTime | getWakeFrame () const |
| virtual SleepyUpdatePhase | getUpdatePhase () const |
| UpdateSleepTime | frameToSleepTime (UnsignedInt frame1, UnsignedInt frame2=FOREVER, UnsignedInt frame3=FOREVER, UnsignedInt frame4=FOREVER) |
Protected Member Functions inherited from BehaviorModule | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from ObjectModule | |
| Object * | getObject () |
| const Object * | getObject () const |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from UpdateModule | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from BehaviorModule | |
| static Int | getInterfaceMask () |
| static ModuleType | getModuleType () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Definition at line 96 of file HordeUpdate.h.
| HordeUpdate::HordeUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 160 of file HordeUpdate.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 106 of file HordeUpdate.h.
|
inlinevirtual |
Implements HordeUpdateInterface.
Definition at line 112 of file HordeUpdate.h.
|
virtual |
Implements HordeUpdateInterface.
Definition at line 181 of file HordeUpdate.cpp.
|
inlinevirtual |
Implements HordeUpdateInterface.
Definition at line 109 of file HordeUpdate.h.
|
inlinevirtual |
Implements HordeUpdateInterface.
Definition at line 110 of file HordeUpdate.h.
|
protected |
Redesign occurred 10/15, where the flags have been removed replaced by a teraindecal for each horde member Thank You for reading, MLorenzen
Definition at line 196 of file HordeUpdate.cpp.
|
virtual |
this is called whenever a drawable is bound to the object. drawable is NOT guaranteed to be non-null.
Reimplemented from Module.
Definition at line 252 of file HordeUpdate.cpp.
|
protected |
Definition at line 231 of file HordeUpdate.cpp.
|
virtual |
update this object's AI
unless...
Implements UpdateModule.
Definition at line 259 of file HordeUpdate.cpp.