1. 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
     
    Last edited by a moderator: Feb 1, 2016
  2. Calytic

    Calytic Community Admin Community Mod

    Yes it can be used with Rust & Oxide

    Unpack Assembly-CSharp.dll before or after oxide patch
     
  3. Thank you.

    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.
     
  4. Calytic

    Calytic Community Admin Community Mod