diff --git a/rustdoc/game/all.html b/rustdoc/game/all.html index e1ceb901b6..f2d8fa139a 100644 --- a/rustdoc/game/all.html +++ b/rustdoc/game/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Traits

Functions

Typedefs

Constants

+

Structs

Enums

Traits

Functions

Typedefs

Constants

\ No newline at end of file diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index ab4f595437..509d6a54cb 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -94,9 +94,9 @@ the event and immediately apply the transition.

impl SimpleState<App> for ChangeScenario[src]

impl SimpleState<App> for ChangeScenario[src]

impl State<App> for TitleScreen[src]

impl State<App> for TitleScreen[src]

impl State<App> for MainMenu[src]

impl State<App> for MainMenu[src]

impl State<App> for About[src]

impl State<App> for About[src]

impl State<App> for CommuterPatterns[src]

Function game::pregame::built_info::time[][src]

pub fn time() -> Text
\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/index.html b/rustdoc/game/pregame/built_info/index.html index 873ed4f150..1e06b9d258 100644 --- a/rustdoc/game/pregame/built_info/index.html +++ b/rustdoc/game/pregame/built_info/index.html @@ -1,7 +1,7 @@ game::pregame::built_info - Rust

Module game::pregame::built_info[][src]

Constants

+ Change settings

Module game::pregame::built_info[][src]

Constants

BUILT_TIME_UTC

The built-time in RFC2822, UTC

CFG_ENDIAN

The endianness, given by cfg!(target_endian).

CFG_ENV

The toolchain-environment, given by cfg!(target_env).

diff --git a/rustdoc/game/pregame/fn.default_scenario_for_map.html b/rustdoc/game/pregame/fn.default_scenario_for_map.html new file mode 100644 index 0000000000..67ff77bbfe --- /dev/null +++ b/rustdoc/game/pregame/fn.default_scenario_for_map.html @@ -0,0 +1,5 @@ +game::pregame::default_scenario_for_map - Rust + +

Function game::pregame::default_scenario_for_map[][src]

fn default_scenario_for_map(name: &MapName) -> String
+ \ No newline at end of file diff --git a/rustdoc/game/pregame/index.html b/rustdoc/game/pregame/index.html index 1200357a15..044bdc720f 100644 --- a/rustdoc/game/pregame/index.html +++ b/rustdoc/game/pregame/index.html @@ -1,7 +1,8 @@ game::pregame - Rust -

Module game::pregame[][src]

Modules

+

Module game::pregame[][src]

Modules

built_info
proposals

Structs

-
About
MainMenu
Screensaver
TitleScreen
+
About
MainMenu
Screensaver
TitleScreen

Functions

+
default_scenario_for_map
\ No newline at end of file diff --git a/rustdoc/game/pregame/proposals/fn.launch.html b/rustdoc/game/pregame/proposals/fn.launch.html index 84cd99626f..32b4dab4bc 100644 --- a/rustdoc/game/pregame/proposals/fn.launch.html +++ b/rustdoc/game/pregame/proposals/fn.launch.html @@ -1,5 +1,5 @@ game::pregame::proposals::launch - Rust

Function game::pregame::proposals::launch[][src]

fn launch(
    ctx: &mut EventCtx<'_>,
    app: &App,
    edits: PermanentMapEdits
) -> Transition<App>
+ Change settings

Function game::pregame::proposals::launch[][src]

fn launch(
    ctx: &mut EventCtx<'_>,
    app: &App,
    edits: PermanentMapEdits
) -> Transition<App>
\ No newline at end of file diff --git a/rustdoc/game/pregame/proposals/index.html b/rustdoc/game/pregame/proposals/index.html index dac3a379e9..d56bdb9c98 100644 --- a/rustdoc/game/pregame/proposals/index.html +++ b/rustdoc/game/pregame/proposals/index.html @@ -1,7 +1,7 @@ game::pregame::proposals - Rust

Module game::pregame::proposals[][src]

Structs

+ Change settings

Module game::pregame::proposals[][src]

Structs

Proposals

Functions

launch
\ No newline at end of file diff --git a/rustdoc/game/pregame/sidebar-items.js b/rustdoc/game/pregame/sidebar-items.js index 6e8fdbafe6..6664eb312e 100644 --- a/rustdoc/game/pregame/sidebar-items.js +++ b/rustdoc/game/pregame/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"mod":[["built_info",""],["proposals",""]],"struct":[["About",""],["MainMenu",""],["Screensaver",""],["TitleScreen",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["default_scenario_for_map",""]],"mod":[["built_info",""],["proposals",""]],"struct":[["About",""],["MainMenu",""],["Screensaver",""],["TitleScreen",""]]}); \ No newline at end of file diff --git a/rustdoc/game/pregame/struct.About.html b/rustdoc/game/pregame/struct.About.html index 302f0ae8bf..684c22ef87 100644 --- a/rustdoc/game/pregame/struct.About.html +++ b/rustdoc/game/pregame/struct.About.html @@ -1,12 +1,12 @@ game::pregame::About - Rust

Struct game::pregame::About[][src]

struct About {
+                Change settings

Struct game::pregame::About[][src]

struct About {
     panel: Panel,
 }

- Fields

panel: Panel

Implementations

impl About[src]

fn new(ctx: &mut EventCtx<'_>, app: &App) -> Box<dyn State<App>>[src]

Trait Implementations

impl State<App> for About[src]