BWAPI
|
#include <BulletType.h>
Public Member Functions | |
BulletType () | |
BulletType (int id) | |
BulletType (const BulletType &other) | |
BulletType & | operator= (const BulletType &other) |
operator int () const | |
int | getID () const |
std::string | getName () const |
Private Attributes | |
int | id |
Definition at line 7 of file BulletType.h.
BWAPI::BulletType::BulletType | ( | int | id | ) |
BWAPI::BulletType::BulletType | ( | const BulletType & | other | ) |
int BWAPI::BulletType::getID | ( | ) | const |
Returns the unique ID for this bullet type.
std::string BWAPI::BulletType::getName | ( | ) | const |
Returns the name of this bullet type.
BWAPI::BulletType::operator int | ( | ) | const |
BulletType& BWAPI::BulletType::operator= | ( | const BulletType & | other | ) |
int BWAPI::BulletType::id [private] |
Definition at line 22 of file BulletType.h.