Hi peoples,
I'm beginning development on several web-based plugins, but I'm having trouble finding a list of basic Rust data variables (things like player.name, or player.SteamID, or even methods like SendReply or Broadcast). Magma had a listing which I believe was mad with dotPeek. Can dotPeek be used on Rust/Oxide? If so what files do I unpack? I'm fairly unfamiliar with the software.
Thanks
Solved Getting started, need resources
Discussion in 'Rust Development' started by OldeTobeh, Feb 1, 2016.
-
Calytic Community Admin Community Mod
Yes it can be used with Rust & Oxide
Unpack Assembly-CSharp.dll before or after oxide patch -
Would you also point me to a list of methods like SendReply? I'm basically downloading plugins just to view them to see the different methods they call. I still do not know the C# method for issuing a Global broadcast chat message as I haven't been able to find it in any of the plugin scripts I've downloaded. -
Calytic Community Admin Community Mod
SendReply is in Oxide itself, you can use the github repository or intellisense to find the methods yourself but here is the link:
Oxide/RustPlugin.cs at 29954a19976a9a583acae086a09ae931c5c57714 · OxideMod/Oxide · GitHub -