#include <EMPUpdate.h>
Inherits UpdateModule.
Protected Attributes | |
| UnsignedInt | m_dieFrame |
| frame we die on | |
| UnsignedInt | m_tintEnvFadeFrames |
| param for tint envelope | |
| UnsignedInt | m_tintEnvPlayFrame |
| which frame to trigger the tint envelope | |
| Real | m_targetScale |
| Real | m_currentScale |
| How big will I get. | |
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) |
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 |
Definition at line 115 of file EMPUpdate.h.
| EMPUpdate::EMPUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 85 of file EMPUpdate.cpp.
| void EMPUpdate::doDisableAttack | ( | void | ) |
Definition at line 174 of file EMPUpdate.cpp.
|
inline |
Definition at line 126 of file EMPUpdate.h.
|
virtual |
Implements UpdateModule.
Definition at line 134 of file EMPUpdate.cpp.
|
protected |
|
protected |
frame we die on
Definition at line 133 of file EMPUpdate.h.
|
protected |
Definition at line 137 of file EMPUpdate.h.
|
protected |
param for tint envelope
Definition at line 134 of file EMPUpdate.h.
|
protected |
which frame to trigger the tint envelope
Definition at line 135 of file EMPUpdate.h.