Home
last modified time | relevance | path

Searched defs:shopItem (Results 1 – 8 of 8) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DShopItem.cpp117 money32 shop_item_get_common_price(Ride* forRide, const ShopItem shopItem) in shop_item_get_common_price()
146 bool shop_item_has_common_price(const ShopItem shopItem) in shop_item_has_common_price()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DRideSetPriceAction.cpp96 ShopItem shopItem; in Execute() local
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dshopwindow.cpp910 ShopItem *const shopItem = sellDialog->addItem(id, in showList() local
1084 bool ShopWindow::findShopItem(const ShopItem *const shopItem, in findShopItem()
1113 int ShopWindow::sumAmount(const Item *const shopItem) in sumAmount()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DRideObject.cpp592 auto shopItem = ParseShopItem(Json::GetString(rideSells[i])); in ReadJson() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h195 ShopItem shopItem; member
H A DGuest.cpp1463 bool Guest::DecideAndBuyItem(Ride* ride, ShopItem shopItem, money32 price) in DecideAndBuyItem()
6822 void Guest::InsertNewThought(PeepThoughtType thought_type, ShopItem shopItem) in InsertNewThought()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRide.cpp4874 …ShopItem shopItem = rideEntry->shop_item[1] == ShopItem::None ? rideEntry->shop_item[0] : rideEntr… in window_ride_colour_paint() local
6915 ShopItem shopItem; in window_ride_customer_paint() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/distribution/
H A Dopenrct2.d.ts812 readonly shopItem: number; property