Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileElement.h445 void SetDoorBState(uint8_t newState);
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DTrackPlaceAction.cpp607 trackElement->SetDoorBState(LANDSCAPE_DOOR_CLOSED); in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DTrack.cpp779 void TrackElement::SetDoorBState(uint8_t newState) in SetDoorBState() function in TrackElement
H A DVehicle.cpp7339 trackElement->SetDoorBState(LANDSCAPE_DOOR_OPEN); in AnimateLandscapeDoor()
7348 trackElement->SetDoorBState(LANDSCAPE_DOOR_CLOSED); in AnimateLandscapeDoor()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct12/
H A DRCT12.h537 void SetDoorBState(uint8_t newState);
H A DRCT12.cpp303 void RCT12TrackElement::SetDoorBState(uint8_t newState) in SetDoorBState() function in RCT12TrackElement
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1929 dst2->SetDoorBState(src2->GetDoorBState()); in ExportTileElement()
H A DS6Importer.cpp1287 dst2->SetDoorBState(src2->GetDoorBState()); in ImportTileElement()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp1638 dst2->SetDoorBState(src2->GetDoorBState()); in ImportTileElement()