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

Method applyCataclysm

source/EngineImpl/EngineWorker.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void EngineWorker::applyCataclysm(int power)
319{
320 EngineWorkerGuard access(this);
321 _simulationCudaFacade->applyCataclysm(power);
322}
323
324void EngineWorker::beginShutdown()
325{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected