Skip to content

Commit b8f3f3a

Browse files
committed
Add OnFreeableContainerRelease(d) hooks
- OnFreeableContainerRelease(FreeableLootContainer, Baseplayer) - OnFreeableContainerReleases(FreeableLootContainer, Baseplayer)
1 parent d332287 commit b8f3f3a

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

resources/Rust.opj

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21477,6 +21477,55 @@
2147721477
"BaseHookName": "OnAnimalDungProduced [BaseRidableAnimal] [Variable]",
2147821478
"HookCategory": "Animal"
2147921479
}
21480+
},
21481+
{
21482+
"Type": "Simple",
21483+
"Hook": {
21484+
"InjectionIndex": 0,
21485+
"ReturnBehavior": 1,
21486+
"ArgumentBehavior": 3,
21487+
"HookTypeName": "Simple",
21488+
"Name": "OnFreeableContainerRelease",
21489+
"HookName": "OnFreeableContainerRelease",
21490+
"AssemblyName": "Assembly-CSharp.dll",
21491+
"TypeName": "FreeableLootContainer",
21492+
"Flagged": false,
21493+
"Signature": {
21494+
"Exposure": 2,
21495+
"Name": "Release",
21496+
"ReturnType": "System.Void",
21497+
"Parameters": [
21498+
"BasePlayer"
21499+
]
21500+
},
21501+
"MSILHash": "xMujK93Be9ZwuMtuN+geuUprBvrIitSU8qXTlTSRDVk=",
21502+
"HookCategory": "Entity"
21503+
}
21504+
},
21505+
{
21506+
"Type": "Simple",
21507+
"Hook": {
21508+
"InjectionIndex": 64,
21509+
"ReturnBehavior": 0,
21510+
"ArgumentBehavior": 3,
21511+
"HookTypeName": "Simple",
21512+
"Name": "OnFreeableContainerReleased",
21513+
"HookName": "OnFreeableContainerReleased",
21514+
"AssemblyName": "Assembly-CSharp.dll",
21515+
"TypeName": "FreeableLootContainer",
21516+
"Flagged": false,
21517+
"Signature": {
21518+
"Exposure": 2,
21519+
"Name": "Release",
21520+
"ReturnType": "System.Void",
21521+
"Parameters": [
21522+
"BasePlayer"
21523+
]
21524+
},
21525+
"MSILHash": "xMujK93Be9ZwuMtuN+geuUprBvrIitSU8qXTlTSRDVk=",
21526+
"BaseHookName": "OnFreeableContainerRelease",
21527+
"HookCategory": "Entity"
21528+
}
2148021529
}
2148121530
],
2148221531
"Modifiers": [

0 commit comments

Comments
 (0)