Enum sc2::ComputerCell [] [src]

pub enum ComputerCell {
    Init(Init),
    Setup(Setup),
}

cell that acts as the built-in SC2 AI

Variants

initialize the soma

respond to the setup queries

Methods

impl ComputerCell
[src]

[src]

create a new computer cell

Trait Implementations

impl Cell for ComputerCell
[src]

user-defined message to be passed between cells

user-defined roles for connections

[src]

apply any changes to the cell's state as a result of _msg

[src]

spin up an event loop and run cell