DLL to find things such as HitInfo?Solved
on the docs it says "HitInfo has all kinds of useful things in it, such as Weapon, damageProperties or damageTypes" but where can I find it??????

or how can I somehow dump the entire thing on console to see what I can use?
Usually people use IDEs and decompilers. There is no oxide DLL you have to use - it's rust not oxide. Open all DLLs in dnSpy or any other decompilers and find it. Or use IDE autocompletion
yeah I use dnSpy. but where can I find the On.... calls? like OnEntityTakeDamage?
Hooks are provided by Oxide, which you can see under Docs on our site.

Things such as HitInfo are provided by Rust, which you can see under files such as Assembly-CSharp.dll.
let me rewrite my sentence.....

"where, inside the Assembly-CSharp.dll are the calls or classes or idk located at?"

Merged post

there's so much stuff there and I can't find it.

Everywhere. You'll need to look for what you want, there isn't a list. The hooks such as OnEntityTakeDamage you can see in our docs, and in the patched DLLs we provide. JustDecompile (would recommend it over dnSpy) has an easy-to-use search box for looking in DLLs as well.
nevermind, I found it....
Locked automatically