Home
last modified time | relevance | path

Searched refs:SpendMoney (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h342 void SpendMoney(money16& peep_expend_type, money32 amount, ExpenditureType type);
343 void SpendMoney(money32 amount, ExpenditureType type);
H A DPeep.cpp1887 … guest->SpendMoney(guest->PaidToEnter, entranceFee, ExpenditureType::ParkEntranceTickets); in peep_interact_with_entrance()
2235 guest->SpendMoney(money, cost, ExpenditureType::ParkRideTickets); in peep_interact_with_shop()
H A DGuest.cpp1693 SpendMoney(*expend_type, price, expenditure); in DecideAndBuyItem()
2278 void Guest::SpendMoney(money32 amount, ExpenditureType expenditure) in SpendMoney() function in Guest
2281 SpendMoney(unused, amount, expenditure); in SpendMoney()
2289 void Guest::SpendMoney(money16& peep_expend_type, money32 amount, ExpenditureType expenditure) in SpendMoney() function in Guest
3816 SpendMoney(PaidOnRides, ridePrice, ExpenditureType::ParkRideTickets); in UpdateRideFreeVehicleEnterRide()