mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Add track progress to openrct2.d.ts
This commit is contained in:
parent
d5a9881f91
commit
614a27cfb1
1 changed files with 5 additions and 0 deletions
5
distribution/openrct2.d.ts
vendored
5
distribution/openrct2.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue