Table of Contents

Class ModDatabankHandler

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
A handler class for adding information about your mod to the "Mods" tab of the PDA's Datbabank. If you wish to add a standard PDA entry, instead see the PDAHandler class.
public static class ModDatabankHandler
Inheritance
ModDatabankHandler
Inherited Members

Methods

RegisterMod(PluginInfo)

Automatically adds info about your mod to the game's databank under a tab named Mods using your mod's PluginInfo.
public static void RegisterMod(PluginInfo info)

Parameters

info PluginInfo
The PluginInfo for your mod. Pass in Info from your BepInPlugin class

RegisterMod(ModData)

Automatically adds info about your mod to the game's databank under a tab named Mods using supplied ModData instance.
public static void RegisterMod(ModDatabankHandler.ModData data)

Parameters

data ModDatabankHandler.ModData