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

Function get

src/OpenLoco/src/Ui/WindowManager.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 Window* get(size_t index)
57 {
58 return &_windows[index];
59 }
60
61 size_t indexOf(const Window& pWindow)
62 {

Callers 15

getStationArgumentsFunction · 0.70
getTownArgumentsFunction · 0.70
getVehicleArgumentsFunction · 0.70
getItemLeftFunction · 0.70
rightOverTrackFunction · 0.70
rightOverTrainStationFunction · 0.70
rightOverRoadFunction · 0.70
rightOverRoadStationFunction · 0.70
rightOverAirportFunction · 0.70
rightOverDockFunction · 0.70
handleRightReleasedFunction · 0.70
getMapCoordinatesFromPosFunction · 0.70

Calls

no outgoing calls

Tested by 4

drawFunction · 0.40
getOwnerNameFunction · 0.40
drawScrollFunction · 0.40
onToolDownFunction · 0.40