Home
last modified time | relevance | path

Searched refs:QueuingFront (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.h51 QueuingFront = 2, enumerator
H A DPeep.cpp157 case PeepState::QueuingFront: in CanBePickedUp()
1347 case PeepState::QueuingFront: in FormatActionTo()
H A DGuest.cpp3872 peep->SetState(PeepState::QueuingFront); in peep_update_ride_no_free_vehicle_rejoin_queue()
5065 case PeepState::QueuingFront: in UpdateGuest()
5490 SetState(PeepState::QueuingFront); in UpdateQueuing()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp280 if (peep->State == PeepState::QueuingFront || peep->State == PeepState::EnteringRide in ride_remove_peeps()
287 … if (peep->State == PeepState::QueuingFront && peep->RideSubState == PeepRideSubState::AtEntrance) in ride_remove_peeps()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp2482 … if (peep->State == PeepState::QueuingFront && peep->CurrentRide == merryGoRoundId) in FixUrbanPark()