Home
last modified time | relevance | path

Searched refs:BuildCosts (Results 1 – 25 of 92) sorted by relevance

1234

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/coaster/meta/
H A DMultiDimensionRollerCoaster.h44 SET_FIELD(BuildCosts, { 180, 5, 50, }),
82 SET_FIELD(BuildCosts, { 180, 5, 50, }),
H A DFlyingRollerCoaster.h45 SET_FIELD(BuildCosts, { 125, 5, 50, }),
85 SET_FIELD(BuildCosts, { 125, 5, 50, }),
H A DLayDownRollerCoaster.h43 SET_FIELD(BuildCosts, { 107, 5, 50, }),
81 SET_FIELD(BuildCosts, { 107, 5, 50, }),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DTrackRemoveAction.cpp228 cost += (_support_height / 2) * ride->GetRideTypeDescriptor().BuildCosts.SupportPrice; in Query()
231 money32 price = ride->GetRideTypeDescriptor().BuildCosts.TrackPrice; in Query()
403 cost += (_support_height / 2) * ride->GetRideTypeDescriptor().BuildCosts.SupportPrice; in Execute()
479 money32 price = ride->GetRideTypeDescriptor().BuildCosts.TrackPrice; in Execute()
H A DMazePlaceTrackAction.cpp121 money32 price = (((ride->GetRideTypeDescriptor().BuildCosts.TrackPrice * ted.Price) >> 16)); in Query()
163 money32 price = (((ride->GetRideTypeDescriptor().BuildCosts.TrackPrice * ted.Price) >> 16)); in Execute()
H A DTrackPlaceAction.cpp377 …cost += ((supportHeight / (2 * COORDS_Z_STEP)) * ride->GetRideTypeDescriptor().BuildCosts.SupportP… in Query()
380 money32 price = ride->GetRideTypeDescriptor().BuildCosts.TrackPrice; in Query()
504 …cost += ((supportHeight / (2 * COORDS_Z_STEP)) * ride->GetRideTypeDescriptor().BuildCosts.SupportP… in Execute()
675 money32 price = ride->GetRideTypeDescriptor().BuildCosts.TrackPrice; in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/shops/meta/
H A DDrinkStall.h42 SET_FIELD(BuildCosts, { 500, 0, 1, }),
H A DShop.h42 SET_FIELD(BuildCosts, { 400, 0, 1, }),
H A DCashMachine.h41 SET_FIELD(BuildCosts, { 400, 0, 1, }),
H A DInformationKiosk.h42 SET_FIELD(BuildCosts, { 500, 0, 1, }),
H A DFoodStall.h42 SET_FIELD(BuildCosts, { 600, 0, 1, }),
H A DFirstAid.h42 SET_FIELD(BuildCosts, { 500, 0, 1, }),
H A DToilets.h42 SET_FIELD(BuildCosts, { 450, 0, 1, }),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/gentle/meta/
H A DCrookedHouse.h44 SET_FIELD(BuildCosts, { 65, 2, 1, }),
H A DMaze.h42 SET_FIELD(BuildCosts, { 55, 2, 8, }),
H A DMerryGoRound.h44 SET_FIELD(BuildCosts, { 115, 2, 1, }),
H A DSpaceRings.h44 SET_FIELD(BuildCosts, { 72, 2, 1, }),
H A DHauntedHouse.h44 SET_FIELD(BuildCosts, { 85, 2, 1, }),
H A DCircus.h44 SET_FIELD(BuildCosts, { 125, 2, 1, }),
H A DFerrisWheel.h44 SET_FIELD(BuildCosts, { 225, 2, 1, }),
H A DFlyingSaucers.h45 SET_FIELD(BuildCosts, { 70, 4, 1, }),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/thrill/meta/
H A D3DCinema.h44 SET_FIELD(BuildCosts, { 140, 2, 1, }),
H A DTwist.h43 SET_FIELD(BuildCosts, { 90, 2, 1, }),
H A DEnterprise.h44 SET_FIELD(BuildCosts, { 100, 2, 1, }),
H A DMotionSimulator.h44 SET_FIELD(BuildCosts, { 220, 2, 1, }),

1234