Enum sc2::Difficulty [] [src]

pub enum Difficulty {
    VeryEasy,
    Easy,
    Medium,
    MediumHard,
    Hard,
    Harder,
    VeryHard,
    CheatVision,
    CheatMoney,
    CheatInsane,
}

difficulty setting for built-in StarCraft II AI

Variants

Methods

impl Difficulty
[src]

[src]

convert to protobuf data

Trait Implementations

impl Debug for Difficulty
[src]

[src]

Formats the value using the given formatter.

impl Copy for Difficulty
[src]

impl Clone for Difficulty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more