List of BaseNetworkablesSolved

Hey Guys,

I am writing my first Plugin.  What I have worked for the one BaseNetworkable I know (ie SupplyDrop).  What would be useful is a list of these BaseNetworkables.  Does anyone know if a list exists?

Thanks

Hey!
You mean the class name list? Open DLLs in dnSpy/dotPeek/etc and use search. You can also compare it by shortnames
In response to misticos ():
Hey!
You mean the class name list? Open DLLs in dnSpy/dotPeek/etc and use search. You can also...
Probably a classname yes.  I am on a Mac, while I have ilSpy in VSC, I haven't found any DLL files in the Rust game folder, so not sure where to look.
In response to thenetimp ():
Probably a classname yes.  I am on a Mac, while I have ilSpy in VSC, I haven't found any DLL files i...
serverfolder/RustDedicated_Data/Managed/

In ILSpy you can open the basenetworkable class and look for derived types.
Sorry didn't see the response above, so deleting this post.
Locked automatically