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

Function updateLabels

src/OpenLoco/src/World/TownManager.cpp:464–470  ·  view source on GitHub ↗

0x0049771C

Source from the content-addressed store, hash-verified

462
463 // 0x0049771C
464 void updateLabels()
465 {
466 for (Town& town : towns())
467 {
468 town.updateLabel();
469 }
470 }
471
472 // 0x0049748C
473 void updateMonthly()

Callers 10

wheelInputFunction · 0.50
zoomMenuDropdownFunction · 0.50
rotateMenuDropdownFunction · 0.50
importSaveToGameStateFunction · 0.50
zoomViewOutFunction · 0.50
zoomViewInFunction · 0.50
rotateViewFunction · 0.50
processMouseWheelFunction · 0.50
startFunction · 0.50
renameTownFunction · 0.50

Calls 2

townsFunction · 0.85
updateLabelMethod · 0.45

Tested by

no test coverage detected