Skip to content

Commit

Permalink
Add OnCorpsePopulate for HumanNPCNew
Browse files Browse the repository at this point in the history
- object OnCorpsePopulate(HumanNPCNew entity, NPCPlayerCorpse corpse)
  • Loading branch information
lukespragg committed Jun 5, 2021
1 parent be13a43 commit 207b864
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -16230,6 +16230,30 @@
"BaseHookName": null,
"HookCategory": "Structure"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 99,
"ReturnBehavior": 1,
"ArgumentBehavior": 4,
"ArgumentString": "this, l1",
"HookTypeName": "Simple",
"Name": "OnCorpsePopulate [HumanNPCNew]",
"HookName": "OnCorpsePopulate",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "HumanNPCNew",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "CreateCorpse",
"ReturnType": "BaseCorpse",
"Parameters": []
},
"MSILHash": "vPqlWSLby17ux8/nmX7lu86nHSWGbUeuPleEeTBOEdk=",
"BaseHookName": null,
"HookCategory": "Entity"
}
}
],
"Modifiers": [
Expand Down

0 comments on commit 207b864

Please sign in to comment.