Struct sc2::LauncherSettings [] [src]

pub struct LauncherSettings {
    pub dir: Option<PathBuf>,
    pub use_wine: bool,
    pub base_port: u16,
}

settings used to create a launcher

Fields

installation directory

auto-detect if not specified

use Wine to run the game - Linux users

starting point for game ports

Trait Implementations

impl Default for LauncherSettings
[src]

[src]

Returns the "default value" for a type. Read more