Home
last modified time | relevance | path

Searched refs:track_block_get_previous (Results 1 – 9 of 9) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DTrack.cpp421 if (!track_block_get_previous({ it->last.x, it->last.y, it->last.element }, &trackBeginEnd)) in track_circuit_iterator_previous()
443 if (track_block_get_previous({ it->last.x, it->last.y, it->last.element }, &trackBeginEnd)) in track_circuit_iterator_previous()
494 result = track_block_get_previous(lastTrack, &currentTrack); in track_get_back()
H A DCableLift.cpp315 if (!track_block_get_previous(input, &output)) in CableLiftUpdateTrackMotionBackwards()
H A DRide.cpp668 bool track_block_get_previous(const CoordsXYE& trackPos, track_begin_end* outTrackBeginEnd) in track_block_get_previous() function
2813 while (track_block_get_previous(*output, &trackBeginEnd)) in ride_check_station_length()
2905 while (track_block_get_previous(returnPos, &trackBeginEnd)) in ride_set_boat_hire_return_point()
3377 …while (track_block_get_previous({ trackPos, reinterpret_cast<TileElement*>(trackElement) }, &track… in ride_create_vehicles_find_first_block()
4117 if (track_block_get_previous(trackElement, &trackBeginEnd)) in ride_get_start_of_track()
4133 if (!track_block_get_previous( in ride_get_start_of_track()
4143 … if (!track_block_get_previous({ slowIt.end_x, slowIt.end_y, slowIt.begin_element }, &slowIt) in ride_get_start_of_track()
H A DVehicle.cpp6650 if (!track_block_get_previous({ location, tileElement }, &trackBeginEnd)) in block_brakes_open_previous_section()
6669 track_block_get_previous({ slowLocation, &slowTileElement }, &slowTrackBeginEnd); in block_brakes_open_previous_section()
7901 if (!track_block_get_previous({ TrackLocation, tileElement }, &trackBeginEnd)) in UpdateTrackMotionForwardsGetNewTrack()
8296 if (!track_block_get_previous({ trackPos, tileElement }, &trackBeginEnd)) in UpdateTrackMotionBackwardsGetNewTrack()
8900 if (!track_block_get_previous({ TrackLocation, tileElement }, &trackBeginEnd)) in UpdateTrackMotionMiniGolfVehicle()
9681 if (!track_block_get_previous(xyElement, &output)) in UpdateCrossings()
9709 if (track_block_get_previous(xyElement, &output)) in UpdateCrossings()
H A DRide.h1192 bool track_block_get_previous(const CoordsXYE& trackPos, track_begin_end* outTrackBeginEnd);
H A DRideConstruction.cpp834 if (track_block_get_previous({ *newCoords, tileElement }, &trackBeginEnd)) in ride_select_previous_section()
H A DRideRatings.cpp345 if (!track_block_get_previous({ state.Proximity, tileElement }, &trackBeginEnd)) in ride_ratings_update_state_5()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.cpp2397 while (track_block_get_previous(input, &trackBeginEnd)) in UpdateFixingMoveToStationStart()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRideConstruction.cpp1903 if (track_block_get_previous({ *newCoords, tileElement }, &trackBeginEnd)) in window_ride_construction_mouseup_demolish()