Home
last modified time | relevance | path

Searched refs:Photo2RideRef (Results 1 – 7 of 7) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DEntity.cpp194 stream << Photo2RideRef; in Serialise()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h288 ride_id_t Photo2RideRef; member
H A DGuest.cpp1636 Photo2RideRef = ride->id; in DecideAndBuyItem()
7437 if (Photo2RideRef == rideId) in RemoveRideFromMemory()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGameStateSnapshots.cpp326 COMPARE_FIELD(Guest, Photo2RideRef); in CompareSpriteDataGuest()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGuest.cpp1954 ride = get_ride(guest->Photo2RideRef); in window_guest_inventory_format_item()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1414 dst->photo2_ride_ref = OpenRCT2RideIdToRCT12RideId(src->Photo2RideRef); in ExportEntity()
H A DS6Importer.cpp1854 dst->Photo2RideRef = RCT12RideIdToOpenRCT2RideId(src->photo2_ride_ref); in ImportEntity()