| 379 | } |
| 380 | |
| 381 | bool GameSingleton::can_decrease_speed() const { |
| 382 | return game_manager.clock.canDecreaseSimulationSpeed(); |
| 383 | } |
| 384 | |
| 385 | String GameSingleton::get_longform_date() const { |
| 386 | return std_to_godot_string(static_cast<std::string>(game_manager.get_today())); |
nothing calls this directly
no outgoing calls
no test coverage detected