Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
SlavedUpdate Class Reference

#include <SlavedUpdate.h>

Inherits UpdateModule, and SlavedUpdateInterface.

Public Member Functions

 SlavedUpdate (Thing *thing, const ModuleData *moduleData)
 
virtual SlavedUpdateInterfacegetSlavedUpdateInterface ()
 
virtual ObjectID getSlaverID () const
 
virtual void onEnslave (const Object *slaver)
 
virtual void onSlaverDie (const DamageInfo *info)
 
virtual void onSlaverDamage (const DamageInfo *info)
 
virtual void onObjectCreated ()
 
virtual Bool isSelfTasking () const
 
void doScoutLogic (const Coord3D *mastersDestination)
 
void doAttackLogic (const Object *target)
 
void doGuardLogic (Coord3D *pinnedPosition)
 
void doRepairLogic ()
 
void endRepair ()
 
void setRepairState (RepairStates repairState)
 
void setRepairModelConditionStates (ModelConditionFlagType flag)
 
void moveToNewRepairSpot ()
 
virtual UpdateSleepTime update ()
 Deciding whether or not to make new guys.
 
- Public Member Functions inherited from UpdateModule
 UpdateModule (Thing *thing, const ModuleData *moduleData)
 
virtual UpdateModuleInterfacegetUpdate ()
 
DisabledMaskType getDisabledTypesToProcess () const
 
UPDATEMODULE_FRIEND_DECLARATOR UnsignedInt friend_getPriority () const
 
UPDATEMODULE_FRIEND_DECLARATOR UnsignedInt friend_getNextCallFrame () const
 
UPDATEMODULE_FRIEND_DECLARATOR SleepyUpdatePhase friend_getNextCallPhase () const
 
UPDATEMODULE_FRIEND_DECLARATOR void friend_setNextCallFrame (UnsignedInt frame)
 
UPDATEMODULE_FRIEND_DECLARATOR Int friend_getIndexInLogic () const
 
UPDATEMODULE_FRIEND_DECLARATOR void friend_setIndexInLogic (Int i)
 
UPDATEMODULE_FRIEND_DECLARATOR const Objectfriend_getObject () const
 
- Public Member Functions inherited from BehaviorModule
 BehaviorModule (Thing *thing, const ModuleData *moduleData)
 
virtual BodyModuleInterfacegetBody ()
 
virtual CollideModuleInterfacegetCollide ()
 
virtual ContainModuleInterfacegetContain ()
 
virtual CreateModuleInterfacegetCreate ()
 
virtual DamageModuleInterfacegetDamage ()
 
virtual DestroyModuleInterfacegetDestroy ()
 
virtual DieModuleInterfacegetDie ()
 
virtual SpecialPowerModuleInterfacegetSpecialPower ()
 
virtual UpgradeModuleInterfacegetUpgrade ()
 
virtual StealthUpdategetStealth ()
 
virtual SpyVisionUpdategetSpyVisionUpdate ()
 
virtual ParkingPlaceBehaviorInterfacegetParkingPlaceBehaviorInterface ()
 
virtual RebuildHoleBehaviorInterfacegetRebuildHoleBehaviorInterface ()
 
virtual BridgeBehaviorInterfacegetBridgeBehaviorInterface ()
 
virtual BridgeTowerBehaviorInterfacegetBridgeTowerBehaviorInterface ()
 
virtual BridgeScaffoldBehaviorInterfacegetBridgeScaffoldBehaviorInterface ()
 
virtual OverchargeBehaviorInterfacegetOverchargeBehaviorInterface ()
 
virtual TransportPassengerInterfacegetTransportPassengerInterface ()
 
virtual CaveInterfacegetCaveInterface ()
 
virtual LandMineInterfacegetLandMineInterface ()
 
virtual DieModuleInterfacegetEjectPilotDieInterface ()
 
virtual ProjectileUpdateInterfacegetProjectileUpdateInterface ()
 
virtual AIUpdateInterfacegetAIUpdateInterface ()
 
virtual ExitInterfacegetUpdateExitInterface ()
 
virtual DockUpdateInterfacegetDockUpdateInterface ()
 
virtual RailedTransportDockUpdateInterfacegetRailedTransportDockUpdateInterface (void)
 
virtual SlowDeathBehaviorInterfacegetSlowDeathBehaviorInterface ()
 
virtual SpecialPowerUpdateInterfacegetSpecialPowerUpdateInterface ()
 
virtual ProductionUpdateInterfacegetProductionUpdateInterface ()
 
virtual HordeUpdateInterfacegetHordeUpdateInterface ()
 
virtual PowerPlantUpdateInterfacegetPowerPlantUpdateInterface ()
 
