|
BWAPI
|
#include <UnitSizeType.h>


Public Member Functions | |
| UnitSizeType () | |
| UnitSizeType (int id) | |
| const std::string & | getName () const |
| const char * | c_str () const |
| const char * BWAPI::UnitSizeType::c_str | ( | ) | const |


| const std::string & BWAPI::UnitSizeType::getName | ( | ) | const |
Returns the string corresponding to the UnitSizeType object. For example, UnitSizeTypes::Medium.getName() returns std::string("Medium")


1.7.6.1