Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathRemoveAction.cpp69 res->Cost = GetRefundPrice(footpathElement); in Query()
117 res->Cost += GetRefundPrice(footpathElement); in Execute()
151 money32 FootpathRemoveAction::GetRefundPrice(TileElement* footpathElement) const in GetRefundPrice() function in FootpathRemoveAction
H A DFootpathRemoveAction.h34 money32 GetRefundPrice(TileElement* footpathElement) const;
H A DRideDemolishAction.h38 money32 GetRefundPrice(const Ride* ride) const;
H A DRideDemolishAction.cpp284 return -GetRefundPrice(ride) / 2; in GetRefurbishPrice()
287 money32 RideDemolishAction::GetRefundPrice(const Ride* ride) const in GetRefundPrice() function in RideDemolishAction