Solved Classes definitions

Discussion in 'Rust Discussion' started by Bonzaii, Jan 18, 2016.

  1. Hi Guys,

    I am struggling here to find any source of information other than Oxide API Reference

    Is there any easy way to find out what can I do with Item class for example? Or what fields does BasePlayer class has? Or ItemContainer? That would be very useful, I am begging to write scripts and I am just getting hang of it but struggling to find any docs, other than above that doesn't really say much.

    If I have missed it somewhere on this forum I do apologize, I have looked around but mayby didn't go all 10 pages long, also used search with no luck.

    Thanks a lot in advance.
     
  2. Yeap I have started with Notepad++ I didn't know if I am going to get any complicated but I have seen VisualStudio and I think I can move on now. I assume if I add all them DLL libraries it will give me hints and code completion then? If so that is great! :) I code in Java and in Java you always have to have seperate JavaDocs to achieve this.
    [DOUBLEPOST=1453117200,1453108301][/DOUBLEPOST]
    Well I have done all listed in your post and I am still struggling to find out what can I do with Item class? I have moved on to VS Community 2015, rewrote my plugin using VS, build it and it works on my server. Unfortunately I am in exactly same point as I was using Notepad++. Any advice?

    It must be something wrong with my references (this yellow triangle with exclamation mark):
    Imgur: The most awesome images on the Internet
    [DOUBLEPOST=1453121077][/DOUBLEPOST]Right, that was me being thick. As soon as I hit Build Solution I got the solution given to my on silver platter - .Net 3.5 Framework missing :D Lesson learnt.

    Thanks a lot that is what I needed in first place, marking this as solved.