Class ModManager
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
ModManager
- Inherited Members
-
Fields
ActiveMods
public static List<ModManager.Mod> ActiveMods
Field Value
- List<ModManager.Mod>
CoopAvailable
public static bool CoopAvailable
Field Value
- bool
public static bool DevTools
Field Value
- bool
Expedition
public static bool Expedition
Field Value
- bool
FailedRequirementIds
public static List<string> FailedRequirementIds
Field Value
- List<string>
GameVersionChangedOnThisLaunch
public static bool GameVersionChangedOnThisLaunch
Field Value
- bool
InitializationScreenFinished
public static bool InitializationScreenFinished
Field Value
- bool
InstalledMods
public static List<ModManager.Mod> InstalledMods
Field Value
- List<ModManager.Mod>
JollyCoop
public static bool JollyCoop
Field Value
- bool
MMF
Field Value
- bool
MSC
Field Value
- bool
NonPrepackagedModsInstalled
public static bool NonPrepackagedModsInstalled
Field Value
- bool
PrePackagedModIDs
public static List<string> PrePackagedModIDs
Field Value
- List<string>
Properties
ModdedRegionsEnabled
public static bool ModdedRegionsEnabled { get; }
Property Value
- bool
ModdingEnabled
public static bool ModdingEnabled { get; }
Property Value
- bool
Methods
CheckForDeletedBepinexMods(RainWorld)
public static bool CheckForDeletedBepinexMods(RainWorld rainWorld)
Parameters
rainWorld RainWorld
Returns
- bool
ComputeModChecksum(string)
public static string ComputeModChecksum(string modpath)
Parameters
modpath string
Returns
- string
GenerateMergedMods(ModApplyer, List<bool>, bool)
public static void GenerateMergedMods(ModManager.ModApplyer applyer, List<bool> pendingEnabled, bool hasRegionMods)
Parameters
applyer ModManager.ModApplyer
pendingEnabled List<bool>
hasRegionMods bool
LoadModFromJson(RainWorld, string, string)
public static ModManager.Mod LoadModFromJson(RainWorld rainWorld, string modpath, string consolepath)
Parameters
rainWorld RainWorld
modpath string
consolepath string
Returns
- ModManager.Mod
MergedModsContentAvailable()
public static bool MergedModsContentAvailable()
Returns
- bool
RefreshModsLists(RainWorld)
public static void RefreshModsLists(RainWorld rainWorld)
Parameters
rainWorld RainWorld