|
BWAPI
|
#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 |
Private Attributes | |
| int | id |
Definition at line 6 of file ExplosionType.h.
| 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 | ) |
int BWAPI::ExplosionType::id [private] |
Definition at line 21 of file ExplosionType.h.
1.7.6.1