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

◆ EnabledListOnly()

static void Terraria.ModLoader.UI.UIModPackItem.EnabledListOnly ( UIMouseEvent evt,
UIElement listeningElement )
inlinestaticprivate

Definition at line 673 of file UIModPackItem.cs.

674 {
676 ModLoader.DisableAllMods();
678 Logging.tML.Info((object)("Enabled only mods defined in Collection " + modpack._filename));
679 }
static void EnableList(UIMouseEvent evt, UIElement listeningElement)
UIModPackItem(string name, string[] mods, bool legacy, IEnumerable< LocalMod > localMods)

References Terraria.ModLoader.UI.UIModPackItem.UIModPackItem(), Terraria.ModLoader.ModLoader.DisableAllMods(), Terraria.ModLoader.UI.UIModPackItem.EnableList(), and Terraria.ModLoader.Logging.tML.

Referenced by Terraria.ModLoader.UI.UIModPackItem.UIModPackItem(), and Terraria.ModLoader.UI.UIModPackItem.ImportModPackLocal().

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