Home
last modified time | relevance | path

Searched refs:ShouldGoOnRide (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h337 bool ShouldGoOnRide(Ride* ride, int32_t entranceNum, bool atQueue, bool thinking);
H A DPeep.cpp1680 if (!guest->ShouldGoOnRide(ride, stationNum, false, false)) in peep_interact_with_entrance()
2112 if (ride != nullptr && guest->ShouldGoOnRide(ride, stationNum, true, false)) in peep_interact_with_path()
2221 if (!guest->ShouldGoOnRide(ride, 0, false, false)) in peep_interact_with_shop()
H A DGuest.cpp1843 if (ShouldGoOnRide(&ride, 0, false, true) && ride_has_ratings(&ride)) in FindBestRideToGoOn()
1918 bool Guest::ShouldGoOnRide(Ride* ride, int32_t entranceNum, bool atQueue, bool thinking) in ShouldGoOnRide() function in Guest
3168 if (peep->ShouldGoOnRide(&ride, 0, false, true)) in peep_head_for_nearest_ride()