Struct sc2::data::GameSetup [−][src]
pub struct GameSetup { /* fields omitted */ }
Settings for a game.
Methods
impl GameSetup
[src]
impl GameSetup
pub fn new(map: Map) -> Self
[src]
pub fn new(map: Map) -> Self
Create a game setup for the given map.
pub fn get_map(&self) -> &Map
[src]
pub fn get_map(&self) -> &Map
Get the map.
Trait Implementations
impl Debug for GameSetup
[src]
impl Debug for GameSetup
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GameSetup
[src]
impl Clone for GameSetup