@citizenfx/server 2.0.28871-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 +3 -3
- 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].
|
|
@@ -2257,7 +2257,7 @@ declare function ScheduleResourceTick(resourceName: string): void;
|
|
|
2257
2257
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Sets the displayed sprite for a specific blip.
|
|
2260
|
-
* There's a [list of sprites](https://docs.fivem.net/game-references/blips/) on the FiveM documentation site.
|
|
2260
|
+
* There's a [list of sprites](https://docs.fivem.net/docs/game-references/blips/) on the FiveM documentation site.
|
|
2261
2261
|
* @param blip The blip to change.
|
|
2262
2262
|
* @param spriteId The sprite ID to set.
|
|
2263
2263
|
*/
|