Home
last modified time | relevance | path

Searched defs:EntranceElement (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileElement.h568 struct EntranceElement : TileElementBase struct
570 static constexpr TileElementType ElementType = TileElementType::Entrance;
574 uint8_t SequenceIndex; // 6. Only uses the lower nibble.
575 uint8_t StationIndex; // 7
576 ObjectEntryIndex PathType; // 8
577 ride_id_t rideIndex; // A
578 uint8_t flags2; // C
581 uint8_t pad_0D[3];
/dports/games/openrct2/OpenRCT2-0.3.5.1/distribution/
H A Dopenrct2.d.ts687 interface EntranceElement extends BaseTileElement { interface