Valheim hooks have, for example, void OnPlayerConnected (ZNetPeer netPeer)
What do the ZNetPeer, netPeer parameters mean?
What does ZNetPeer stand for?Solved
ZNetPeer is part of the game, Valheim. You can see what it provides by opening the assembly_valheim.dll in a .NET decompiler such as JustDecompile.
Locked automatically