Home
last modified time | relevance | path

Searched refs:RIDE_TYPE_NULL (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DNewRide.cpp311 if (rideType == RIDE_TYPE_NULL) in window_new_ride_populate_list()
320 nextListItem->Type = RIDE_TYPE_NULL; in window_new_ride_populate_list()
445 w->new_ride.SelectedRide = { RIDE_TYPE_NULL, OBJECT_ENTRY_INDEX_NULL }; in window_new_ride_open()
446 _lastTrackDesignCountRideType.Type = RIDE_TYPE_NULL; in window_new_ride_open()
449 if (w->new_ride.HighlightedRide.Type == RIDE_TYPE_NULL) in window_new_ride_open()
525 w->new_ride.HighlightedRide = { RIDE_TYPE_NULL, OBJECT_ENTRY_INDEX_NULL }; in window_new_ride_set_page()
531 if (w->new_ride.HighlightedRide.Type == RIDE_TYPE_NULL) in window_new_ride_set_page()
716 if (item.Type == RIDE_TYPE_NULL && item.EntryIndex == OBJECT_ENTRY_INDEX_NULL) in window_new_ride_scrollmousedown()
735 if (w->new_ride.SelectedRide.Type != RIDE_TYPE_NULL) in window_new_ride_scrollmouseover()
855 result.Type = RIDE_TYPE_NULL; in window_new_ride_scroll_get_ride_list_item_at()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/
H A DResearch.cpp200 if (rideEntry != nullptr && base_ride_type != RIDE_TYPE_NULL) in research_finish_item()
472 if (rideType != RIDE_TYPE_NULL) in research_populate_list_random()
496 if (rideType != RIDE_TYPE_NULL && entryIndex != OBJECT_ENTRY_INDEX_NULL) in research_insert_ride_entry()
514 if (rideType != RIDE_TYPE_NULL) in research_insert_ride_entry()
527 … Research::EntryType::Scenery, entryIndex, RIDE_TYPE_NULL, ResearchCategory::SceneryGroup, 0); in research_insert_scenery_group_entry()
808 if (rideType != RIDE_TYPE_NULL) in research_fix()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/shops/meta/
H A DDrinkStall.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DShop.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DCashMachine.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DInformationKiosk.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFoodStall.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFirstAid.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DToilets.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/gentle/meta/
H A DCrookedHouse.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMaze.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMerryGoRound.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DSpaceRings.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DHauntedHouse.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DCircus.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFerrisWheel.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFlyingSaucers.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMiniGolf.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMonorailCycles.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DSpiralSlide.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/thrill/meta/
H A D3DCinema.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DTwist.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DEnterprise.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMotionSimulator.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/coaster/meta/
H A DVirginiaReel.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),

12345