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

#include <RebuildHoleBehavior.h>

Inherited by RebuildHoleBehavior.

Public Member Functions

virtual void startRebuildProcess (const ThingTemplate *rebuild, ObjectID spawnerID)=0
 
virtual ObjectID getSpawnerID (void)=0
 
virtual ObjectID getReconstructedBuildingID (void)=0
 
virtual const ThingTemplategetRebuildTemplate () const =0
 

Detailed Description

Definition at line 61 of file RebuildHoleBehavior.h.

Member Function Documentation

◆ getRebuildTemplate()

virtual const ThingTemplate * RebuildHoleBehaviorInterface::getRebuildTemplate ( ) const
pure virtual

Implemented in RebuildHoleBehavior.

◆ getReconstructedBuildingID()

virtual ObjectID RebuildHoleBehaviorInterface::getReconstructedBuildingID ( void )
pure virtual

Implemented in RebuildHoleBehavior.

◆ getSpawnerID()

virtual ObjectID RebuildHoleBehaviorInterface::getSpawnerID ( void )
pure virtual

Implemented in RebuildHoleBehavior.

◆ startRebuildProcess()

virtual void RebuildHoleBehaviorInterface::startRebuildProcess ( const ThingTemplate * rebuild,
ObjectID spawnerID )
pure virtual

Implemented in RebuildHoleBehavior.


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