MCPcopy Create free account
hub / github.com/chrxh/alien / pauseSimulation

Method pauseSimulation

source/EngineImpl/SimulationFacadeImpl.cpp:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void _SimulationFacadeImpl::pauseSimulation()
196{
197 _worker.pauseSimulation();
198 _selectionNeedsUpdate = true;
199
200 _realTime = getRealTime();
201 _simRunTimePoint.reset();
202}
203
204void _SimulationFacadeImpl::applyCataclysm(int power)
205{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected