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

#include <MinefieldBehavior.h>

Inherits UpdateModule, CollideModuleInterface, DamageModuleInterface, DieModuleInterface, and LandMineInterface.

Public Member Functions

 MinefieldBehavior (Thing *thing, const ModuleData *moduleData)
 
virtual CollideModuleInterfacegetCollide ()
 
virtual LandMineInterfacegetLandMineInterface ()
 
virtual DamageModuleInterfacegetDamage ()
 
virtual DieModuleInterfacegetDie ()
 
virtual void onDamage (DamageInfo *damageInfo)
 damage callback
 
virtual void onHealing (DamageInfo *damageInfo)
 healing callback
 
virtual void onBodyDamageStateChange (const DamageInfo *damageInfo, BodyDamageType oldState, BodyDamageType newState)
 state change callback
 
virtual void onDie (const DamageInfo *damageInfo)
 
virtual UpdateSleepTime update ()
 
virtual void onCollide (Object *other, const Coord3D *loc, const Coord3D *normal)
 
virtual Bool wouldLikeToCollideWith (const Object *other) const
 
virtual Bool isHijackedVehicleCrateCollide () const
 
virtual Bool isCarBombCrateCollide () const
 
virtual Bool isRailroad () const
 
virtual Bool isSalvageCrateCollide () const
 
virtual Bool isSabotageBuildingCrateCollide () const
 
virtual void setScootParms (const Coord3D &start, const Coord3D &end)
 
virtual void disarm ()
 
- 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 ContainModuleInterfacegetContain ()
 
virtual CreateModuleInterfacegetCreate ()
 
virtual DestroyModuleInterfacegetDestroy ()
 
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 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)
 

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)
 

Additional Inherited Members

- 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 70 of file MinefieldBehavior.h.

Constructor & Destructor Documentation

◆ MinefieldBehavior()

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

Definition at line 107 of file MinefieldBehavior.cpp.

Member Function Documentation

◆ disarm()

void MinefieldBehavior::disarm ( )
virtual

Implements LandMineInterface.

Definition at line 531 of file MinefieldBehavior.cpp.

◆ getCollide()

virtual CollideModuleInterface * MinefieldBehavior::getCollide ( )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 88 of file MinefieldBehavior.h.

◆ getDamage()

virtual DamageModuleInterface * MinefieldBehavior::getDamage ( void )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 90 of file MinefieldBehavior.h.

◆ getDie()

virtual DieModuleInterface * MinefieldBehavior::getDie ( void )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 91 of file MinefieldBehavior.h.

◆ getInterfaceMask()

static Int MinefieldBehavior::getInterfaceMask ( void )
inlinestatic

Definition at line 85 of file MinefieldBehavior.h.

◆ getLandMineInterface()

virtual LandMineInterface * MinefieldBehavior::getLandMineInterface ( )
inlinevirtual

Reimplemented from BehaviorModule.

Definition at line 89 of file MinefieldBehavior.h.

◆ isCarBombCrateCollide()

virtual Bool MinefieldBehavior::isCarBombCrateCollide ( ) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 108 of file MinefieldBehavior.h.

◆ isHijackedVehicleCrateCollide()

virtual Bool MinefieldBehavior::isHijackedVehicleCrateCollide ( ) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 107 of file MinefieldBehavior.h.

◆ isRailroad()

virtual Bool MinefieldBehavior::isRailroad ( ) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 109 of file MinefieldBehavior.h.

◆ isSabotageBuildingCrateCollide()

virtual Bool MinefieldBehavior::isSabotageBuildingCrateCollide ( ) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 111 of file MinefieldBehavior.h.

◆ isSalvageCrateCollide()

virtual Bool MinefieldBehavior::isSalvageCrateCollide ( ) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 110 of file MinefieldBehavior.h.

◆ onBodyDamageStateChange()

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

state change callback

Implements DamageModuleInterface.

Definition at line 96 of file MinefieldBehavior.h.

◆ onCollide()

void MinefieldBehavior::onCollide ( Object * other,
const Coord3D * loc,
const Coord3D * normal )
virtual

Implements CollideModuleInterface.

Definition at line 345 of file MinefieldBehavior.cpp.

◆ onDamage()

void MinefieldBehavior::onDamage ( DamageInfo * damageInfo)
virtual

damage callback

Implements DamageModuleInterface.

Definition at line 453 of file MinefieldBehavior.cpp.

◆ onDie()

void MinefieldBehavior::onDie ( const DamageInfo * damageInfo)
virtual

Implements DieModuleInterface.

Definition at line 524 of file MinefieldBehavior.cpp.

◆ onHealing()

void MinefieldBehavior::onHealing ( DamageInfo * damageInfo)
virtual

healing callback

Implements DamageModuleInterface.

Definition at line 517 of file MinefieldBehavior.cpp.

◆ setScootParms()

void MinefieldBehavior::setScootParms ( const Coord3D & start,
const Coord3D & end )
virtual

Implements LandMineInterface.

Definition at line 567 of file MinefieldBehavior.cpp.

◆ update()

UpdateSleepTime MinefieldBehavior::update ( void )
virtual

Implements UpdateModule.

Definition at line 178 of file MinefieldBehavior.cpp.

◆ wouldLikeToCollideWith()

virtual Bool MinefieldBehavior::wouldLikeToCollideWith ( const Object * other) const
inlinevirtual

Implements CollideModuleInterface.

Definition at line 106 of file MinefieldBehavior.h.


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