Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ updateFunds
Method
updateFunds
MicropolisCore/src/MicropolisEngine/src/update.cpp:115–118 ·
view source on GitHub ↗
Set a flag that the funds display is out of date. */
Source
from the content-addressed store, hash-verified
113
114
/** Set a flag that the funds display is out of date. */
115
void Micropolis::updateFunds()
116
{
117
mustUpdateFunds = true;
118
}
119
120
121
void Micropolis::reallyUpdateFunds()
Callers
1
modifyWorld
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected