TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DisableAllMods()

static void Terraria.ModLoader.ModLoader.DisableAllMods ( )
inlinestaticpackage

Definition at line 400 of file ModLoader.cs.

401 {
402 Logging.tML.InfoFormat("Disabling All Mods: " + string.Join(", ", EnabledMods), Array.Empty<object>());
403 EnabledMods.Clear();
405 }
Responsible for sorting, dependency verification and organizing which mods to load.
static HashSet< string > EnabledMods
Definition ModLoader.cs:103

References Terraria.ModLoader.ModLoader.EnabledMods, Terraria.ModLoader.Core.ModOrganizer.SaveEnabledMods(), and Terraria.ModLoader.Logging.tML.

Referenced by Terraria.ModLoader.UI.UIModPackItem.EnabledListOnly(), Terraria.ModLoader.UI.UIErrorMessage.ExitAndDisableAll(), Terraria.ModLoader.UI.UIModPackItem.RemoveModPackLocal(), and Terraria.ModLoader.UI.UIModPackItem.UpdateModPack().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: