Skip to content

Commit

Permalink
Added object OnShopRename hook
Browse files Browse the repository at this point in the history
- object OnShopRename(VendingMachine vending, string name, BasePlayer player)
  • Loading branch information
lukespragg committed Jul 9, 2019
1 parent 6fc420d commit b6c31ae
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions resources/Rust.opj
Expand Up @@ -8467,6 +8467,32 @@
"HookCategory": "Server"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 13,
"ReturnBehavior": 1,
"ArgumentBehavior": 4,
"ArgumentString": "this, l1, l0",
"HookTypeName": "Simple",
"Name": "OnVendingShopRename",
"HookName": "OnVendingShopRename",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "VendingMachine",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "RPC_UpdateShopName",
"ReturnType": "System.Void",
"Parameters": [
"BaseEntity/RPCMessage"
]
},
"MSILHash": "VBHE3/FMHu4TK5gqzrDcNyZBMCMRQV9Lkyc9Rh9KVlg=",
"BaseHookName": null,
"HookCategory": "Vending"
}
},
{
"Type": "Simple",
"Hook": {
Expand Down

0 comments on commit b6c31ae

Please sign in to comment.