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

#include <UnitCommandType.h>

List of all members.

Public Member Functions

 UnitCommandType ()
 UnitCommandType (int id)
 UnitCommandType (const UnitCommandType &other)
UnitCommandTypeoperator= (const UnitCommandType &other)
 operator int () const
int getID () const
std::string getName () const

Constructor & Destructor Documentation


Member Function Documentation

Returns a unique ID for this UnitCommandType.

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

Returns the string corresponding to the UnitCommandType object. For example, UnitCommandTypes::Set_Rally_Position.getName() returns std::string("Set Rally Position")

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

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