Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DFootpathItemObject.cpp126 … { "isAllowedOnSlope", PATH_BIT_FLAG_DONT_ALLOW_ON_SLOPE, Json::FlagType::Inverted }, in ReadJson()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathAdditionPlaceAction.cpp103 if ((sceneryFlags & PATH_BIT_FLAG_DONT_ALLOW_ON_SLOPE) && pathElement->IsSloped()) in Query()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DScenery.h218 PATH_BIT_FLAG_DONT_ALLOW_ON_SLOPE = 1 << 7, enumerator