Any Docs or Guides to extensions?Solved
Hi. Wanted to look at extensions cause I dont know how they work and would like to learn. Can any one point me in the right direction to learn how to create one and how they differe to plugins and what I can do with them?
Thanks Cameron
Hey Cameron. I think there is no documentation for extensions but you can take a look at in-built ones like Rust one or any other one you can find on GitHub or in the whole internet.
Ok thanks misticos. I'll take a look

Merged post

Another question quick. I basically want to implement an aditional  BasePlayer.IPlayer interface. I see that the IPlayer is actually referenced to the BasePlayer class. Would I have to manually update it with every update. Also if not is it an easy task or at all possible to add additional methods or varables to the IPlayer class?
Thanks
I think they are talking about Oxide extensions... you are working way too much indeed :)
5b6ed4c9ac8e4.jpg misticos
I think they are talking about Oxide extensions...
The user asked about extending an interface/class, hence extension methods.
Ill give it a read thank you Wulf and misticos
You should store any additional data in a data file instead or a dictionary, that is what people usually do here.
I thought it might be more effecient. Im currently using a dictionary
Locked automatically