#include <ExplosionType.h>
Public Member Functions | |
| ExplosionType () | |
| ExplosionType (int id) | |
| ExplosionType (const ExplosionType &other) | |
| ExplosionType & | operator= (const ExplosionType &other) |
| operator int () const | |
| int | getID () const |
| std::string | getName () const |
| BWAPI::ExplosionType::ExplosionType | ( | int | id | ) |
| BWAPI::ExplosionType::ExplosionType | ( | const ExplosionType & | other | ) |
| int BWAPI::ExplosionType::getID | ( | ) | const |
Returns a unique ID for this explosion type.
| std::string BWAPI::ExplosionType::getName | ( | ) | const |
Returns the name of this explosion type.
| BWAPI::ExplosionType::operator int | ( | ) | const |
| ExplosionType& BWAPI::ExplosionType::operator= | ( | const ExplosionType & | other | ) |
1.7.6.1