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.
Solved Classes definitions
Discussion in 'Rust Discussion' started by Bonzaii, Jan 18, 2016.
-
Have a look at this post i did awhile ago:
Trying to get started with plugin development | Oxide
I am assuming you are not writing your plugins in Visual Studio, but maybe in Notepad++ or something similar? -
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]
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 missingLesson learnt.
Thanks a lot that is what I needed in first place, marking this as solved.