Home
last modified time | relevance | path

Searched refs:otherVehicleIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp7545 if (otherVehicleIndex == nullptr) in UpdateMotionCollisionDetection()
7667 if (otherVehicleIndex != nullptr) in UpdateMotionCollisionDetection()
7713 if (otherVehicleIndex != nullptr) in UpdateMotionCollisionDetection()
7714 *otherVehicleIndex = collideVehicle->sprite_index; in UpdateMotionCollisionDetection()
8022 uint16_t otherVehicleIndex = SPRITE_INDEX_NULL; in UpdateTrackMotionForwards() local
8192 otherVehicleIndex = prev_vehicle_on_ride; in UpdateTrackMotionForwards()
8416 uint16_t otherVehicleIndex = SPRITE_INDEX_NULL; in UpdateTrackMotionBackwards() local
8503 otherVehicleIndex = next_vehicle_on_ride; in UpdateTrackMotionBackwards()
8563 uint16_t otherVehicleIndex = SPRITE_INDEX_NULL; in UpdateTrackMotionMiniGolfVehicle() local
8862 otherVehicleIndex = prev_vehicle_on_ride; in UpdateTrackMotionMiniGolfVehicle()
[all …]
H A DVehicle.h365 bool UpdateMotionCollisionDetection(const CoordsXYZ& loc, uint16_t* otherVehicleIndex);