Home
last modified time | relevance | path

Searched refs:SetAdditionIsGhost (Results 1 – 9 of 9) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathAdditionPlaceAction.cpp177 pathElement->SetAdditionIsGhost(true); in Execute()
187 pathElement->SetAdditionIsGhost(false); in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileElement.h339 void SetAdditionIsGhost(bool isGhost);
H A DFootpath.cpp1647 void PathElement::SetAdditionIsGhost(bool isGhost) in SetAdditionIsGhost() function in PathElement
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct12/
H A DRCT12.h484 void SetAdditionIsGhost(bool isGhost);
H A DRCT12.cpp715 void RCT12PathElement::SetAdditionIsGhost(bool isGhost) in SetAdditionIsGhost() function in RCT12PathElement
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScTileElement.cpp1388 el->SetAdditionIsGhost(value); in isAdditionGhost_set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1889 dst2->SetAdditionIsGhost(src2->AdditionIsGhost()); in ExportTileElement()
H A DS6Importer.cpp1241 dst2->SetAdditionIsGhost(src2->AdditionIsGhost()); in ImportTileElement()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp1584 dst2->SetAdditionIsGhost(false); in ImportTileElement()