#include <CashBountyPower.h>
Inherits SpecialPowerModule.
Protected Member Functions | |
| Real | findBounty () const |
Protected Member Functions inherited from SpecialPowerModule | |
| Bool | initiateIntentToDoSpecialPower (const Object *targetObj, const Coord3D *targetPos, const Waypoint *way, UnsignedInt commandOptions) |
| void | triggerSpecialPower (const Coord3D *location) |
| void | createViewObject (const Coord3D *location) |
| void | resolveSpecialPower (void) |
| void | aboutToDoSpecialPower (const Coord3D *location) |
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 SpecialPowerModule | |
| 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 Attributes inherited from SpecialPowerModule | |
| UnsignedInt | m_availableOnFrame |
| on this frame, this special power is available | |
| Int | m_pausedCount |
| Reference count of sources pausing me. | |
| UnsignedInt | m_pausedOnFrame |
| Real | m_pausedPercent |
The OCL upgrade module
Definition at line 108 of file CashBountyPower.h.
| CashBountyPower::CashBountyPower | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 121 of file CashBountyPower.cpp.
|
inlinevirtual |
Reimplemented from SpecialPowerModule.
Definition at line 123 of file CashBountyPower.h.
|
protected |
Definition at line 148 of file CashBountyPower.cpp.
|
virtual |
this is called after all the Modules for a given Thing are created; it allows Modules to resolve any inter-Module dependencies.
Reimplemented from Module.
Definition at line 135 of file CashBountyPower.cpp.
|
virtual |
This is called when you are a finished game object.
Implements SpecialPowerModuleInterface.
Definition at line 169 of file CashBountyPower.cpp.