Is there a place where I can see the different properties of the parameters?
For example, CanHackCrate has HackableLockedCrate crate. How do I know what properties are on crate?
Getting info on hook parameters?Solved
That is game code, which you can find by using a .NET decompiler such as JustDecompile and opening the Assembly-CSharp.dll included with the server.
Thank you!
Locked automatically