Class ModdingFolder
Handles the paths for centralising user-supplied information.
Inheritance
System.Object
ModdingFolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LLBML.Utils
Assembly: LLBModdingLib.dll
Syntax
public static class ModdingFolder
Methods
GetModdingFolder()
Gets the user-defined modding folder.
Declaration
public static DirectoryInfo GetModdingFolder()
Returns
| Type | Description |
|---|---|
| System.IO.DirectoryInfo | The folder that contains all mods user-supplied data. |
GetModSubFolder(PluginInfo)
Gets the mod's own subfolder located within the user-defined modding folder.
Declaration
public static DirectoryInfo GetModSubFolder(PluginInfo modInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| BepInEx.PluginInfo | modInfo | The mod to get the subfolder for. |
Returns
| Type | Description |
|---|---|
| System.IO.DirectoryInfo | The mod's subfolder. |