Show / Hide Table of Contents

Method GetDependentPlugins

| Edit this page View Source

GetDependentPlugins(bool)

Get a dictionary of loaded plugins which depend on Jotunn.
Declaration
public static Dictionary<string, BaseUnityPlugin> GetDependentPlugins(bool includeJotunn = false)
Parameters
Type Name Description
bool includeJotunn
Returns
Type Description
Dictionary<string, BaseUnityPlugin> Dictionary of plugin GUID and BaseUnityPlugin
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