#include <CreateModule.h>
Inherits BehaviorModule, and CreateModuleInterface.
Inherited by GrantUpgradeCreate, LockWeaponCreate, PreorderCreate, SpecialPowerCreate, SupplyCenterCreate, SupplyWarehouseCreate, and VeterancyGainCreate.
Static Public Member Functions | |
| 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) |
Additional Inherited Members | |
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 62 of file CreateModule.h.
| CreateModule::CreateModule | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 37 of file CreateModule.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 77 of file CreateModule.h.
|
inlinestatic |
Definition at line 74 of file CreateModule.h.
|
inlinevirtual |
This is called when you are a finished game object.
Implements CreateModuleInterface.
Reimplemented in GrantUpgradeCreate, LockWeaponCreate, PreorderCreate, SpecialPowerCreate, and SupplyCenterCreate.
Definition at line 80 of file CreateModule.h.
|
pure virtual |
This is called when you become a code Object.
Implements CreateModuleInterface.
Implemented in GrantUpgradeCreate, LockWeaponCreate, PreorderCreate, SpecialPowerCreate, SupplyCenterCreate, SupplyWarehouseCreate, and VeterancyGainCreate.
|
inlinevirtual |
Implements CreateModuleInterface.
Definition at line 81 of file CreateModule.h.