Skip to content

Commit 3a1762e

Browse files
Vlad-00003lukespragg
authored andcommitted
Add CanItemBeRecycled hook
- bool CanBeRecycled(Item item, Recycler recycler)
1 parent 46f7ce2 commit 3a1762e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

resources/Rust.opj

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16945,6 +16945,32 @@
1694516945
"BaseHookName": null,
1694616946
"HookCategory": "Vending"
1694716947
}
16948+
},
16949+
{
16950+
"Type": "Simple",
16951+
"Hook": {
16952+
"InjectionIndex": 0,
16953+
"ReturnBehavior": 1,
16954+
"ArgumentBehavior": 4,
16955+
"ArgumentString": "a0, this",
16956+
"HookTypeName": "Simple",
16957+
"Name": "CanBeRecycled",
16958+
"HookName": "CanBeRecycled",
16959+
"AssemblyName": "Assembly-CSharp.dll",
16960+
"TypeName": "Recycler",
16961+
"Flagged": false,
16962+
"Signature": {
16963+
"Exposure": 0,
16964+
"Name": "CanBeRecycled",
16965+
"ReturnType": "System.Boolean",
16966+
"Parameters": [
16967+
"Item"
16968+
]
16969+
},
16970+
"MSILHash": "A5AcQ8ZT2YgZHSOXGm0sQu4Oi/3pHOVghfJaBLh65Rw=",
16971+
"BaseHookName": null,
16972+
"HookCategory": "Entity"
16973+
}
1694816974
}
1694916975
],
1695016976
"Modifiers": [

0 commit comments

Comments
 (0)