Struct sc2::ComputerBuilder [] [src]

pub struct ComputerBuilder { /* fields omitted */ }

build a built-in AI opponent

Methods

impl ComputerBuilder
[src]

[src]

create the builder

[src]

set the race of the AI (default is Random)

[src]

set the difficulty of the AI (default is Medium)

[src]

build the built-in AI

Trait Implementations

Auto Trait Implementations