MCPcopy 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. */
115void Micropolis::updateFunds()
116{
117 mustUpdateFunds = true;
118}
119
120
121void Micropolis::reallyUpdateFunds()

Callers 1

modifyWorldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected