Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScTileElement.hpp103 void seatRotation_set(uint8_t value);
H A DScTileElement.cpp630 void ScTileElement::seatRotation_set(uint8_t value) in seatRotation_set() function in OpenRCT2::Scripting::ScTileElement
1545 …ter_property(ctx, &ScTileElement::seatRotation_get, &ScTileElement::seatRotation_set, "seatRotatio… in Register()