BWAPI
Public Member Functions | Static Public Member Functions
ReservedMap Class Reference

#include <ReservedMap.h>

List of all members.

Public Member Functions

void reserveTiles (BWAPI::TilePosition position, BWAPI::UnitType type, int width=1, int height=1)
void freeTiles (BWAPI::TilePosition position, int width=1, int height=1)
bool isReserved (int x, int y)
bool isReserved (BWAPI::TilePosition p)
BWAPI::UnitType getReservedType (int x, int y)
BWAPI::UnitType getReservedType (BWAPI::TilePosition p)

Static Public Member Functions

static ReservedMapcreate ()
static void destroy ()

Member Function Documentation

Here is the caller graph for this function:

void ReservedMap::destroy ( ) [static]
void ReservedMap::freeTiles ( BWAPI::TilePosition  position,
int  width = 1,
int  height = 1 
)

Here is the caller graph for this function:

BWAPI::UnitType ReservedMap::getReservedType ( int  x,
int  y 
)
BWAPI::UnitType ReservedMap::getReservedType ( BWAPI::TilePosition  p)
bool ReservedMap::isReserved ( int  x,
int  y 
)

Here is the caller graph for this function:

bool ReservedMap::isReserved ( BWAPI::TilePosition  p)
void ReservedMap::reserveTiles ( BWAPI::TilePosition  position,
BWAPI::UnitType  type,
int  width = 1,
int  height = 1 
)

Here is the caller graph for this function:


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