1. M7B

    M7B

    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 :)
     
  2. Wulf

    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.
     
  3. M7B

    M7B

    Wow thanks that was a fast answer :)

    Great, I'll do that.