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
1 changed files with 5 additions and 0 deletions

View File

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