Home
last modified time | relevance | path

Searched refs:SMALL_SCENERY_FLAG_ROTATABLE (Results 1 – 4 of 4) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DSmallScenery.h21SMALL_SCENERY_FLAG_ROTATABLE = (1 << 3), // 0x8; when set, user can set rotation, other… enumerator
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/object/
H A DSmallSceneryObject.cpp244 { "isRotatable", SMALL_SCENERY_FLAG_ROTATABLE }, in ReadJson()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DTopToolbar.cpp1344 if (!sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_ROTATABLE)) in sub_6E1F34_small_scenery()
1428 if (!sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_ROTATABLE)) in sub_6E1F34_small_scenery()
1800 if (!sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_ROTATABLE)) in window_top_toolbar_scenery_tool_down()
H A DScenery.cpp1002 if (sceneryEntry->HasFlag(SMALL_SCENERY_FLAG_ROTATABLE)) in window_scenery_invalidate()