Hey!
I've been reading through Oxide API for Rust but I can't seem to find any documentation on the contents of the actual objects passed into the callbacks such as player in
OnPlayerInit.
Is there any documentation on these objects and their properties & methods?
Solved Object properties and methods
Discussion in 'Rust Development' started by El Noblé, Aug 24, 2015.
-
Wulf Community Admin
Oxide only provides the hooks. The actual methods, functions, etc. are from Rust itself. There are a few threads about that:
Solved - Getting started in plugin development? | Oxide
Plugin development starter tips? | Oxide
Setting up your own Rust server | Oxide
For example plugins, see Rust Experimental | Oxide. -
Ah thanks! Setting this a solved.