BWAPI
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines
Public Member Functions
BWAPI::GameType Class Reference

#include <GameType.h>

List of all members.

Public Member Functions

 GameType ()
 GameType (int id)
 GameType (const GameType &other)
GameTypeoperator= (const GameType &other)
 operator int () const
int getID () const
std::string getName () const

Constructor & Destructor Documentation

BWAPI::GameType::GameType ( const GameType other)

Member Function Documentation

int BWAPI::GameType::getID ( ) const

Returns the unique ID for this game type.

std::string BWAPI::GameType::getName ( ) const

Returns the name of the game type. For example GameTypes::Melee.getName() will return an std::string object containing "Melee".

BWAPI::GameType::operator int ( ) const
GameType& BWAPI::GameType::operator= ( const GameType other)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines