Classes/Objects - Knowing their properties and or their methodsSolved
Keeping it Simple & Sweet

BaseEntity? How do I know what properties I can access within there?
I see all the hooks and things like that in the documentation but absolutely nothing on the properties of these classes!

Thanks lads for the responses ahead of time.
You'd need to decompile Rust's files such as Assembly-CSharp.dll to see those; they are provided by Rust, not Oxide or uMod.
In response to Wulf ():
You'd need to decompile Rust's files such as Assembly-CSharp.dll to see those; they are provided by...
with ILSpy? and could you provide a list of the DLLs that contain majority of what im looking for?

Thanks,
           Sean
In response to ():
with ILSpy? and could you provide a list of the DLLs that contain majority of what im looking for?
ILSpy, dotPeek, JustDecompile, dnSpy, etc. The DLL I mentioned is the main one.
Locked automatically