BWAPI  4.2.0
An API for interacting with Starcraft: Broodwar (1.16.1)
Enumerations
BWAPI::UnitCommandTypes::Enum Namespace Reference

Enumerations

enum  Enum {
  Attack_Move = 0,
  Attack_Unit,
  Build,
  Build_Addon,
  Train,
  Morph,
  Research,
  Upgrade,
  Set_Rally_Position,
  Set_Rally_Unit,
  Move,
  Patrol,
  Hold_Position,
  Stop,
  Follow,
  Gather,
  Return_Cargo,
  Repair,
  Burrow,
  Unburrow,
  Cloak,
  Decloak,
  Siege,
  Unsiege,
  Lift,
  Land,
  Load,
  Unload,
  Unload_All,
  Unload_All_Position,
  Right_Click_Position,
  Right_Click_Unit,
  Halt_Construction,
  Cancel_Construction,
  Cancel_Addon,
  Cancel_Train,
  Cancel_Train_Slot,
  Cancel_Morph,
  Cancel_Research,
  Cancel_Upgrade,
  Use_Tech,
  Use_Tech_Position,
  Use_Tech_Unit,
  Place_COP,
  None,
  Unknown,
  MAX
}

Detailed Description

Enumeration of valid unit command types.

See also
UnitCommandType

Enumeration Type Documentation

Enumeration of valid unit command types.

See also
UnitCommandType
Enumerator
Attack_Move 

Value of 0 [0x0].

See BWAPI::UnitCommandTypes::Attack_Move.

Attack_Unit 

Value of 1 [0x1].

See BWAPI::UnitCommandTypes::Attack_Unit.

Build 

Value of 2 [0x2].

See BWAPI::UnitCommandTypes::Build.

Build_Addon 

Value of 3 [0x3].

See BWAPI::UnitCommandTypes::Build_Addon.

Train 

Value of 4 [0x4].

See BWAPI::UnitCommandTypes::Train.

Morph 

Value of 5 [0x5].

See BWAPI::UnitCommandTypes::Morph.

Research 

Value of 6 [0x6].

See BWAPI::UnitCommandTypes::Research.

Upgrade 

Value of 7 [0x7].

See BWAPI::UnitCommandTypes::Upgrade.

Set_Rally_Position 

Value of 8 [0x8].

See BWAPI::UnitCommandTypes::Set_Rally_Position.

Set_Rally_Unit 

Value of 9 [0x9].

See BWAPI::UnitCommandTypes::Set_Rally_Unit.

Move 

Value of 10 [0xa].

See BWAPI::UnitCommandTypes::Move.

Patrol 

Value of 11 [0xb].

See BWAPI::UnitCommandTypes::Patrol.

Hold_Position 

Value of 12 [0xc].

See BWAPI::UnitCommandTypes::Hold_Position.

Stop 

Value of 13 [0xd].

See BWAPI::UnitCommandTypes::Stop.

Follow 

Value of 14 [0xe].

See BWAPI::UnitCommandTypes::Follow.

Gather 

Value of 15 [0xf].

See BWAPI::UnitCommandTypes::Gather.

Return_Cargo 

Value of 16 [0x10].

See BWAPI::UnitCommandTypes::Return_Cargo.

Repair 

Value of 17 [0x11].

See BWAPI::UnitCommandTypes::Repair.

Burrow 

Value of 18 [0x12].

See BWAPI::UnitCommandTypes::Burrow.

Unburrow 

Value of 19 [0x13].

See BWAPI::UnitCommandTypes::Unburrow.

Cloak 

Value of 20 [0x14].

See BWAPI::UnitCommandTypes::Cloak.

Decloak 

Value of 21 [0x15].

See BWAPI::UnitCommandTypes::Decloak.

Siege 

Value of 22 [0x16].

See BWAPI::UnitCommandTypes::Siege.

Unsiege 

Value of 23 [0x17].

See BWAPI::UnitCommandTypes::Unsiege.

Lift 

Value of 24 [0x18].

See BWAPI::UnitCommandTypes::Lift.

Land 

Value of 25 [0x19].

See BWAPI::UnitCommandTypes::Land.

Load 

Value of 26 [0x1a].

See BWAPI::UnitCommandTypes::Load.

Unload 

Value of 27 [0x1b].

See BWAPI::UnitCommandTypes::Unload.

Unload_All 

Value of 28 [0x1c].

See BWAPI::UnitCommandTypes::Unload_All.

Unload_All_Position 

Value of 29 [0x1d].

See BWAPI::UnitCommandTypes::Unload_All_Position.

Right_Click_Position 

Value of 30 [0x1e].

See BWAPI::UnitCommandTypes::Right_Click_Position.

Right_Click_Unit 

Value of 31 [0x1f].

See BWAPI::UnitCommandTypes::Right_Click_Unit.

Halt_Construction 

Value of 32 [0x20].

See BWAPI::UnitCommandTypes::Halt_Construction.

Cancel_Construction 

Value of 33 [0x21].

See BWAPI::UnitCommandTypes::Cancel_Construction.

Cancel_Addon 

Value of 34 [0x22].

See BWAPI::UnitCommandTypes::Cancel_Addon.

Cancel_Train 

Value of 35 [0x23].

See BWAPI::UnitCommandTypes::Cancel_Train.

Cancel_Train_Slot 

Value of 36 [0x24].

See BWAPI::UnitCommandTypes::Cancel_Train_Slot.

Cancel_Morph 

Value of 37 [0x25].

See BWAPI::UnitCommandTypes::Cancel_Morph.

Cancel_Research 

Value of 38 [0x26].

See BWAPI::UnitCommandTypes::Cancel_Research.

Cancel_Upgrade 

Value of 39 [0x27].

See BWAPI::UnitCommandTypes::Cancel_Upgrade.

Use_Tech 

Value of 40 [0x28].

See BWAPI::UnitCommandTypes::Use_Tech.

Use_Tech_Position 

Value of 41 [0x29].

See BWAPI::UnitCommandTypes::Use_Tech_Position.

Use_Tech_Unit 

Value of 42 [0x2a].

See BWAPI::UnitCommandTypes::Use_Tech_Unit.

Place_COP 

Value of 43 [0x2b].

See BWAPI::UnitCommandTypes::Place_COP.

None 
Unknown 
MAX