BWAPI
|
#include <ActionResources.h>
Public Member Functions | |
ActionResources () | |
ActionResources (int minerals, int gas, int supply) | |
ActionResources (const Resources &resources) | |
ActionResources (int minerals, int gas, int supply, StaticLocation *buildingLocation, BWAPI::UnitType buildingType) | |
ActionResources (const Resources &resources, StaticLocation *buildingLocation, BWAPI::UnitType buildingType) | |
bool | operator== (const ActionResources &resources) |
double | getMinerals () const |
double | getGas () const |
double | getSupply () const |
Resources | getResources () const |
StaticLocation * | getBuildingLocation () const |
BWAPI::UnitType | getBuildingType () const |
Protected Attributes | |
Resources | m_resources |
StaticLocation * | m_buildingLocation |
BWAPI::UnitType | m_buildingType |
ActionResources::ActionResources | ( | ) | [inline] |
ActionResources::ActionResources | ( | int | minerals, |
int | gas, | ||
int | supply | ||
) | [inline] |
ActionResources::ActionResources | ( | const Resources & | resources | ) | [inline] |
ActionResources::ActionResources | ( | int | minerals, |
int | gas, | ||
int | supply, | ||
StaticLocation * | buildingLocation, | ||
BWAPI::UnitType | buildingType | ||
) | [inline] |
ActionResources::ActionResources | ( | const Resources & | resources, |
StaticLocation * | buildingLocation, | ||
BWAPI::UnitType | buildingType | ||
) | [inline] |
StaticLocation* ActionResources::getBuildingLocation | ( | ) | const [inline] |
BWAPI::UnitType ActionResources::getBuildingType | ( | ) | const [inline] |
double ActionResources::getGas | ( | ) | const [inline] |
double ActionResources::getMinerals | ( | ) | const [inline] |
Resources ActionResources::getResources | ( | ) | const [inline] |
double ActionResources::getSupply | ( | ) | const [inline] |
bool ActionResources::operator== | ( | const ActionResources & | resources | ) | [inline] |
StaticLocation* ActionResources::m_buildingLocation [protected] |
BWAPI::UnitType ActionResources::m_buildingType [protected] |
Resources ActionResources::m_resources [protected] |