Hi everyone,
I'm looking for a details document as object property, method list...
example: hitinfo, player etc
Currently i just download people plugins to see the as example, i have no clue to get them.
p/s: i use js
Solved Finding object properties, methods, etc
Discussion in 'Rust Development' started by ddo, May 31, 2015.
-
Download: http://www.telerik.com/products/decompiler.aspx
Open up Assembly-CSharp.dll with JustDecompiler and you can find the classes you need. -
thanks Hatemail for the quick reply, i thought oxide is fully open source ?
-
Wulf Community Admin
-
thanks Wulf
-
dunno if this helps but, if you use python, you can use dir() and it will return everything connected to whatever you put in