Skip to content

Commit 7a5a088

Browse files
IIIaKaMrBlue
authored andcommitted
Add WorldItem argument to OnItemPickup hook
- OnItemPickup(Item, BasePlayer, WorldItem)
1 parent cc8eb6e commit 7a5a088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/Rust.opj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@
20492049
"InjectionIndex": 13,
20502050
"ReturnBehavior": 1,
20512051
"ArgumentBehavior": 4,
2052-
"ArgumentString": "this.item, a0.player",
2052+
"ArgumentString": "this.item, a0.player, this",
20532053
"HookTypeName": "Simple",
20542054
"Name": "OnItemPickup",
20552055
"HookName": "OnItemPickup",

0 commit comments

Comments
 (0)