Struct sc2::LauncherCell [] [src]

pub struct LauncherCell { /* fields omitted */ }

cell in charge of launching game instances and assigning ports

Methods

impl LauncherCell
[src]

[src]

create a launcher from settings

[src]

create a set of ports for multiplayer games

Trait Implementations

impl Cell for LauncherCell
[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