Skip to content

Commit 083b707

Browse files
chore: update native databases (GTA5: 6339, RDR3: 5876)
1 parent aad0632 commit 083b707

2 files changed

Lines changed: 48 additions & 26 deletions

File tree

mcp-server/data/natives_gta5.json

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9669,10 +9669,10 @@
96699669
}
96709670
],
96719671
"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.",
96739673
"side": "server",
96749674
"category": "CFX",
9675-
"deprecated": false,
9675+
"deprecated": true,
96769676
"examples": null
96779677
},
96789678
{
@@ -10486,10 +10486,10 @@
1048610486
}
1048710487
],
1048810488
"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.",
1049010490
"side": "server",
1049110491
"category": "CFX",
10492-
"deprecated": false,
10492+
"deprecated": true,
1049310493
"examples": null
1049410494
},
1049510495
{
@@ -13718,7 +13718,7 @@
1371813718
}
1371913719
],
1372013720
"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/)",
1372213722
"side": "shared",
1372313723
"category": "CFX",
1372413724
"deprecated": false,
@@ -15355,7 +15355,7 @@
1535515355
}
1535615356
],
1535715357
"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/)",
1535915359
"side": "shared",
1536015360
"category": "CFX",
1536115361
"deprecated": false,
@@ -18557,6 +18557,17 @@
1855718557
"deprecated": false,
1855818558
"examples": null
1855918559
},
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+
},
1856018571
{
1856118572
"name": "IsHeliTailBoomBreakable",
1856218573
"hash": "0x23E46BD7",
@@ -18857,10 +18868,10 @@
1885718868
}
1885818869
],
1885918870
"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.",
1886118872
"side": "server",
1886218873
"category": "CFX",
18863-
"deprecated": false,
18874+
"deprecated": true,
1886418875
"examples": null
1886518876
},
1886618877
{
@@ -19292,10 +19303,10 @@
1929219303
}
1929319304
],
1929419305
"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.",
1929619307
"side": "server",
1929719308
"category": "CFX",
19298-
"deprecated": false,
19309+
"deprecated": true,
1929919310
"examples": null
1930019311
},
1930119312
{
@@ -20906,10 +20917,10 @@
2090620917
}
2090720918
],
2090820919
"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.",
2091020921
"side": "server",
2091120922
"category": "CFX",
20912-
"deprecated": false,
20923+
"deprecated": true,
2091320924
"examples": null
2091420925
},
2091520926
{
@@ -23555,7 +23566,7 @@
2355523566
}
2355623567
],
2355723568
"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.",
2355923570
"side": "client",
2356023571
"category": "CFX",
2356123572
"deprecated": true,

mcp-server/data/natives_rdr3.json

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9827,10 +9827,10 @@
98279827
}
98289828
],
98299829
"return_type": "BOOL",
9830-
"description": "Returns whether or not the specified player has enough information to start a commerce session for.",
9830+
"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.",
98319831
"side": "server",
98329832
"category": "CFX",
9833-
"deprecated": false,
9833+
"deprecated": true,
98349834
"examples": null
98359835
},
98369836
{
@@ -10644,10 +10644,10 @@
1064410644
}
1064510645
],
1064610646
"return_type": "BOOL",
10647-
"description": "Requests whether or not the player owns the specified SKU.",
10647+
"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.",
1064810648
"side": "server",
1064910649
"category": "CFX",
10650-
"deprecated": false,
10650+
"deprecated": true,
1065110651
"examples": null
1065210652
},
1065310653
{
@@ -13876,7 +13876,7 @@
1387613876
}
1387713877
],
1387813878
"return_type": "int",
13879-
"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/)",
13879+
"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/)",
1388013880
"side": "shared",
1388113881
"category": "CFX",
1388213882
"deprecated": false,
@@ -15513,7 +15513,7 @@
1551315513
}
1551415514
],
1551515515
"return_type": "char*",
15516-
"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/)",
15516+
"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/)",
1551715517
"side": "shared",
1551815518
"category": "CFX",
1551915519
"deprecated": false,
@@ -18715,6 +18715,17 @@
1871518715
"deprecated": false,
1871618716
"examples": null
1871718717
},
18718+
{
18719+
"name": "IsGameEnhancedVersion",
18720+
"hash": "0x4DD998F6",
18721+
"params": [],
18722+
"return_type": "BOOL",
18723+
"description": "",
18724+
"side": "client",
18725+
"category": "CFX",
18726+
"deprecated": false,
18727+
"examples": null
18728+
},
1871818729
{
1871918730
"name": "IsHeliTailBoomBreakable",
1872018731
"hash": "0x23E46BD7",
@@ -19015,10 +19026,10 @@
1901519026
}
1901619027
],
1901719028
"return_type": "BOOL",
19018-
"description": "Requests whether or not the commerce data for the specified player has loaded.",
19029+
"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.",
1901919030
"side": "server",
1902019031
"category": "CFX",
19021-
"deprecated": false,
19032+
"deprecated": true,
1902219033
"examples": null
1902319034
},
1902419035
{
@@ -19450,10 +19461,10 @@
1945019461
}
1945119462
],
1945219463
"return_type": "void",
19453-
"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.",
19464+
"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.",
1945419465
"side": "server",
1945519466
"category": "CFX",
19456-
"deprecated": false,
19467+
"deprecated": true,
1945719468
"examples": null
1945819469
},
1945919470
{
@@ -21064,10 +21075,10 @@
2106421075
}
2106521076
],
2106621077
"return_type": "void",
21067-
"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.",
21078+
"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.",
2106821079
"side": "server",
2106921080
"category": "CFX",
21070-
"deprecated": false,
21081+
"deprecated": true,
2107121082
"examples": null
2107221083
},
2107321084
{
@@ -23713,7 +23724,7 @@
2371323724
}
2371423725
],
2371523726
"return_type": "void",
23716-
"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.",
23727+
"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.",
2371723728
"side": "client",
2371823729
"category": "CFX",
2371923730
"deprecated": true,

0 commit comments

Comments
 (0)