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

Method decrease_speed

extension/src/GameSingleton.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void GameSingleton::decrease_speed() {
374 game_manager.clock.decreaseSimulationSpeed();
375}
376
377bool GameSingleton::can_increase_speed() const {
378 return game_manager.clock.canIncreaseSimulationSpeed();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected