[−][src]Constant game::pregame::built_info::BUILT_TIME_UTC
pub const BUILT_TIME_UTC: &str = "Tue, 02 Mar 2021 18:03:23 +0000";
[−][src]Constant game::pregame::built_info::BUILT_TIME_UTC
pub const BUILT_TIME_UTC: &str = "Tue, 02 Mar 2021 18:55:04 +0000";
The built-time in RFC2822, UTC
[−][src]Function game::sandbox::calculate_camera_center
fn calculate_camera_center(ctx: &EventCtx<'_>, app: &App) -> String
[−][src]Function game::sandbox::calculate_camera_center
fn calculate_camera_center(ctx: &EventCtx<'_>, app: &App) -> String
Calculates an OSM-style zoom/lat/lon
string
(https://wiki.openstreetmap.org/wiki/Browsing#Other_URL_tricks) based on the current viewport.
[−][src]Function game::sandbox::is_daytime
fn is_daytime(app: &App) -> bool