Skip to content

Commit c61e3ff

Browse files
committed
Add OnSiegeWeaponFire hooks
- OnSiegeWeaponFire(BaseSiegeWeapon, BasePlayer)
1 parent 686e5e6 commit c61e3ff

1 file changed

Lines changed: 77 additions & 2 deletions

File tree

resources/Rust.opj

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9276,7 +9276,7 @@
92769276
]
92779277
},
92789278
"MSILHash": "RQzLETIQY8oCXnENh9Yiq2D0HFlL85DvhJ8pbAWKDf4=",
9279-
"HookCategory": "Vehicle"
9279+
"HookCategory": "Player"
92809280
}
92819281
},
92829282
{
@@ -9303,7 +9303,7 @@
93039303
]
93049304
},
93059305
"MSILHash": "kCdfjEngZ1Gtb5+SYiH6uD5CHaTqq2b0e1dtymUKHfU=",
9306-
"HookCategory": "Vehicle"
9306+
"HookCategory": "Primitive"
93079307
}
93089308
},
93099309
{
@@ -21603,6 +21603,81 @@
2160321603
"MSILHash": "HrXYh+KAS/QgmK/xMNjISa6EZJSb1tlXSiX+itjbuZo=",
2160421604
"HookCategory": "Entity"
2160521605
}
21606+
},
21607+
{
21608+
"Type": "Simple",
21609+
"Hook": {
21610+
"InjectionIndex": 7,
21611+
"ReturnBehavior": 1,
21612+
"ArgumentBehavior": 4,
21613+
"ArgumentString": "this, l0",
21614+
"HookTypeName": "Simple",
21615+
"Name": "OnSiegeWeaponFire [Catapult]",
21616+
"HookName": "OnSiegeWeaponFire",
21617+
"AssemblyName": "Assembly-CSharp.dll",
21618+
"TypeName": "Catapult",
21619+
"Flagged": false,
21620+
"Signature": {
21621+
"Exposure": 2,
21622+
"Name": "SERVER_WantsFire",
21623+
"ReturnType": "System.Void",
21624+
"Parameters": [
21625+
"BaseEntity/RPCMessage"
21626+
]
21627+
},
21628+
"MSILHash": "NwN7zR0TmxvDdsUoL5hjJLF/fZQxTL8qG2v3OcOxiig=",
21629+
"HookCategory": "Primitive"
21630+
}
21631+
},
21632+
{
21633+
"Type": "Simple",
21634+
"Hook": {
21635+
"InjectionIndex": 36,
21636+
"ReturnBehavior": 1,
21637+
"ArgumentBehavior": 4,
21638+
"ArgumentString": "this, l1",
21639+
"HookTypeName": "Simple",
21640+
"Name": "OnSiegeWeaponFire [BatteringRam]",
21641+
"HookName": "OnSiegeWeaponFire",
21642+
"AssemblyName": "Assembly-CSharp.dll",
21643+
"TypeName": "BatteringRam",
21644+
"Flagged": false,
21645+
"Signature": {
21646+
"Exposure": 2,
21647+
"Name": "SERVER_WantsAttack",
21648+
"ReturnType": "System.Void",
21649+
"Parameters": [
21650+
"BaseEntity/RPCMessage"
21651+
]
21652+
},
21653+
"MSILHash": "hiGA7QgK9oz6ZBHqG3jTsXJnPD6REl4xUoY4DLn8A5Y=",
21654+
"HookCategory": "Primitive"
21655+
}
21656+
},
21657+
{
21658+
"Type": "Simple",
21659+
"Hook": {
21660+
"InjectionIndex": 39,
21661+
"ReturnBehavior": 1,
21662+
"ArgumentBehavior": 4,
21663+
"ArgumentString": "this.ballistaOwner, l0",
21664+
"HookTypeName": "Simple",
21665+
"Name": "OnSiegeWeaponFire [Ballista]",
21666+
"HookName": "OnSiegeWeaponFire",
21667+
"AssemblyName": "Assembly-CSharp.dll",
21668+
"TypeName": "BallistaGun",
21669+
"Flagged": false,
21670+
"Signature": {
21671+
"Exposure": 0,
21672+
"Name": "SERVER_FireClientProjectile",
21673+
"ReturnType": "System.Void",
21674+
"Parameters": [
21675+
"BaseEntity/RPCMessage"
21676+
]
21677+
},
21678+
"MSILHash": "HCVZ3/379kM9Pna0i05C6x2VcWuRVblJzZjifNYHQj0=",
21679+
"HookCategory": "Primitive"
21680+
}
2160621681
}
2160721682
],
2160821683
"Modifiers": [

0 commit comments

Comments
 (0)