mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Update typescript definition
This commit is contained in:
5
distribution/openrct2.d.ts
vendored
5
distribution/openrct2.d.ts
vendored
@@ -108,7 +108,6 @@ export interface FootpathAddition {
|
||||
allowedOnSlope: boolean;
|
||||
isQueueScreen: boolean;
|
||||
status: FootpathAdditionStatus;
|
||||
rideIndex: number;
|
||||
|
||||
/**
|
||||
* Remove the path addition
|
||||
@@ -119,7 +118,11 @@ export interface FootpathAddition {
|
||||
export interface FootpathElement extends TileElement {
|
||||
footpathType: number;
|
||||
isSloped: boolean;
|
||||
isQueue: boolean;
|
||||
addition: FootpathAddition;
|
||||
edges: number;
|
||||
corners: number;
|
||||
rideIndex: number;
|
||||
}
|
||||
|
||||
export interface TrackElement extends TileElement {
|
||||
|
||||
Reference in New Issue
Block a user