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

Method applyCataclysm

source/EngineImpl/SimulationFacadeImpl.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void _SimulationFacadeImpl::applyCataclysm(int power)
205{
206 _worker.applyCataclysm(power);
207}
208
209bool _SimulationFacadeImpl::isSimulationRunning() const
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected