Struct sc2::ai::OpponentBuilder[][src]

pub struct OpponentBuilder { /* fields omitted */ }

Build a built-in AI opponent.

Methods

impl OpponentBuilder
[src]

Create the builder.

Set the race of the AI (default is Random).

Set the difficulty of the AI (default is Medium).

Auto Trait Implementations

impl Send for OpponentBuilder

impl Sync for OpponentBuilder