@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.
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.14482-1",
3
+ "version": "2.0.14716-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {