diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 8950f67f29..7d268eb33e 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -80,9 +80,9 @@ call this to handle all other events. Read more

impl SimpleState<App> for About[src]

impl SimpleState<App> for About[src]

impl State<App> for SandboxLoader[src]

impl State<App> for SandboxLoader[src]

impl State<App> for Floodfiller[src]

[][src]Function game::sandbox::is_daytime

fn is_daytime(app: &App) -> bool
\ No newline at end of file diff --git a/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html b/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html index c5c73610ba..a623bb5ef2 100644 --- a/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html +++ b/rustdoc/game/sandbox/fn.mouseover_unzoomed_agent_circle.html @@ -1,4 +1,4 @@ game::sandbox::mouseover_unzoomed_agent_circle - Rust

[][src]Function game::sandbox::mouseover_unzoomed_agent_circle

fn mouseover_unzoomed_agent_circle(ctx: &mut EventCtx<'_>, app: &mut App)
\ No newline at end of file + Change settings

[][src]Function game::sandbox::mouseover_unzoomed_agent_circle

fn mouseover_unzoomed_agent_circle(ctx: &mut EventCtx<'_>, app: &mut App)
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/actdev/fn.find_active_trip.html b/rustdoc/game/sandbox/gameplay/actdev/fn.find_active_trip.html index 9fbd8e29da..d3bde9d95d 100644 --- a/rustdoc/game/sandbox/gameplay/actdev/fn.find_active_trip.html +++ b/rustdoc/game/sandbox/gameplay/actdev/fn.find_active_trip.html @@ -1,4 +1,4 @@ game::sandbox::gameplay::actdev::find_active_trip - Rust

[][src]Function game::sandbox::gameplay::actdev::find_active_trip

fn find_active_trip(app: &App) -> Option<(PersonID, TripID)>
\ No newline at end of file + Change settings

[][src]Function game::sandbox::gameplay::actdev::find_active_trip

fn find_active_trip(app: &App) -> Option<(PersonID, TripID)>
\ No newline at end of file diff --git a/rustdoc/game/sandbox/gameplay/actdev/index.html b/rustdoc/game/sandbox/gameplay/actdev/index.html index 6ffbf60ff9..2316c609ca 100644 --- a/rustdoc/game/sandbox/gameplay/actdev/index.html +++ b/rustdoc/game/sandbox/gameplay/actdev/index.html @@ -1,7 +1,7 @@ game::sandbox::gameplay::actdev - Rust

[][src]Module game::sandbox::gameplay::actdev

Structs

+ Change settings

[][src]Module game::sandbox::gameplay::actdev

Structs

About
Actdev

A gameplay mode with specific controls for integration with https://cyipt.github.io/acton/articles/the-actdev-project.html.

Functions

diff --git a/rustdoc/game/sandbox/gameplay/actdev/struct.About.html b/rustdoc/game/sandbox/gameplay/actdev/struct.About.html index db67873fa8..bec2b451cc 100644 --- a/rustdoc/game/sandbox/gameplay/actdev/struct.About.html +++ b/rustdoc/game/sandbox/gameplay/actdev/struct.About.html @@ -1,9 +1,9 @@ game::sandbox::gameplay::actdev::About - Rust

[][src]Struct game::sandbox::gameplay::actdev::About

struct About;

Trait Implementations

impl SimpleState<App> for About[src]

[][src]Struct game::sandbox::gameplay::actdev::About

struct About;

Trait Implementations

impl SimpleState<App> for About[src]

Implementors

impl GameplayState for Actdev[src]

impl GameplayState for OptimizeCommute[src]

impl GameplayState for FixTrafficSignals[src]

impl GameplayState for Freeform[src]

impl GameplayState for PlayScenario[src]

impl GameplayState for Tutorial[src]

Loading content...
\ No newline at end of file diff --git a/rustdoc/game/sandbox/index.html b/rustdoc/game/sandbox/index.html index ba51f7f83f..de70fe69b0 100644 --- a/rustdoc/game/sandbox/index.html +++ b/rustdoc/game/sandbox/index.html @@ -1,7 +1,7 @@ game::sandbox - Rust

[][src]Module game::sandbox

Re-exports

+ Change settings

[][src]Module game::sandbox

Re-exports

pub use self::gameplay::spawn_agents_around;
pub use self::gameplay::GameplayMode;
pub use self::gameplay::TutorialPointer;
pub use self::gameplay::TutorialState;
pub use self::speed::SpeedControls;
pub use self::speed::SpeedSetting;
pub use self::speed::TimePanel;
pub use self::time_warp::TimeWarpScreen;

Modules

dashboards
gameplay
misc_tools
speed
time_warp
uber_turns

Structs

Actions
AgentMeter
BackToMainMenu
SandboxControls
SandboxLoader
SandboxMode

Enums

diff --git a/rustdoc/game/sandbox/struct.SandboxControls.html b/rustdoc/game/sandbox/struct.SandboxControls.html index 8f57173324..73a5ecca95 100644 --- a/rustdoc/game/sandbox/struct.SandboxControls.html +++ b/rustdoc/game/sandbox/struct.SandboxControls.html @@ -10,7 +10,7 @@ pub agent_meter: Option<AgentMeter>, minimap: Option<Minimap<App, MinimapController>>, }

- Fields

common: Option<CommonState>route_preview: Option<RoutePreview>tool_panel: Option<Panel>time_panel: Option<TimePanel>speed: Option<SpeedControls>agent_meter: Option<AgentMeter>minimap: Option<Minimap<App, MinimapController>>

Implementations

impl SandboxControls[src]

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

fn recreate_panels(&mut self, ctx: &mut EventCtx<'_>, app: &App)[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]