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

Enumerations

enum  ActionID {
  EnableFlag,
  PauseGame,
  ResumeGame,
  LeaveGame,
  SetLocalSpeed,
  SetTextSize,
  SetLatCom,
  SetGUI,
  SetMap,
  SetFrameSkip,
  Printf,
  SendText,
  SetCommandOptimizationLevel
}

Detailed Description

Contains a list of interruptable actions that the tournament module can allow or deny.

See also
TournamentModule::onAction

Enumeration Type Documentation

Contains a list of interruptable actions that the tournament module can allow or deny.

See also
TournamentModule::onAction
Enumerator
EnableFlag 
See also
Game::enableFlag
PauseGame 
See also
Game::pauseGame
ResumeGame 
See also
Game::resumeGame
LeaveGame 
See also
Game::leaveGame
SetLocalSpeed 
See also
Game::setLocalSpeed
SetTextSize 
See also
Game::setTextSize
SetLatCom 
See also
Game::setLatCom
SetGUI 
See also
Game::setGUI
SetMap 
See also
Game::setMap
SetFrameSkip 
See also
Game::setFrameSkip
Printf 
See also
Game::printf
SendText 
See also
Game::sendText
SetCommandOptimizationLevel 
See also
Game::setCommandOptimizationLevel