Hey,
I was wondering if you could explain the process you go through to create new hooks, as I can't find the documentation on them.
Thanks.
Solved Creating own hooks?
Discussion in 'Rust Development' started by lederp ツ, May 18, 2015.
-
Wulf Community Admin
What sort of hooks were you looking for? You can see the existing hooks patch file here: https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.Rust/Rust.opj.
The instructions to use it are located here: https://github.com/OxideMod/OxidePatcher. -
Hey,
I found that file for existing hooks, I'm just asking for future if I find a method or function that I need to hook, thanks for the link I will take a look!