Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DRideEntranceExitRemoveAction.cpp49 …const CoordsXY& loc, ride_id_t rideIndex, int32_t stationNum, int32_t entranceType, uint32_t flags) in FindEntranceElement() argument
64 if (entranceElement->GetEntranceType() != entranceType) in FindEntranceElement()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileInspector.cpp315 uint8_t entranceType = tileElement->AsEntrance()->GetEntranceType(); in RotateElementAt() local
319 …if (entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE && entrance.x == loc.x / 32 && entrance.y == loc.y… in RotateElementAt()
325entranceType == ENTRANCE_TYPE_RIDE_EXIT && exit.x == loc.x / 32 && exit.y == loc.y / 32 in RotateElementAt()
518 uint8_t entranceType = tileElement->AsEntrance()->GetEntranceType(); in AnyBaseHeightOffset() local
519 if (entranceType != ENTRANCE_TYPE_PARK_ENTRANCE) in AnyBaseHeightOffset()
531 … if (entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE && entrance == TileCoordsXYZ{ loc, z }) in AnyBaseHeightOffset()
534 … else if (entranceType == ENTRANCE_TYPE_RIDE_EXIT && exit == TileCoordsXYZ{ loc, z }) in AnyBaseHeightOffset()
H A DEntrance.cpp232 return entranceType; in GetEntranceType()
237 entranceType = newType; in SetEntranceType()
H A DTileElement.h573 uint8_t entranceType; // 5
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp891 auto entranceType = entranceElement->GetEntranceType(); in ride_modify_entrance_or_exit() local
892 if (entranceType != ENTRANCE_TYPE_RIDE_ENTRANCE && entranceType != ENTRANCE_TYPE_RIDE_EXIT) in ride_modify_entrance_or_exit()
916entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE ? WC_RIDE_CONSTRUCTION__WIDX_ENTRANCE : WC_RIDE_CONSTR… in ride_modify_entrance_or_exit()
918 gRideEntranceExitPlaceType = entranceType; in ride_modify_entrance_or_exit()
935 …{ tileElement.x, tileElement.y }, rideIndex, stationIndex, entranceType == ENTRANCE_TYPE_RIDE_EXIT… in ride_modify_entrance_or_exit()
938 …gCurrentToolWidget.widget_index = entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE ? WC_RIDE_CONSTRUCTI… in ride_modify_entrance_or_exit()
940 gRideEntranceExitPlaceType = entranceType; in ride_modify_entrance_or_exit()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp1605 uint8_t entranceType = tile_element->AsEntrance()->GetEntranceType(); in peep_interact_with_entrance() local
1608 if ((entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE) || (entranceType == ENTRANCE_TYPE_RIDE_EXIT)) in peep_interact_with_entrance()
1620 if (entranceType == ENTRANCE_TYPE_RIDE_EXIT) in peep_interact_with_entrance()
1625 else if (entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE) in peep_interact_with_entrance()
1631 if (entranceType == ENTRANCE_TYPE_RIDE_EXIT) in peep_interact_with_entrance()
1640 if (entranceType == ENTRANCE_TYPE_RIDE_ENTRANCE) in peep_interact_with_entrance()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct12/
H A DRCT12.cpp455 return entranceType; in GetEntranceType()
970 entranceType = newType; in SetEntranceType()
H A DRCT12.h640 uint8_t entranceType; // 4