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

Function updateLabels

src/OpenLoco/src/World/StationManager.cpp:80–86  ·  view source on GitHub ↗

0x0048DDC3

Source from the content-addressed store, hash-verified

78
79 // 0x0048DDC3
80 void updateLabels()
81 {
82 for (auto& station : stations())
83 {
84 station.updateLabel();
85 }
86 }
87
88 // 0x0048B244
89 void updateDaily()

Callers

nothing calls this directly

Calls 2

stationsFunction · 0.85
updateLabelMethod · 0.45

Tested by

no test coverage detected