|
9669 | 9669 | } |
9670 | 9670 | ], |
9671 | 9671 | "return_type": "BOOL", |
9672 | | - "description": "Returns whether or not the specified player has enough information to start a commerce session for.", |
| 9672 | + "description": "> This native is deprecated and may be removed in a future version. Use the [Tebex API](https://docs.tebex.io/) instead.\n\nReturns whether or not the specified player has enough information to start a commerce session for.", |
9673 | 9673 | "side": "server", |
9674 | 9674 | "category": "CFX", |
9675 | | - "deprecated": false, |
| 9675 | + "deprecated": true, |
9676 | 9676 | "examples": null |
9677 | 9677 | }, |
9678 | 9678 | { |
@@ -10486,10 +10486,10 @@ |
10486 | 10486 | } |
10487 | 10487 | ], |
10488 | 10488 | "return_type": "BOOL", |
10489 | | - "description": "Requests whether or not the player owns the specified SKU.", |
| 10489 | + "description": "> This native is deprecated and may be removed in a future version. Use [`DOES_PLAYER_OWN_SKU_EXT`](#\\_0xDEF0480B) instead.\n\nRequests whether or not the player owns the specified SKU.", |
10490 | 10490 | "side": "server", |
10491 | 10491 | "category": "CFX", |
10492 | | - "deprecated": false, |
| 10492 | + "deprecated": true, |
10493 | 10493 | "examples": null |
10494 | 10494 | }, |
10495 | 10495 | { |
|
13718 | 13718 | } |
13719 | 13719 | ], |
13720 | 13720 | "return_type": "int", |
13721 | | - "description": "Gets the amount of metadata values with the specified key existing in the specified resource's manifest.\r\nSee also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)", |
| 13721 | + "description": "Gets the amount of metadata values with the specified key existing in the specified resource's manifest.\r\nSee also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)", |
13722 | 13722 | "side": "shared", |
13723 | 13723 | "category": "CFX", |
13724 | 13724 | "deprecated": false, |
|
15355 | 15355 | } |
15356 | 15356 | ], |
15357 | 15357 | "return_type": "char*", |
15358 | | - "description": "Gets the metadata value at a specified key/index from a resource's manifest.\r\nSee also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)", |
| 15358 | + "description": "Gets the metadata value at a specified key/index from a resource's manifest.\r\nSee also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/)", |
15359 | 15359 | "side": "shared", |
15360 | 15360 | "category": "CFX", |
15361 | 15361 | "deprecated": false, |
|
18557 | 18557 | "deprecated": false, |
18558 | 18558 | "examples": null |
18559 | 18559 | }, |
| 18560 | + { |
| 18561 | + "name": "IsGameEnhancedVersion", |
| 18562 | + "hash": "0x4DD998F6", |
| 18563 | + "params": [], |
| 18564 | + "return_type": "BOOL", |
| 18565 | + "description": "", |
| 18566 | + "side": "client", |
| 18567 | + "category": "CFX", |
| 18568 | + "deprecated": false, |
| 18569 | + "examples": null |
| 18570 | + }, |
18560 | 18571 | { |
18561 | 18572 | "name": "IsHeliTailBoomBreakable", |
18562 | 18573 | "hash": "0x23E46BD7", |
@@ -18857,10 +18868,10 @@ |
18857 | 18868 | } |
18858 | 18869 | ], |
18859 | 18870 | "return_type": "BOOL", |
18860 | | - "description": "Requests whether or not the commerce data for the specified player has loaded.", |
| 18871 | + "description": "> This native is deprecated and may be removed in a future version. Use [`IS_PLAYER_COMMERCE_INFO_LOADED_EXT`](#\\_0x1D14F4FE) instead.\n\nRequests whether or not the commerce data for the specified player has loaded.", |
18861 | 18872 | "side": "server", |
18862 | 18873 | "category": "CFX", |
18863 | | - "deprecated": false, |
| 18874 | + "deprecated": true, |
18864 | 18875 | "examples": null |
18865 | 18876 | }, |
18866 | 18877 | { |
@@ -19292,10 +19303,10 @@ |
19292 | 19303 | } |
19293 | 19304 | ], |
19294 | 19305 | "return_type": "void", |
19295 | | - "description": "Requests the commerce data for the specified player, including the owned SKUs. Use `IS_PLAYER_COMMERCE_INFO_LOADED` to check if it has loaded.", |
| 19306 | + "description": "> This native is deprecated and may be removed in a future version. Use [`LOAD_PLAYER_COMMERCE_DATA_EXT`](#\\_0x7995539E) instead.\n\nRequests the commerce data for the specified player, including the owned SKUs. Use `IS_PLAYER_COMMERCE_INFO_LOADED` to check if it has loaded.", |
19296 | 19307 | "side": "server", |
19297 | 19308 | "category": "CFX", |
19298 | | - "deprecated": false, |
| 19309 | + "deprecated": true, |
19299 | 19310 | "examples": null |
19300 | 19311 | }, |
19301 | 19312 | { |
@@ -20906,10 +20917,10 @@ |
20906 | 20917 | } |
20907 | 20918 | ], |
20908 | 20919 | "return_type": "void", |
20909 | | - "description": "Requests the specified player to buy the passed SKU. This'll pop up a prompt on the client, which upon acceptance\r\nwill open the browser prompting further purchase details.", |
| 20920 | + "description": "> This native is deprecated and may be removed in a future version. Use the [Tebex API](https://docs.tebex.io/) instead.\n\nRequests the specified player to buy the passed SKU. This'll pop up a prompt on the client, which upon acceptance\r\nwill open the browser prompting further purchase details.", |
20910 | 20921 | "side": "server", |
20911 | 20922 | "category": "CFX", |
20912 | | - "deprecated": false, |
| 20923 | + "deprecated": true, |
20913 | 20924 | "examples": null |
20914 | 20925 | }, |
20915 | 20926 | { |
|
23555 | 23566 | } |
23556 | 23567 | ], |
23557 | 23568 | "return_type": "void", |
23558 | | - "description": "**Note**: This native is deprecated and doesn't work anymore. Use [loadscreen_manual_shutdown](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/#loadscreen_manual_shutdown) in the fxmanifest.lua instead.", |
| 23569 | + "description": "**Note**: This native is deprecated and doesn't work anymore. Use [loadscreen_manual_shutdown](https://docs.fivem.net/docs/scripting-reference/resource-manifest/#loadscreen_manual_shutdown) in the fxmanifest.lua instead.", |
23559 | 23570 | "side": "client", |
23560 | 23571 | "category": "CFX", |
23561 | 23572 | "deprecated": true, |
|
0 commit comments