TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | List of all members
cherrypi::GathererModule Class Reference

Manages worker units for resource gathering. More...

#include <gatherer.h>

Inherits cherrypi::Module.

Public Member Functions

 GathererModule ()
 
virtual ~GathererModule ()=default
 
virtual void step (State *s) override
 
- Public Member Functions inherited from cherrypi::Module
virtual ~Module ()=default
 
virtual void setPlayer (BasePlayer *p)
 
void setName (std::string name)
 
std::string name ()
 
virtual void onGameStart (State *s)
 
virtual void onGameEnd (State *s)
 

Additional Inherited Members

- Static Public Member Functions inherited from cherrypi::Module
template<typename T , typename... Args>
static std::shared_ptr< T > make (Args &&...args)
 
static std::shared_ptr< Modulemake (std::string const &typeName)
 
static std::string makeName (std::type_index const &type)
 
- Protected Member Functions inherited from cherrypi::Module
 Module ()
 
- Protected Attributes inherited from cherrypi::Module
BasePlayerplayer_
 
std::string name_
 

Detailed Description

Manages worker units for resource gathering.

GathererModule is a thin orchestrator of GatherControllers. Most gathering logic happens in gathererassignments.cpp or gatherermicro.cpp

Constructor & Destructor Documentation

cherrypi::GathererModule::GathererModule ( )
inline
virtual cherrypi::GathererModule::~GathererModule ( )
virtualdefault

Member Function Documentation

void cherrypi::GathererModule::step ( State s)
overridevirtual

Reimplemented from cherrypi::Module.


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