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

Function find

src/OpenLoco/src/Ui/WindowManager.cpp:180–185  ·  view source on GitHub ↗

0x004C9B56

Source from the content-addressed store, hash-verified

178
179 // 0x004C9B56
180 Window* find(WindowType type)
181 {
182 return findImpl([type](auto&& w) {
183 return w.type == type;
184 });
185 }
186
187 // 0x004C9B56
188 Window* find(WindowType type, WindowNumber_t number)

Callers 15

removeSinkFunction · 0.85
chooseNextMusicTrackFunction · 0.85
tickFunction · 0.85
resizeFunction · 0.85
sub_428E47Function · 0.85
processMouseToolFunction · 0.85
tickFunction · 0.85
allocateFunction · 0.85
updateCargoMethod · 0.85
removeTileFromStationFunction · 0.85
isPlayerCompanyFunction · 0.85

Calls 1

findImplFunction · 0.85

Tested by

no test coverage detected