Home
last modified time | relevance | path

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

12345

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DEditorObjectSelection.cpp1544 if (item->RideInfo.RideType[i] != RIDE_TYPE_NULL) in filter_chunks()
1582 if (rideType != RIDE_TYPE_NULL) in get_ride_type_string_id()
H A DScenarioSelect.cpp524 if (rideTypeId != RIDE_TYPE_NULL && rideTypeId < RIDE_TYPE_COUNT) in window_scenarioselect_paint()
H A DPark.cpp1479 if (rideTypeId != RIDE_TYPE_NULL && rideTypeId < RIDE_TYPE_COUNT) in window_park_objective_paint()
H A DRide.cpp3845 if (rideEntry->ride_type[j] != RIDE_TYPE_NULL) in window_ride_maintenance_mousedown()
3988 if (rideEntry->ride_type[j] != RIDE_TYPE_NULL) in window_ride_maintenance_dropdown()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp749 dst->type = RIDE_TYPE_NULL; in ImportRide()
1622 auto rideType = (ride != nullptr) ? ride->type : RIDE_TYPE_NULL; in ImportTileElement()
2591 return RIDE_TYPE_NULL; in GetBuildTheBestRideId()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Importer.cpp540 if (src->type != RIDE_TYPE_NULL) in ImportRides()
565 if (src->type == RIDE_TYPE_NULL) in DetermineFlatRideStatus()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp1257 if (ride->type == RIDE_TYPE_NULL) in ride_get_entrance_or_exit_position_from_screen_position()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DInteractiveConsole.cpp1111 if (rideType != RIDE_TYPE_NULL) in cc_load_object()

12345