0x0052622E
| 1803 | |
| 1804 | // 0x0052622E |
| 1805 | uint16_t getVehiclePreviewRotationFrame() |
| 1806 | { |
| 1807 | return getGameState().vehiclePreviewRotationFrame; |
| 1808 | } |
| 1809 | void setVehiclePreviewRotationFrame(uint16_t vehiclePreviewRotationFrame) |
| 1810 | { |
| 1811 | getGameState().vehiclePreviewRotationFrame = vehiclePreviewRotationFrame; |
no outgoing calls
no test coverage detected