Module rust_sc2::client[][src]

Expand description

Everything needed to easily run games in SC2.

Contains Runner structures for verbose configuration and multiple games, and simple runner functions for playing once.

Structs

LaunchOptions

Additional launch options for run_vs_computer and run_vs_human.

RunnerMulti

Runner for games vs Human.

RunnerSingle

Runner for games vs built-in AI.

Functions

run_ladder_game

Simple function to join ladder game.

run_vs_computer

Simple function to run game vs built-in AI.

run_vs_human

Simple function to run game vs human.

Type Definitions

SC2Result