1. Where can i get a list of lua functions like

    player.inventory
    player.pos()
    and stuff like that
    i cant seem to figure it out
     
  2. Wulf

    Wulf Community Admin

    You'd find all of that in Rust's Assembly-CSharp.dll using a program such as JustDecompile. Those functions aren't provided by Oxide or plugin languages.
     
  3. Can you direct me to JustDecompile ?
     
  4. Wulf

    Wulf Community Admin

  5. I just wanna make sure im getting the correct stuff :)
    [DOUBLEPOST=1460417894][/DOUBLEPOST]its in c# .. how do i go over to lua i dont understand c# much at all