@citizenfx/client 2.0.9655-1 → 2.0.9754-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.
@@ -14826,7 +14826,7 @@ declare function GetPedDiesInWater(ped: number): boolean;
14826
14826
  * @param componentId One of the components from [SET_PED_COMPONENT_VARIATION](#\_0x262B14F48D29DE80)
14827
14827
  * @param collection Name of the collection. Empty string for the base game collection. See [GET_PED_COLLECTION_NAME](#\_0xFED5D83A) in order to list all available collections.
14828
14828
  * @param drawableId Local drawable Id inside the given collection. Refer to [GET_NUMBER_OF_PED_COLLECTION_DRAWABLE_VARIATIONS](#\_0x310D0271).
14829
- * @return Global drawable ID that corresponds to the given collection and local drawable index. Returns -1 if Ped or collection does not exist.
14829
+ * @return Global drawable ID that corresponds to the given collection and local drawable index. Returns -1 if Ped or collection does not exist or local index is out of bounds.
14830
14830
  */
14831
14831
  declare function GetPedDrawableGlobalIndexFromCollection(ped: number, componentId: number, collection: string, drawableId: number): number;
14832
14832
 
@@ -15230,7 +15230,7 @@ declare function GetPedParachuteTintIndex(ped: number, outTintIndex?: number): n
15230
15230
  * @param anchorPoint One of the anchor points from [SET_PED_PROP_INDEX](#\_0x93376B65A266EB5F)
15231
15231
  * @param collection Name of the collection. Empty string for the base game collection. See [GET_PED_COLLECTION_NAME](#\_0xFED5D83A) in order to list all available collections.
15232
15232
  * @param propIndex Local prop index inside the given collection. Refer to [GET_NUMBER_OF_PED_COLLECTION_PROP_DRAWABLE_VARIATIONS](#\_0x3B6A13E1).
15233
- * @return Global prop index that corresponds to the given collection and local prop index. Returns -1 if Ped or collection does not exist.
15233
+ * @return Global prop index that corresponds to the given collection and local prop index. Returns -1 if Ped or collection does not exist or local index is out of bounds.
15234
15234
  */
15235
15235
  declare function GetPedPropGlobalIndexFromCollection(ped: number, anchorPoint: number, collection: string, propIndex: number): number;
15236
15236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.9655-1",
3
+ "version": "2.0.9754-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {