1. Hey,

    I was wondering if there was a place where I could find some definitions like the hitInfo definitions.
    As I am working on a plugin but I am not sure what the definitions are for this parameter in the onHammerHit eventHandler.

    Any good dlls to check or a page to show the definitions would be much appreciated.

    Thanks in advanced ;D
     
  2. Wulf

    Wulf Community Admin

    Everything you are looking for can be found under the Assembly-CSharp.dll from Rust. You can view it using JustDecompile or another .NET decompiler.
     
  3. Thank you very much didn't see that, Cheers.