@citizenfx/server 2.0.28954-1 → 2.0.29047-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_server.d.ts +2 -2
- package/package.json +1 -1
package/natives_server.d.ts
CHANGED
|
@@ -1040,7 +1040,7 @@ declare function GetNumPlayerTokens(playerSrc: string): number;
|
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Gets the amount of metadata values with the specified key existing in the specified resource's manifest.
|
|
1043
|
-
* See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/
|
|
1043
|
+
* See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)
|
|
1044
1044
|
* @param resourceName The resource name.
|
|
1045
1045
|
* @param metadataKey The key to look up in the resource manifest.
|
|
1046
1046
|
*/
|
|
@@ -1428,7 +1428,7 @@ declare function GetResourceKvpString(key: string): string;
|
|
|
1428
1428
|
|
|
1429
1429
|
/**
|
|
1430
1430
|
* Gets the metadata value at a specified key/index from a resource's manifest.
|
|
1431
|
-
* See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/
|
|
1431
|
+
* See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)
|
|
1432
1432
|
* @param resourceName The resource name.
|
|
1433
1433
|
* @param metadataKey The key in the resource manifest.
|
|
1434
1434
|
* @param index The value index, in a range from \[0..GET_NUM_RESOURCE_METDATA-1].
|