Skip to content

Commit

Permalink
Update rdr3natives.json with new data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent b309c3d commit 2a85f5a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rdr3natives.json
Original file line number Diff line number Diff line change
Expand Up @@ -21659,30 +21659,30 @@
"apiset": ""
},
"0x669655FFB29EF1A9": {
"name": "_0x669655FFB29EF1A9",
"comment": "",
"name": "_SET_FILL_IN_STATE_FOR_ENTITY",
"comment": "sets the fill in state for some objects like for the stew, coffee mug ,poker chips, jugs ? P1 is either 0 or 2 p2 seems to be a label/name p3 is the fill in state, max seems to be for some 3.0 (most is 1.0) - 0.0\nheres some of the labels/names found \ntumbler_fill, Canvas, Stew_Fill, from Chip01_Ctrl to Chip10_Ctrl, from empty_jug01_Ctrl to empty_jug20_Ctrl, from full_jug01_Ctrl to full_jug20_Ctrl, CTRL_cupFill, Food_DOF_Fill, from WhiteChip_Ctrl_0 to WhiteChip_Ctrl_10, from BlueChip_Ctrl_0 to BlueChip_Ctrl_10, from BlackChip_Ctrl_0 to BlackChip_Ctrl_10, from RedChip_Ctrl_0 to RedChip_Ctrl_10,",
"params": [
{
"type": "Any",
"name": "p0"
"type": "Entity",
"name": "entity"
},
{
"type": "Any",
"type": "int",
"name": "p1"
},
{
"type": "Any",
"type": "const char*",
"name": "p2"
},
{
"type": "Any",
"name": "p3"
"type": "float",
"name": "fill"
}
],
"return_type": "void",
"build": "1207",
"examples": [],
"apiset": ""
"apiset": "client"
},
"0x6C31B06E91518269": {
"name": "_0x6C31B06E91518269",
Expand Down

0 comments on commit 2a85f5a

Please sign in to comment.