Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DEntity.cpp203 stream << AmountOfFood; in Serialise()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h300 uint8_t AmountOfFood; member
H A DGuest.cpp1658 AmountOfFood++; in DecideAndBuyItem()
7102 peep->AmountOfFood = 0; in Generate()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGameStateSnapshots.cpp356 COMPARE_FIELD(Guest, AmountOfFood); in CompareSpriteDataGuest()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGuest.cpp1738 ft.Add<uint16_t>(peep->AmountOfFood); in window_guest_finance_paint()
1739 if (peep->AmountOfFood != 1) in window_guest_finance_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1443 dst->no_of_food = src->AmountOfFood; in ExportEntity()
H A DS6Importer.cpp1886 dst->AmountOfFood = src->no_of_food; in ImportEntity()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp2810 dst->AmountOfFood = src->no_of_food; in ImportEntity()