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

Function getVehiclePreviewRotationFrame

src/OpenLoco/src/Ui/WindowManager.cpp:1805–1808  ·  view source on GitHub ↗

0x0052622E

Source from the content-addressed store, hash-verified

1803
1804 // 0x0052622E
1805 uint16_t getVehiclePreviewRotationFrame()
1806 {
1807 return getGameState().vehiclePreviewRotationFrame;
1808 }
1809 void setVehiclePreviewRotationFrame(uint16_t vehiclePreviewRotationFrame)
1810 {
1811 getGameState().vehiclePreviewRotationFrame = vehiclePreviewRotationFrame;

Callers 3

tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected