Hey guys,
Is there somewhere I can find an updated documentation? I found some hooks which are not in the documentation available here: Rust
Solved Any updated documentation available?
Discussion in 'Rust Development' started by Troubled, May 2, 2016.
-
Wulf Community Admin
The Docs will be updated when I or someone else gets time to add them. You can see all of them in the GitHub repo if you know what to look for, but otherwise I'd recommend waiting. I'll hopefully get them added today.
-
You can also always check available hooks here: Oxide/Rust.opj at master · OxideMod/Oxide · GitHub
-
Wulf Community Admin
[DOUBLEPOST=1462333404,1462316502][/DOUBLEPOST]The Docs should have all of the Rust hooks now. I'll be working on them more tomorrow to expand on them a bit and add more details as able. -
I do know JavaDoc which is almost the same but it's nicer to see an organized list instead of having to go through all the code.
-
Hooks are fine and dandy, but where is the complete documentation? I, too, have extensive background in Java programming and having complete JavaDocs was nice. Isn't there something like that for Oxide? I tried browsing the source, but I am unable to find anything at all.
Example: I cant find in the docs, or on github anything about TOD_Sky which I have seen countless plugins utilize. If I cant find this, I can only imagine how many other things there are that I can toy with.
Maybe I'm just looking in the wrong spots? -
What you're looking at and complaining about is the Rust implementation, which is very likely to change often.
All of us are working with the decompiled source code. -
-
For some things you may have to decompile other DLLs as well. -
-
Wulf Community Admin
-
-
Wulf Community Admin
-
i need the sound definition, or similar, like the geigereffect from the RadionEffectOverlay
This as Component in an Entity, with only the sound indication when a player comes closer.
and i got no idea how...atm -
Wulf Community Admin