@citizenfx/client 2.0.14482-1 → 2.0.14716-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/natives_universal.d.ts +7 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -18251,6 +18251,13 @@ enum eTrainState
|
|
|
18251
18251
|
*/
|
|
18252
18252
|
declare function GetTrainState(train: number): number;
|
|
18253
18253
|
|
|
18254
|
+
/**
|
|
18255
|
+
* GET_TRAIN_TRACK_INDEX
|
|
18256
|
+
* @param train The train handle
|
|
18257
|
+
* @return The track index the train is currently on.
|
|
18258
|
+
*/
|
|
18259
|
+
declare function GetTrainTrackIndex(train: number): number;
|
|
18260
|
+
|
|
18254
18261
|
/**
|
|
18255
18262
|
* GET_TV_CHANNEL
|
|
18256
18263
|
*/
|