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

Enumerations

enum  Enum {
  CompleteMapInformation = 0,
  UserInput = 1,
  Max
}

Detailed Description

Contains flag enumerations for BWAPI.

See also
Game::enableFlag, Game::isFlagEnabled

Enumeration Type Documentation

Contains flag enumerations for BWAPI.

See also
Game::enableFlag, Game::isFlagEnabled
Enumerator
CompleteMapInformation 

Enable to get information about all units on the map, not just the visible units.

UserInput 

Enable to get information from the user (what units are selected, chat messages the user enters, etc)

Max 

The maximum number of different flags available.