Hello, maybe my last question wasn't clear enough. So I'll try to explain it better.
![]()
For example where can I see all properties hitInfo has? Not just a list stating 'useful things such as'?
Solved Properties for arguments?
Discussion in 'Rust Development' started by TonyDoubleU, Aug 3, 2015.
-
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
-
Thanks for your reply and answer.
-
-
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.