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

◆ ImportModPackLocal()

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

Definition at line 716 of file UIModPackItem.cs.

717 {
719 ModOrganizer.ModPackActive = modpack._filepath;
720 Logging.tML.Info((object)("Enabled Frozen Mod Pack " + modpack._filename));
722 }
UIModPackItem(string name, string[] mods, bool legacy, IEnumerable< LocalMod > localMods)
static void EnabledListOnly(UIMouseEvent evt, UIElement listeningElement)

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

Referenced by Terraria.ModLoader.UI.UIModPackItem.UIModPackItem().

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