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

#include <DynamicGeometryInfoUpdate.h>

Inherits UpdateModule.

Inherited by FirestormDynamicGeometryInfoUpdate.

Public Member Functions

 DynamicGeometryInfoUpdate (Thing *thing, const ModuleData *moduleData)
 
virtual UpdateSleepTime update ()
 
- 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 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)
 

Protected Types

enum  DynamicGeometryDirection { FORWARD = 1 , BACKWARD = -1 }
 

Protected Attributes

UnsignedInt m_startingDelayCountdown
 
UnsignedInt m_timeActive
 
Bool m_started
 
Bool m_finished
 
Bool m_reverseAtTransitionTime
 do a reverse at transition time
 
DynamicGeometryDirection m_direction
 direction we're growing/shrinking
 
Bool m_switchedDirections
 TRUE once we've switched directions.
 
Real m_initialHeight
 
Real m_initialMajorRadius
 
Real m_initialMinorRadius
 
Real m_finalHeight
 
Real m_finalMajorRadius
 
Real m_finalMinorRadius
 

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

The default update module

Definition at line 71 of file DynamicGeometryInfoUpdate.h.

Member Enumeration Documentation

◆ DynamicGeometryDirection

Enumerator
FORWARD 
BACKWARD 

Definition at line 93 of file DynamicGeometryInfoUpdate.h.

Constructor & Destructor Documentation

◆ DynamicGeometryInfoUpdate()

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

Definition at line 85 of file DynamicGeometryInfoUpdate.cpp.

Member Function Documentation

◆ update()

UpdateSleepTime DynamicGeometryInfoUpdate::update ( void )
virtual

The update callback.

Todo
srj use SLEEPY_UPDATE here

Implements UpdateModule.

Reimplemented in FirestormDynamicGeometryInfoUpdate.

Definition at line 117 of file DynamicGeometryInfoUpdate.cpp.

Member Data Documentation

◆ m_direction

DynamicGeometryDirection DynamicGeometryInfoUpdate::m_direction
protected

direction we're growing/shrinking

Definition at line 94 of file DynamicGeometryInfoUpdate.h.

◆ m_finalHeight

Real DynamicGeometryInfoUpdate::m_finalHeight
protected

Definition at line 100 of file DynamicGeometryInfoUpdate.h.

◆ m_finalMajorRadius

Real DynamicGeometryInfoUpdate::m_finalMajorRadius
protected

Definition at line 101 of file DynamicGeometryInfoUpdate.h.

◆ m_finalMinorRadius

Real DynamicGeometryInfoUpdate::m_finalMinorRadius
protected

Definition at line 102 of file DynamicGeometryInfoUpdate.h.

◆ m_finished

Bool DynamicGeometryInfoUpdate::m_finished
protected

Definition at line 90 of file DynamicGeometryInfoUpdate.h.

◆ m_initialHeight

Real DynamicGeometryInfoUpdate::m_initialHeight
protected

Definition at line 97 of file DynamicGeometryInfoUpdate.h.

◆ m_initialMajorRadius

Real DynamicGeometryInfoUpdate::m_initialMajorRadius
protected

Definition at line 98 of file DynamicGeometryInfoUpdate.h.

◆ m_initialMinorRadius

Real DynamicGeometryInfoUpdate::m_initialMinorRadius
protected

Definition at line 99 of file DynamicGeometryInfoUpdate.h.

◆ m_reverseAtTransitionTime

Bool DynamicGeometryInfoUpdate::m_reverseAtTransitionTime
protected

do a reverse at transition time

Definition at line 92 of file DynamicGeometryInfoUpdate.h.

◆ m_started

Bool DynamicGeometryInfoUpdate::m_started
protected

Definition at line 89 of file DynamicGeometryInfoUpdate.h.

◆ m_startingDelayCountdown

UnsignedInt DynamicGeometryInfoUpdate::m_startingDelayCountdown
protected

Definition at line 86 of file DynamicGeometryInfoUpdate.h.

◆ m_switchedDirections

Bool DynamicGeometryInfoUpdate::m_switchedDirections
protected

TRUE once we've switched directions.

Definition at line 95 of file DynamicGeometryInfoUpdate.h.

◆ m_timeActive

UnsignedInt DynamicGeometryInfoUpdate::m_timeActive
protected

Definition at line 87 of file DynamicGeometryInfoUpdate.h.


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