Home
last modified time | relevance | path

Searched refs:FootpathMinHeight (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathAdditionRemoveAction.cpp57 if (_loc.z < FootpathMinHeight) in Query()
H A DFootpathAdditionPlaceAction.cpp63 if (_loc.z < FootpathMinHeight) in Query()
H A DFootpathPlaceFromTrackAction.cpp71 if (_loc.z < FootpathMinHeight) in Query()
H A DFootpathPlaceAction.cpp88 if (_loc.z < FootpathMinHeight) in Query()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DFootpath.h28 constexpr auto FootpathMinHeight = 2 * COORDS_Z_STEP; variable