#include <CostModifierUpgrade.h>
Inherits UpgradeModule.
Protected Member Functions | |
| virtual void | upgradeImplementation (void) |
| Here's the actual work of Upgrading. | |
| virtual Bool | isSubObjectsUpgrade () |
Protected Member Functions inherited from UpgradeModule | |
| virtual void | processUpgradeRemoval () |
| virtual Bool | requiresAllActivationUpgrades () const |
| virtual void | getUpgradeActivationMasks (UpgradeMaskType &activation, UpgradeMaskType &conflicting) const |
| Here's the actual work of Upgrading. | |
| virtual void | performUpgradeFX () |
| perform the associated fx list | |
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 Member Functions inherited from UpgradeMux | |
| void | setUpgradeExecuted (Bool e) |
| void | giveSelfUpgrade () |
| virtual void | upgradeMuxCRC (Xfer *xfer) |
| virtual void | upgradeMuxXfer (Xfer *xfer) |
| virtual void | upgradeMuxLoadPostProcess (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from UpgradeModule | |
| 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) |
The OCL upgrade module
Definition at line 98 of file CostModifierUpgrade.h.
| CostModifierUpgrade::CostModifierUpgrade | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 105 of file CostModifierUpgrade.cpp.
|
inlineprotectedvirtual |
Implements UpgradeMux.
Definition at line 115 of file CostModifierUpgrade.h.
Reimplemented from ObjectModule.
Definition at line 139 of file CostModifierUpgrade.cpp.
|
virtual |
we have some work to do when this module goes away
Reimplemented from Module.
Definition at line 120 of file CostModifierUpgrade.cpp.
|
protectedvirtual |
Here's the actual work of Upgrading.
Implements UpgradeMux.
Definition at line 166 of file CostModifierUpgrade.cpp.