Home
last modified time | relevance | path

Searched refs:excludeRideId (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h449 static bool NameExists(std::string_view name, ride_id_t excludeRideId = RIDE_ID_NULL);
H A DRide.cpp4195 bool Ride::NameExists(std::string_view name, ride_id_t excludeRideId) in NameExists() argument
4200 if (ride.id != excludeRideId) in NameExists()