BWAPI
Public Member Functions | Protected Attributes
BaseAgent Class Reference

#include <BaseAgent.h>

Inheritance diagram for BaseAgent:
Inheritance graph
[legend]
Collaboration diagram for BaseAgent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BaseAgent (Unit *unit, Environment *env)
virtual ~BaseAgent (void)
void initialize ()
void refresh ()
UnitSetgetMineralPatches ()
UnitSetgetRefineries ()
UnitSetgetGeysers ()
void displayInfo (int &row)

Protected Attributes

UnitSet _mineralPatches
UnitSet _refineries
UnitSet _geysers
UnitType _refineryType

Constructor & Destructor Documentation

BaseAgent::BaseAgent ( Unit *  unit,
Environment env 
)

Here is the call graph for this function:

BaseAgent::~BaseAgent ( void  ) [virtual]

Member Function Documentation

void BaseAgent::displayInfo ( int &  row) [virtual]

Reimplemented from Agent.

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

void BaseAgent::initialize ( ) [virtual]

Reimplemented from Agent.

Here is the call graph for this function:

void BaseAgent::refresh ( ) [virtual]

Reimplemented from Agent.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

UnitType BaseAgent::_refineryType [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines