Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void 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
Main
Method · 0.80
run
Function · 0.80
tickEngine
Method · 0.80
playCity
Method · 0.80
update
Method · 0.80
speedScaleChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected