is there any way of getting documentation about each class and its methods? i am currently using Oxide API for Rust but it lacks lot of stuff
Solved Documentation for classes?
Discussion in 'Rust Development' started by Bruno Puccio, Mar 8, 2018.
-
Wulf Community Admin
You'd get that from the game's DLLs using a decompiler. Oxide only documents what it provides, we don't document the entire game.
-
-
Wulf Community Admin
-
-
-
-
-
Wulf Community Admin
I tried it before, didn't like it as much. -
-
is there any guide on how to use JustDecompile for rust's dlls? i am trying to see what is inside HitInfo class but cant manage to find it
-
Wulf Community Admin