Home
last modified time | relevance | path

Searched refs:total_profit (Results 1 – 15 of 15) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRideList.cpp603 if (ridePtr->total_profit != MONEY64_UNDEFINED) in OnScrollDraw()
606 ft.Add<money64>(ridePtr->total_profit); in OnScrollDraw()
821 return thisRide.total_profit <= otherRide.total_profit; in RefreshList()
H A DRide.cpp6782 ft.Add<money64>(ride->total_profit); in window_ride_income_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/ride/
H A DScRide.cpp429 return ride != nullptr ? ride->total_profit : 0; in totalProfit_get()
437 ride->total_profit = value; in totalProfit_set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/
H A DFinance.cpp172 ride.total_profit -= upkeep; in finance_pay_ride_upkeep()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DRideCreateAction.cpp268 ride->total_profit = 0; in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DRCT1.h247 money32 total_profit; // 0x104 member
H A DS4Importer.cpp976 dst->total_profit = ToMoney64(src->total_profit); in ImportRide()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DRCT2.h237 money32 total_profit; // 0x154 member
H A DS6Exporter.cpp839 dst->total_profit = ToMoney32(src->total_profit); in ExportRide()
H A DS6Importer.cpp797 dst->total_profit = ToMoney64(src->total_profit); in ImportRide()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h308 money64 total_profit; member
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp2230 ride->total_profit += cost; in peep_interact_with_shop()
H A DGuest.cpp1695 ride->total_profit += (price - GetShopItemDescriptor(shopItem).Cost); in DecideAndBuyItem()
3814 ride->total_profit += ridePrice; in UpdateRideFreeVehicleEnterRide()
/dports/math/glpk/glpk-5.0/doc/
H A Dgmpl.tex2145 maximize total_profit: sum{p in prd} profit[p] * make[p];
H A Dgmpl_pt-BR.tex3869 % maximize total_profit: sum{p in prd} profit[p] * make[p];