Home
last modified time | relevance | path

Searched refs:isIndestructible (Results 1 – 8 of 8) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DTileModifyAction.cpp188 const bool isIndestructible = _value2; in QueryExecute() local
189 … res = TileInspector::TrackSetIndestructible(_loc, elementIndex, isIndestructible, isExecuting); in QueryExecute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileInspector.h47 const CoordsXY& loc, int32_t elementIndex, bool isIndestructible, bool isExecuting);
H A DTileInspector.cpp994 const CoordsXY& loc, int32_t elementIndex, bool isIndestructible, bool isExecuting) in TrackSetIndestructible() argument
1003 trackElement->AsTrack()->SetIsIndestructible(isIndestructible); in TrackSetIndestructible()
H A DTileElement.h415 void SetIsIndestructible(bool isIndestructible);
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DTrack.cpp857 void TrackElement::SetIsIndestructible(bool isIndestructible) in SetIsIndestructible() argument
859 if (isIndestructible) in SetIsIndestructible()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct12/
H A DRCT12.cpp314 void RCT12TrackElement::SetIsIndestructible(bool isIndestructible) in SetIsIndestructible() argument
316 if (isIndestructible) in SetIsIndestructible()
H A DRCT12.h556 void SetIsIndestructible(bool isIndestructible);
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DTileInspector.cpp754 …ic void window_tile_inspector_track_set_indestructible(int32_t elementIndex, bool isIndestructible) in window_tile_inspector_track_set_indestructible() argument
757 …indowTileInspectorToolMap, TileModifyType::TrackSetIndestructible, elementIndex, isIndestructible); in window_tile_inspector_track_set_indestructible()