Skip to content

Commit 0d02c72

Browse files
authored
Add OnPlayerVanish and OnPlayerUnvanish hooks (#541)
1 parent b967f3f commit 0d02c72

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

resources/Rust.opj

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53667,6 +53667,57 @@
5366753667
"BaseHookName": "OnClanLogoChanged",
5366853668
"HookCategory": "Clan"
5366953669
}
53670+
},
53671+
{
53672+
"Type": "Simple",
53673+
"Hook": {
53674+
"InjectionIndex": 48,
53675+
"ReturnBehavior": 0,
53676+
"ArgumentBehavior": 4,
53677+
"ArgumentString": "l0",
53678+
"HookTypeName": "Simple",
53679+
"Name": "OnPlayerVanish",
53680+
"HookName": "OnPlayerVanish",
53681+
"AssemblyName": "Assembly-CSharp.dll",
53682+
"TypeName": "ConVar.Debugging",
53683+
"Flagged": false,
53684+
"Signature": {
53685+
"Exposure": 2,
53686+
"Name": "invis",
53687+
"ReturnType": "System.Void",
53688+
"Parameters": [
53689+
"ConsoleSystem/Arg"
53690+
]
53691+
},
53692+
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
53693+
"HookCategory": "Player"
53694+
}
53695+
},
53696+
{
53697+
"Type": "Simple",
53698+
"Hook": {
53699+
"InjectionIndex": 92,
53700+
"ReturnBehavior": 0,
53701+
"ArgumentBehavior": 4,
53702+
"ArgumentString": "l0",
53703+
"HookTypeName": "Simple",
53704+
"Name": "OnPlayerUnvanish",
53705+
"HookName": "OnPlayerUnvanish",
53706+
"AssemblyName": "Assembly-CSharp.dll",
53707+
"TypeName": "ConVar.Debugging",
53708+
"Flagged": false,
53709+
"Signature": {
53710+
"Exposure": 2,
53711+
"Name": "invis",
53712+
"ReturnType": "System.Void",
53713+
"Parameters": [
53714+
"ConsoleSystem/Arg"
53715+
]
53716+
},
53717+
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
53718+
"BaseHookName": "OnPlayerVanish",
53719+
"HookCategory": "Player"
53720+
}
5367053721
}
5367153722
],
5367253723
"Modifiers": [

0 commit comments

Comments
 (0)