Hi, I'd like to read up on what the various Dlls do in the Oxide.Rust dlls. I have been searching for the documentation and kind find it. Reading an explanation would help me know which references I need to include or exclude from my project in Visual Studio. Can someone please direct me to the documentation for each of those Dlls? Thanks
Unity dll references for Visual StudioSolved
There is no documentation for the DLLs provided by the game server. There is no universal definition of what you need or do not need, that is up to you. Each DLL contains varying things that may be usable in plugins, Assembly-CSharp.dll being a common one.
I'd suggest using a tool such as JustDecompile, opening a DLL (or all), and searching for what you want.
I'd suggest using a tool such as JustDecompile, opening a DLL (or all), and searching for what you want.
We have documentation on this website (Docs button) for Oxide (uMod) and there are no docs for Rust, ask Facepunch instead :)
Thank you for the responses. Wulf I'll do what you suggest. Misticos, all I've seen is stub functions without full explanations (but perhaps I am misunderstanding you or have missed something). Sounds like Wulf is saying what I'm looking for isn't out there. I had seen where someone had started to write them themselves (might have been Wulf), but that link was a 404 error. Anyhow, thank you, off to decompile! :)
Locked automatically