BWAPI
|
#include <Command.h>
Public Member Functions | |
Command () | |
Command (CommandType::Enum _commandType, int _value1=0, int _value2=0) | |
Public Attributes | |
CommandType::Enum | type |
int | value1 |
int | value2 |
BWAPIC::Command::Command | ( | ) | [inline] |
Definition at line 8 of file Command.h.
References BWAPI::BulletTypes::None, and type.
{ type = CommandType::None; }
BWAPIC::Command::Command | ( | CommandType::Enum | _commandType, |
int | _value1 = 0 , |
||
int | _value2 = 0 |
||
) | [inline] |