virtual SpawnBehaviorInterfacegetSpawnBehaviorInterface ()
 
virtual CountermeasuresBehaviorInterfacegetCountermeasuresBehaviorInterface ()
 
virtual const CountermeasuresBehaviorInterfacegetCountermeasuresBehaviorInterface () const
 
- Public Member Functions inherited from ObjectModule
 ObjectModule (Thing *thing, const ModuleData *moduleData)
 < this abstract class needs memory pool hooks
 
virtual void onCapture (Player *oldOwner, Player *newOwner)
 
virtual void onDisabledEdge (Bool nowDisabled)
 
- Public Member Functions inherited from Module
 Module (const ModuleData *moduleData)
 < this abstract class needs memory pool hooks
 
virtual NameKeyType getModuleNameKey () const =0
 
NameKeyType getModuleTagNameKey () const
 
virtual void onDrawableBoundToObject ()
 
virtual void preloadAssets (TimeOfDay timeOfDay)
 preload any assets we might have for this time of day
 
virtual void onDelete (void)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 
- Public Member Functions inherited from Snapshot
 Snapshot (void)
 
 ~Snapshot (void)
 

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 ModuleDatafriend_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
ObjectgetObject ()
 
const ObjectgetObject () const
 
- Protected Member Functions inherited from Module
const ModuleDatagetModuleData () const
 
- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 138 of file SlavedUpdate.h.

Constructor & Destructor Documentation

◆ SlavedUpdate()

SlavedUpdate::SlavedUpdate ( Thing * thing,
const ModuleData * moduleData )

Definition at line 64 of file SlavedUpdate.cpp.

Member Function Documentation

◆ doAttackLogic()

void SlavedUpdate::doAttackLogic ( const Object * target)

Definition at line 290 of file SlavedUpdate.cpp.

◆ doGuardLogic()

void SlavedUpdate::doGuardLogic ( Coord3D * pinnedPosition)

Definition at line 410 of file SlavedUpdate.cpp.

◆ doRepairLogic()

void SlavedUpdate::doRepairLogic ( )

Definition at line 437 of file SlavedUpdate.cpp.

◆ doScoutLogic()

void SlavedUpdate::doScoutLogic ( const Coord3D * mastersDestination)

Definition at line 354 of file SlavedUpdate.cpp.

◆ endRepair()

void SlavedUpdate::endRepair ( )

Definition at line 523 of file SlavedUpdate.cpp.

◆ getSlavedUpdateInterface()

virtual SlavedUpdateInterface * SlavedUpdate::getSlavedUpdateInterface ( )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 149 of file SlavedUpdate.h.

◆ getSlaverID()

virtual ObjectID SlavedUpdate::getSlaverID ( ) const
inlinevirtual

Implements SlavedUpdateInterface.

Definition at line 151 of file SlavedUpdate.h.

◆ isSelfTasking()

virtual Bool SlavedUpdate::isSelfTasking ( ) const
inlinevirtual

Implements SlavedUpdateInterface.

Definition at line 156 of file SlavedUpdate.h.

◆ moveToNewRepairSpot()

void SlavedUpdate::moveToNewRepairSpot ( )

Definition at line 674 of file SlavedUpdate.cpp.

◆ onEnslave()

void SlavedUpdate::onEnslave ( const Object * slaver)
virtual

Implements SlavedUpdateInterface.

Definition at line 93 of file SlavedUpdate.cpp.

◆ onObjectCreated()

void SlavedUpdate::onObjectCreated ( void )
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 81 of file SlavedUpdate.cpp.

◆ onSlaverDamage()

void SlavedUpdate::onSlaverDamage ( const DamageInfo * info)
virtual

Implements SlavedUpdateInterface.

Definition at line 105 of file SlavedUpdate.cpp.

◆ onSlaverDie()

void SlavedUpdate::onSlaverDie ( const DamageInfo * info)
virtual

Implements SlavedUpdateInterface.

Definition at line 99 of file SlavedUpdate.cpp.

◆ setRepairModelConditionStates()

void SlavedUpdate::setRepairModelConditionStates ( ModelConditionFlagType flag)

Definition at line 550 of file SlavedUpdate.cpp.

◆ setRepairState()

void SlavedUpdate::setRepairState ( RepairStates repairState)

Definition at line 565 of file SlavedUpdate.cpp.

◆ update()

UpdateSleepTime SlavedUpdate::update ( void )
virtual

Deciding whether or not to make new guys.

Todo
srj use SLEEPY_UPDATE here

Implements UpdateModule.

Definition at line 115 of file SlavedUpdate.cpp.


The documentation for this class was generated from the following files: