MCPcopy Create free account
hub / github.com/SimHacker/micropolis / setPasses

Method setPasses

MicropolisCore/src/MicropolisEngine/src/utilities.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189void Micropolis::setPasses(int passes)
190{
191 simPasses = passes;
192 simPass = 0;
193 callback("update", "s", "passes");
194}
195
196/**
197 * Set the game level and initial funds.

Callers 7

__init__Method · 0.95
MainMethod · 0.80
runFunction · 0.80
tickEngineMethod · 0.80
playCityMethod · 0.80
updateMethod · 0.80
speedScaleChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected