#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 | 
| 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 | ) | 
 1.7.6.1