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

Method getParameters

source/EngineTests/NonCellFunctionTests.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12public:
13 static SimulationParameters getParameters()
14 {
15 SimulationParameters result;
16 result.cellFunctionTransmitterEnergyDistributionSameCreature = true;
17 result.innerFriction = 0;
18 result.baseValues.friction = 0;
19 for (int i = 0; i < MAX_COLORS; ++i) {
20 result.baseValues.radiationCellAgeStrength[i] = 0;
21 }
22 return result;
23 }
24
25 NonCellFunctionTests()
26 : IntegrationTestFramework(getParameters())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected