Hi!
I want to start writing plugins for Rust.
The hooks doc is well made Oxide API for Rust, but where do you find the description of
Item, BaseEntity, ... Did I miss something?
Maybe I can take a look at the code if someone can point me to the good repo![]()
Entities documentation
Discussion in 'Rust Development' started by M7B, Apr 13, 2017.
-
Wulf Community Admin
All of those are provided by Rust, not Oxide, so they aren't really documented by us. You can find those under Rust's Assembly-CSharp.dll using a .NET decompiler such as JustDecompile.
-
Wow thanks that was a fast answer
Great, I'll do that.