Hey! I know similar questions have been asked before, but I am struggling to find exactly what I am looking for.
Solved - Getting started, need resources
This guy is asking the question I want answered, but doesn't really get it answered.
I am looking for a list of Rust data variables that already exist in-game and what they do so I can edit them. I also need Rust functions.
Like for example, from a tutorial I know what Baseplayer is, and PrintToChat, but I need more. I've read somewhere that you can "debug" to find this stuff, but I don't understand how debugging would help.
I need a detailed API for rust.
Solved Finding API methods, variables, etc.?
Discussion in 'Rust Development' started by Ratbutcher, Mar 30, 2018.
-
Wulf Community Admin
See Solved - Finding properties and methods for Rust?.
Everything game-specific comes from the game, we do not document or provide that. Examples of this would be BasePlayer, BaseEntity, etc.
Anything related to Oxide is either in the Docs or can be found in the source at OxideMod/Oxide.Core, OxideMod/Oxide.CSharp, and/or OxideMod/Oxide.Rust. -
Also, I've read it 100 times, but I think it only clicked when this guy said it:
Solved - Getting started in plugin development?
"2. Decompile the rust dlls with a tool like Justdecompile to figure out the methods rust uses and then just call them in your plugin."
Thanks Wulf!
[DOUBLEPOST=1522430342][/DOUBLEPOST]What are some recommended decompilers to choose from. I like to work as bare-bones as possible and hate downloading extra software