The title really explains it all,
I have a lot of questions, but there it goes:
I am wondering where to get started, what programming language is the "best" to code in, where do permissions get saved and I was viewing a .lua teleporting plugin and wondered why they coded with loads of '---' running across the page (which may be for display) and to me it didn't look like a conventional code structure? What language was it coded in?
Solved Which language is best to use?
Discussion in 'Rust Development' started by TheImaginaryCow, May 28, 2015.
-
Wulf Community Admin
C# would be the best, and fastest option, but some prefer Lua, Python, and JavaScript due to being familiar with it.
The '---' is not code, it's comments in Lua, just as other languages use #, //, etc. -
Ah okay, thanks for that. How can I get started with C#, as I know the basics. i.e. what file type do I save it in and any links for beginner tutorials in C#?
-
Wulf Community Admin
-
I know how to program a bit within C#, I just want to know how to search the libraries and where to start if I have an idea for a plugin thanks.
-
2. Open the Assembly from the RustDedicated_Data/Managed with a program like Telerik JustDecompile and u will se everything that exists for now