Type Alias rsbwapi::Flag

source ·
pub type Flag = BWAPI_Flag_Enum;

Aliased Type§

enum Flag {
    CompleteMapInformation = 0,
    UserInput = 1,
    Max = 2,
}

Variants§

§

CompleteMapInformation = 0

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

UserInput = 1

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

Max = 2

The maximum number of different flags available.