Module rust_sc2::bot[][src]

Bot struct and it's helpers.

Structs

Bot

Main bot struct. Structs with #[bot] attribute will get all it's fields and methods through Deref and DerefMut traits.

CountOptions

Options used to configure which units are counted. Constructed with counter and enemy_counter methods.

PlacementOptions

Additional options for find_placement.

Enums

Completion

State of counted units, used in CountOptions.

UnitAlias

Alias of counted units, used in CountOptions.