Home
last modified time | relevance | path

Searched defs:ride_type (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DObject.h145 uint8_t ride_type; member
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DEditorObjectSelection.cpp1360 uint8_t ride_type = ride_entry_get_first_non_null_ride_type(ride_entry); in window_editor_object_selection_manage_tracks() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.cpp3228 void Guest::StopPurchaseThought(uint8_t ride_type) in StopPurchaseThought()
3368 rct_ride_entry* ride_type = get_ride_entry(ride->subtype); in UpdateBuying() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.cpp4177 static bool ride_with_colour_config_exists(uint8_t ride_type, const TrackColour* colours) in ride_with_colour_config_exists()
4218 int32_t ride_get_random_colour_preset_index(uint8_t ride_type) in ride_get_random_colour_preset_index()
H A DRide.h109 uint8_t ride_type[RCT2_MAX_RIDE_TYPES_PER_RIDE_ENTRY]; member