Hello everyone.
I'm looking for any documentation for oxide libraries on c#.
Documentation in Rust is really useful to understand how plugins are works, but it is not enough. What about descriptions of classes? For example base classes like BasePlayer, CuiHelper (and other gui elements), ConsoleSystem.Arg etc. Detailed documenta is really necessary, but i dont find anything.
Thanks!
Documentation for Rust classes?
Discussion in 'Rust Development' started by Typedef, Apr 4, 2016.
-
Wulf Community Admin
All of that is provided by Rust, not Oxide. For that you'd need to look in the game's Assembly-CSharp.dll.
Oxide only provides the hooks into Rust's functions and a few helpers. What you see in the Docs is what Oxide provides itself. -
-
And found all structure of libraries (including classes i've sad upper). This is the way that i've found. If someone have detailed libraries overview, it will be VERY VERY VERY good to share it!
-
and too hard sometimes to find needed code fragment or phrase -