1. Hello, maybe my last question wasn't clear enough. So I'll try to explain it better.
    AUcPufH[1].png
    For example where can I see all properties hitInfo has? Not just a list stating 'useful things such as'?
     
  2. Download a decompiler(Just Decompile) search for the Assembly-Csharp.dll in RustDedicated_data/Managed/Assembly-CSharp.dll open it and search for the keyword hitinfo
     
  3. Thanks for your reply and answer.
     
  4. No Problem.
     
  5. Or if you are writing in C# get the assembly references in a project and you'll have code completion showing you the members and their type, etc.