Method GetPlugins
| Improve this Doc View SourceGetPlugins(bool)
Get a dictionary of all plugins loaded by BepInEx
Declaration
public static Dictionary<string, BaseUnityPlugin> GetPlugins(bool includeJotunn = false)
Parameters
Type | Name | Description |
---|---|---|
bool | includeJotunn |
Returns
Type | Description |
---|---|
Dictionary<string, BaseUnityPlugin> | Dictionary of plugin GUID and BaseUnityPlugin |