MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / can_decrease_speed

Method can_decrease_speed

extension/src/GameSingleton.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381bool GameSingleton::can_decrease_speed() const {
382 return game_manager.clock.canDecreaseSimulationSpeed();
383}
384
385String GameSingleton::get_longform_date() const {
386 return std_to_godot_string(static_cast<std::string>(game_manager.get_today()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected