Where can i get a list of lua functions like
player.inventory
player.pos()
and stuff like that
i cant seem to figure it out
Solved List of Rust functions for Lua?
Discussion in 'Rust Development' started by GreenArrow, Apr 12, 2016.
-
Wulf Community Admin
You'd find all of that in Rust's Assembly-CSharp.dll using a program such as JustDecompile. Those functions aren't provided by Oxide or plugin languages.
-
Can you direct me to JustDecompile ?
-
Wulf Community Admin
Telerik JustDecompiler free .NET decompiler -
[DOUBLEPOST=1460417894][/DOUBLEPOST]its in c# .. how do i go over to lua i dont understand c# much at all