Home
last modified time | relevance | path

Searched refs:rotation_begin (Results 1 – 7 of 7) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/windows/
H A D_legacy.cpp324 trackDirection += trackCoordinates.rotation_begin; in window_ride_construction_update_state()
327 if (trackCoordinates.rotation_begin & (1 << 2)) in window_ride_construction_update_state()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DWallPlaceAction.cpp437 if (!(ted.Coordinates.rotation_begin & 4)) in WallCheckObstructionWithTrack()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.cpp492 … uint8_t nextRotation = tileElement->GetDirectionWithOffset(nextTrackCoordinate.rotation_begin) in track_block_get_next_from_zero()
493 | (nextTrackCoordinate.rotation_begin & TRACK_BLOCK_2); in track_block_get_next_from_zero()
625 nextRotation = tileElement->GetDirectionWithOffset(nextTrackCoordinate.rotation_begin) in track_block_get_previous_from_zero()
626 | (nextTrackCoordinate.rotation_begin & TRACK_BLOCK_2); in track_block_get_previous_from_zero()
701 rotation = ((trackCoordinate.rotation_begin + rotation) & TILE_ELEMENT_DIRECTION_MASK) in track_block_get_previous()
702 | (trackCoordinate.rotation_begin & TRACK_BLOCK_2); in track_block_get_previous()
2922 int32_t elementReturnDirection = ted.Coordinates.rotation_begin; in ride_set_boat_hire_return_point()
H A DTrack.h63 int8_t rotation_begin; // 0x00 member
H A DTrackDesign.cpp1724 … rotation = (rotation + track_coordinates.rotation_end - track_coordinates.rotation_begin) & 3; in TrackDesignPlaceRide()
H A DVehicle.cpp7420 int32_t direction = (GetTrackDirection() + trackCoordinates->rotation_begin) & 3; in UpdateSceneryDoorBackwards()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DTrackDesignPlace.cpp603 curTrackRotation += track_coordinate->rotation_end - track_coordinate->rotation_begin; in window_track_place_draw_mini_preview_track()