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

#include <AutoHealBehavior.h>

Inherits UpdateModule, UpgradeMux, and DamageModuleInterface.

Public Member Functions

 AutoHealBehavior (Thing *thing, const ModuleData *moduleData)
 
virtual UpgradeModuleInterfacegetUpgrade ()
 
virtual DamageModuleInterfacegetDamage ()
 
virtual void onDamage (DamageInfo *damageInfo)
 
virtual void onHealing (DamageInfo *damageInfo)
 healing callback
 
virtual void onBodyDamageStateChange (const DamageInfo *damageInfo, BodyDamageType oldState, BodyDamageType newState)
 state change callback
 
virtual UpdateSleepTime update ()
 
virtual DisabledMaskType getDisabledTypesToProcess () const
 
void stopHealing ()
 
void undoUpgrade ()
 pretend like we have not been activated yet, so we can be reactivated later
 
- 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 DestroyModuleInterfacegetDestroy ()
 
virtual DieModuleInterfacegetDie ()
 
virtual SpecialPowerModuleInterfacegetSpecialPower ()
 
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 SlavedUpdateInterfacegetSlavedUpdateInterface ()
 
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 onObjectCreated ()
 
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)
 
- Public Member Functions inherited from UpgradeMux
 UpgradeMux ()
 
virtual Bool isAlreadyUpgraded () const
 
virtual void forceRefreshUpgrade ()
 
virtual Bool attemptUpgrade (UpgradeMaskType keyMask)
 
virtual Bool wouldUpgrade (UpgradeMaskType keyMask) const
 
virtual Bool resetUpgrade (UpgradeMaskType keyMask)
 
virtual Bool testUpgradeConditions (UpgradeMaskType keyMask) const
 

Static Public Member Functions

static Int getInterfaceMask ()
 
- 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

virtual void upgradeImplementation ()
 Here's the actual work of Upgrading.
 
virtual void getUpgradeActivationMasks (UpgradeMaskType &activation, UpgradeMaskType &conflicting) const
 Here's the actual work of Upgrading.
 
virtual void performUpgradeFX ()
 perform the associated fx list
 
virtual void processUpgradeRemoval ()
 
virtual Bool requiresAllActivationUpgrades () const
 
Bool isUpgradeActive () const
 
virtual Bool isSubObjectsUpgrade ()
 
- 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
 
- 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)
 

Detailed Description

Definition at line 112 of file AutoHealBehavior.h.

Constructor & Destructor Documentation

◆ AutoHealBehavior()

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

Definition at line 95 of file AutoHealBehavior.cpp.

Member Function Documentation

◆ getDamage()

virtual DamageModuleInterface * AutoHealBehavior::getDamage ( void )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 130 of file AutoHealBehavior.h.

◆ getDisabledTypesToProcess()

virtual DisabledMaskType AutoHealBehavior::getDisabledTypesToProcess ( ) const
inlinevirtual

Implements UpdateModuleInterface.

Definition at line 139 of file AutoHealBehavior.h.

◆ getInterfaceMask()

static Int AutoHealBehavior::getInterfaceMask ( )
inlinestatic

Definition at line 126 of file AutoHealBehavior.h.

◆ getUpgrade()

virtual UpgradeModuleInterface * AutoHealBehavior::getUpgrade ( )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 129 of file AutoHealBehavior.h.

◆ getUpgradeActivationMasks()

virtual void AutoHealBehavior::getUpgradeActivationMasks ( UpgradeMaskType & activation,
UpgradeMaskType & conflicting ) const
inlineprotectedvirtual

Here's the actual work of Upgrading.

Implements UpgradeMux.

Definition at line 151 of file AutoHealBehavior.h.

◆ isSubObjectsUpgrade()

virtual Bool AutoHealBehavior::isSubObjectsUpgrade ( )
inlineprotectedvirtual

Implements UpgradeMux.

Definition at line 174 of file AutoHealBehavior.h.

◆ isUpgradeActive()

Bool AutoHealBehavior::isUpgradeActive ( ) const
inlineprotected

Definition at line 172 of file AutoHealBehavior.h.

◆ onBodyDamageStateChange()

virtual void AutoHealBehavior::onBodyDamageStateChange ( const DamageInfo * damageInfo,
BodyDamageType oldState,
BodyDamageType newState )
inlinevirtual

state change callback

Implements DamageModuleInterface.

Definition at line 135 of file AutoHealBehavior.h.

◆ onDamage()

void AutoHealBehavior::onDamage ( DamageInfo * damageInfo)
virtual

Damage has been dealt, this is an opportunity to reach to that damage

Implements DamageModuleInterface.

Definition at line 160 of file AutoHealBehavior.cpp.

◆ onHealing()

virtual void AutoHealBehavior::onHealing ( DamageInfo * damageInfo)
inlinevirtual

healing callback

Implements DamageModuleInterface.

Definition at line 134 of file AutoHealBehavior.h.

◆ performUpgradeFX()

virtual void AutoHealBehavior::performUpgradeFX ( )
inlineprotectedvirtual

perform the associated fx list

Implements UpgradeMux.

Definition at line 156 of file AutoHealBehavior.h.

◆ processUpgradeRemoval()

virtual void AutoHealBehavior::processUpgradeRemoval ( )
inlineprotectedvirtual

Implements UpgradeMux.

Definition at line 161 of file AutoHealBehavior.h.

◆ requiresAllActivationUpgrades()

virtual Bool AutoHealBehavior::requiresAllActivationUpgrades ( ) const
inlineprotectedvirtual

Implements UpgradeMux.

Definition at line 167 of file AutoHealBehavior.h.

◆ stopHealing()

void AutoHealBehavior::stopHealing ( )

Definition at line 143 of file AutoHealBehavior.cpp.

◆ undoUpgrade()

void AutoHealBehavior::undoUpgrade ( )

pretend like we have not been activated yet, so we can be reactivated later

Definition at line 151 of file AutoHealBehavior.cpp.

◆ update()

UpdateSleepTime AutoHealBehavior::update ( void )
virtual

The update callback.

Implements UpdateModule.

Definition at line 186 of file AutoHealBehavior.cpp.

◆ upgradeImplementation()

virtual void AutoHealBehavior::upgradeImplementation ( )
inlineprotectedvirtual

Here's the actual work of Upgrading.

Implements UpgradeMux.

Definition at line 146 of file AutoHealBehavior.h.


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