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

Function onUpdate

src/OpenLoco/src/Ui/Windows/StationWindow.cpp:1055–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053 }
1054
1055 static void onUpdate(Window& self)
1056 {
1057 self.frameNo++;
1058 self.callPrepareDraw();
1059
1060 sortVehicleList(self);
1061 }
1062
1063 static void event_08(Window& self)
1064 {

Callers

nothing calls this directly

Calls 2

callPrepareDrawMethod · 0.80
sortVehicleListFunction · 0.70

Tested by

no test coverage detected