Add track progress to openrct2.d.ts

This commit is contained in:
Bas 2020-12-15 20:39:49 +01:00
parent d5a9881f91
commit 614a27cfb1

View file

@ -1064,6 +1064,11 @@ declare global {
* Current status of the car or train. * Current status of the car or train.
*/ */
status: VehicleStatus; status: VehicleStatus;
/**
* The progress on the current track piece, in steps.
*/
trackProgress: number;
/** /**
* List of peep IDs ordered by seat. * List of peep IDs ordered by seat.