Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/ride/
H A DScRide.hpp149 uint8_t inspectionInterval_get() const;
H A DScRide.cpp441 uint8_t ScRide::inspectionInterval_get() const in inspectionInterval_get() function in OpenRCT2::Scripting::ScRide
523 …dukglue_register_property(ctx, &ScRide::inspectionInterval_get, &ScRide::inspectionInterval_set, "… in Register()