BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Functions | Variables
BWAPI::UnitSizeTypes Namespace Reference

Functions

void init ()
UnitSizeType getUnitSizeType (std::string name)
const std::set< UnitSizeType > & allUnitSizeTypes ()

Variables

const UnitSizeType Independent (0)
const UnitSizeType Small (1)
const UnitSizeType Medium (2)
const UnitSizeType Large (3)
const UnitSizeType None (4)
const UnitSizeType Unknown (5)

Function Documentation

Returns the set of all the sizes, which are listed below:

Given a string, this function returns the size type it refers to. For example, UnitSizeTypes::getUnitSizeType("Small") returns UnitSizeTypes::Small.

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines