Home
last modified time | relevance | path

Searched refs:boat_hire_return_direction (Results 1 – 8 of 8) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DRCT1.h183 uint8_t boat_hire_return_direction; // 0x081 member
H A DS4Importer.cpp940 dst->boat_hire_return_direction = src->boat_hire_return_direction; in ImportRide()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DRCT2.h159 uint8_t boat_hire_return_direction; // 0x0D1 member
H A DS6Exporter.cpp762 dst->boat_hire_return_direction = src->boat_hire_return_direction; in ExportRide()
H A DS6Importer.cpp723 dst->boat_hire_return_direction = src->boat_hire_return_direction; in ImportRide()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h248 uint8_t boat_hire_return_direction; member
H A DVehicle.cpp4208 SetTrackDirection(curRide->boat_hire_return_direction); in TryReconnectBoatToTrack()
4405 if (!(curRide->boat_hire_return_direction & 1)) in UpdateMotionBoatHire()
4512 uint8_t returnDirection = curRide->boat_hire_return_direction & 3; in UpdateBoatLocation()
H A DRide.cpp2923 …ride->boat_hire_return_direction = returnPos.element->GetDirectionWithOffset(elementReturnDirectio… in ride_set_boat_hire_return_point()