namespace
FlagContains flag enumerations for BWAPI.
Enums
- enum Enum { CompleteMapInformation = 0, UserInput = 1, Max }
- Contains flag enumerations for BWAPI.
Enum documentation
enum BWAPI:: Flag:: Enum
Contains flag enumerations for BWAPI.
Enumerators | |
---|---|
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. |