#include <CheckpointUpdate.h>
Inherits UpdateModule.
Protected Member Functions | |
| void | checkForAlliesAndEnemies (void) |
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 |
Protected Attributes | |
| Bool | m_enemyNear |
| Bool | m_allyNear |
| Real | m_maxMinorRadius |
| UnsignedInt | m_enemyScanDelay |
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 69 of file CheckpointUpdate.h.
| CheckpointUpdate::CheckpointUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 46 of file CheckpointUpdate.cpp.
|
protected |
Look around us for enemies.
Definition at line 68 of file CheckpointUpdate.cpp.
|
virtual |
< Sit around until an enemy gets near.
Implements UpdateModule.
Definition at line 107 of file CheckpointUpdate.cpp.
|
protected |
Definition at line 84 of file CheckpointUpdate.h.
|
protected |
Definition at line 83 of file CheckpointUpdate.h.
|
protected |
Definition at line 87 of file CheckpointUpdate.h.
|
protected |
Definition at line 85 of file CheckpointUpdate.h.