BWAPI
Public Member Functions | Public Attributes
Base Class Reference

#include <Base.h>

List of all members.

Public Member Functions

 Base (BWTA::BaseLocation *b, BWAPI::Unit *center=NULL)
 Base (const Base &b)
void onUnitDestroy (BWAPI::Unit *u)
BWTA::BaseLocation * getBaseLocation () const
BWAPI::Unit * getResourceDepot () const
BWAPI::Unit * getRefinery () const
const std::set< BWAPI::Unit * > & getMinerals () const
const std::set< BWAPI::Unit * > & getGeysers () const
void setActiveGas (bool gas)
void setPaused (bool paused)
bool isPaused () const
bool isReady () const
bool isActive () const
void update ()

Public Attributes

bool cannoned

Constructor & Destructor Documentation

Base::Base ( BWTA::BaseLocation *  b,
BWAPI::Unit *  center = NULL 
)
Base::Base ( const Base b)

Member Function Documentation

BWTA::BaseLocation * Base::getBaseLocation ( ) const

Here is the caller graph for this function:

std::set< BWAPI::Unit * > Base::getGeysers ( ) const
std::set< BWAPI::Unit * > Base::getMinerals ( ) const
BWAPI::Unit * Base::getRefinery ( ) const
BWAPI::Unit * Base::getResourceDepot ( ) const

Here is the caller graph for this function:

bool Base::isActive ( ) const

Here is the caller graph for this function:

bool Base::isPaused ( ) const
bool Base::isReady ( ) const

Here is the caller graph for this function:

void Base::onUnitDestroy ( BWAPI::Unit *  u)

Here is the caller graph for this function:

void Base::setActiveGas ( bool  gas)

Here is the caller graph for this function:

void Base::setPaused ( bool  paused)
void Base::update ( )

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation


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