Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wheelInput
Function · 0.50
zoomMenuDropdown
Function · 0.50
rotateMenuDropdown
Function · 0.50
importSaveToGameState
Function · 0.50
zoomViewOut
Function · 0.50
zoomViewIn
Function · 0.50
rotateView
Function · 0.50
processMouseWheel
Function · 0.50
start
Function · 0.50
renameTown
Function · 0.50
Calls
2
towns
Function · 0.85
updateLabel
Method · 0.45
Tested by
no test coverage detected