Home
last modified time | relevance | path

Searched refs:numSeats_get (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/entity/
H A DScVehicle.hpp41 uint8_t numSeats_get() const;
H A DScVehicle.cpp64 … dukglue_register_property(ctx, &ScVehicle::numSeats_get, &ScVehicle::numSeats_set, "numSeats"); in Register()
153 uint8_t ScVehicle::numSeats_get() const in numSeats_get() function in OpenRCT2::Scripting::ScVehicle
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/object/
H A DScObject.hpp159 dukglue_register_property(ctx, &ScRideObjectVehicle::numSeats_get, nullptr, "numSeats"); in Register()
266 uint8_t numSeats_get() const in numSeats_get() function in OpenRCT2::Scripting::ScRideObjectVehicle