|
BWAPI
|
#include <DamageType.h>


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


| const std::string & BWAPI::DamageType::getName | ( | ) | const |
Returns the name of this damage type. For example DamageTypes::Explosive.getName() will return std::string("Explosive").


1.7.6.1