MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / updateDaily

Function updateDaily

src/OpenLoco/src/World/CompanyManager.cpp:250–256  ·  view source on GitHub ↗

0x00437FB8

Source from the content-addressed store, hash-verified

248
249 // 0x00437FB8
250 void updateDaily()
251 {
252 for (auto& company : companies())
253 {
254 company.updateDaily();
255 }
256 }
257
258 // 0x0043037B
259 void updateMonthly1()

Callers

nothing calls this directly

Calls 2

companiesFunction · 0.85
updateDailyMethod · 0.45

Tested by

no test coverage detected