Home
last modified time | relevance | path

Searched refs:ride_customers_per_hour (Results 1 – 4 of 4) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRideList.cpp611 ft.Add<uint32_t>(ride_customers_per_hour(ridePtr)); in OnScrollDraw()
827 … return ride_customers_per_hour(&thisRide) <= ride_customers_per_hour(&otherRide); in RefreshList()
H A DRide.cpp6941 ft.Add<int32_t>(ride_customers_per_hour(ride)); in window_ride_customer_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h1225 uint32_t ride_customers_per_hour(const Ride* ride);
H A DRide.cpp352 auto customersPerHour = ride_customers_per_hour(this); in CalculateIncomePerHour()
5223 uint32_t ride_customers_per_hour(const Ride* ride) in ride_customers_per_hour() function