1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Fix whitespace in openrct2.d.ts

This commit is contained in:
Bas
2020-12-21 00:02:37 +01:00
parent e44c17957b
commit 833c8a2e1f

View File

@@ -1064,12 +1064,12 @@ declare global {
* Current status of the car or train.
*/
status: VehicleStatus;
/**
* The progress on the current track piece, in steps.
*/
readonly trackProgress: number;
/**
* The currently projected remaining distance the car will travel.
*/
@@ -1079,13 +1079,13 @@ declare global {
* List of peep IDs ordered by seat.
*/
peeps: (number | null)[];
/**
* Moves the vehicle forward or backwards along the track, relative to its current
* position. A single visible step is about 8.000 to 14.000 in distance depending
* on the direction its moving in.
* position. A single visible step is about 8.000 to 14.000 in distance depending
* on the direction its moving in.
*/
move(distance: number): void;
move(distance: number): void;
}
type VehicleStatus =