Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScTileElement.hpp51 void clearanceHeight_set(uint8_t newClearanceHeight);
H A DScTileElement.cpp119 void ScTileElement::clearanceHeight_set(uint8_t newClearanceHeight) in clearanceHeight_set() argument
122 _element->clearance_height = newClearanceHeight; in clearanceHeight_set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileInspector.cpp481 … int16_t newClearanceHeight = static_cast<int16_t>(tileElement->clearance_height + heightOffset); in ValidateTileHeight() local
491 if (newClearanceHeight < 0) in ValidateTileHeight()
496 if (newClearanceHeight > MAX_ELEMENT_HEIGHT) in ValidateTileHeight()