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
Best place for finding definitions?
Discussion in 'Rust Development' started by Panday, Jul 6, 2016.
-
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.
-
Thank you very much didn't see that, Cheers.
-
CodeReflect Free .NET Decompiler
Try this one
