Documentation for Rust classes/API?Solved

Oxide game api or Oxide rust api only hook,I need some Class or Interface explain and method params explain。

Example: ItemManager ,GameManager,method and class explain...

BasePlayer,HitInfo,CH47HelicopterAIController,NPCPlayerApex .... explain,thanks!!!

These are rust methods and have no documentation at least yet so you have to find it all out yourself
You'll need a .NET decompiler and the Assembly-CSharp.dll from the server.

Ok,thanks

5e13a8d5b2bc5.jpg Wulf
You'll need a .NET decompiler and the Assembly-CSharp.dll from the server.

Merged post

Will these wiki be added in the future?
No, we wouldn't document the whole game normally. We may have generated documentation down the road, but anything more than that would involve a lot of work to create all of the comments for the entire game, and every game.
Locked automatically