1. For my own learning purposes, where is Oxide finding information about the various Rust classes that it can hook into? Is Rust providing its source code, or are you looking at Unity Framework documentation, or where would be a good place to start?

    Any help would be very much appreciated. :)

    Thanks,
    Jay
     
  2. Wulf

    Wulf Community Admin

    For Oxide hooks, see http://docs.oxidemod.org/.
    For Rust functions, use a decompiler such as JustDecompile and look at the Assembly-CSharp.dll.
     
  3. Exactly what I was looking for - thanks guys.