Skip to content

Commit

Permalink
Add OnPatrolHelicopterTakeDamage hook
Browse files Browse the repository at this point in the history
object OnPatrolHelicopterTakeDamage(PatrolHelicopter heli, HitInfo hitinfo)
  • Loading branch information
Substrata1 authored and MrBlue committed Oct 23, 2023
1 parent 3d6191e commit d7a9ef8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -19773,6 +19773,31 @@
"MSILHash": "hZC14qXPE8buqkhbh6P6OLbPiKnMZVdbJjnmbC5sHPI=",
"HookCategory": "Seasonal"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 0,
"ReturnBehavior": 1,
"ArgumentBehavior": 3,
"ArgumentString": "",
"HookTypeName": "Simple",
"Name": "OnPatrolHelicopterTakeDamage",
"HookName": "OnPatrolHelicopterTakeDamage",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "PatrolHelicopter",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "Hurt",
"ReturnType": "System.Void",
"Parameters": [
"HitInfo"
]
},
"MSILHash": "eqmrk1cs/LjuiXQJ+nBw142N/5BaJ8i+unxJ7/AIP0M=",
"HookCategory": "Entity"
}
}
],
"Modifiers": [
Expand Down

0 comments on commit d7a9ef8

Please sign in to comment.