Struct sc2::LauncherSettings[][src]

pub struct LauncherSettings { /* fields omitted */ }

Builder used to create launcher.

Methods

impl LauncherSettings
[src]

Create a new builder.

Set the StarCraft II installation directory.

auto-detect if not specified.

Use Wine to run the game - for unix users.

Set the starting point for game ports.

Auto Trait Implementations

impl Send for LauncherSettings

impl Sync for LauncherSettings