rust_sc2::client

Function run_vs_human

Source
pub fn run_vs_human<B>(
    bot: &mut B,
    human_settings: PlayerSettings<'_>,
    map_name: &str,
    options: LaunchOptions<'_>,
) -> SC2Result<()>
where B: Player + DerefMut<Target = Bot> + Deref<Target = Bot>,
Expand description

Simple function to run game vs human.