Home
last modified time | relevance | path

Searched refs:AmountOfDrinks (Results 1 – 8 of 8) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DEntity.cpp204 stream << AmountOfDrinks; in Serialise()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h301 uint8_t AmountOfDrinks; member
H A DGuest.cpp1661 AmountOfDrinks++; in DecideAndBuyItem()
7103 peep->AmountOfDrinks = 0; in Generate()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGameStateSnapshots.cpp357 COMPARE_FIELD(Guest, AmountOfDrinks); in CompareSpriteDataGuest()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGuest.cpp1754 ft.Add<uint16_t>(peep->AmountOfDrinks); in window_guest_finance_paint()
1755 if (peep->AmountOfDrinks != 1) in window_guest_finance_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1444 dst->no_of_drinks = src->AmountOfDrinks; in ExportEntity()
H A DS6Importer.cpp1887 dst->AmountOfDrinks = src->no_of_drinks; in ImportEntity()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp2809 dst->AmountOfDrinks = src->no_of_drinks; in ImportEntity()