API documentationSolved
Where can I get a list of universalized wrappers and their definitions?

IPlayer, BasePlayer, clientInfo, etc...

I've been looking through the Oxide 7 Days code and I see them utilized but not defined.

Is the Covalence source available to view or is that source closed?

Thanks!

Rog
You can find the implemetations under each game's repository that has the universal API (covalence) implemented.

Ex. https://github.com/theumod/umod.sevendaystodie

The Docs that we provide via the site are WIP.

For anything game-specific (ie. BasePlayer, ClientInfo, etc.), you'd need to look in each game's DLLs using a decompiler, as we do not document those.
Locked automatically