Home
last modified time | relevance | path

Searched refs:buildDate_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.hpp138 int32_t buildDate_get() const;
H A DScRide.cpp390 int32_t ScRide::buildDate_get() const in buildDate_get() function in OpenRCT2::Scripting::ScRide
519 dukglue_register_property(ctx, &ScRide::buildDate_get, &ScRide::buildDate_set, "buildDate"); in Register()