Struct sc2::MeleeBuilder[][src]

pub struct MeleeBuilder { /* fields omitted */ }

Build a Melee coordinator.

Methods

impl MeleeBuilder
[src]

Start building a Melee coordinator.

The settings for the launcher.

Play one game with the given settings.

Keep restarting game with the given settings.

Step the game instance with a discrete interval

Step the bot as fast as possible

Stop running upon CTRL-C.

this is only necessary with Wine. CTRL-C doesn't seem to kill it for some reason by default.

Add a player to the Melee coordinator.

Provide a handle to spawn background tasks.

Build the Melee coordinator.

Auto Trait Implementations

impl !Send for MeleeBuilder

impl !Sync for MeleeBuilder