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

◆ EnableDependencies()

void Terraria.ModLoader.UI.UIModItem.EnableDependencies ( )
inlinepackage

Definition at line 661 of file UIModItem.cs.

662 {
665 if (missingRefs.Any())
666 {
667 Interface.infoMessage.Show(Language.GetTextValue("tModLoader.ModDependencyModsNotFound", string.Join(", ", missingRefs)), 10000);
668 }
669 }
static string GetTextValue(string key)
Retrieves the text value for a specified localization key. The text returned will be for the currentl...
Definition Language.cs:35
Contains methods to access or retrieve localization values. The Localization Guideteaches more about ...
Definition Language.cs:12
void EnableDepsRecursive(List< string > missingRefs)
Definition UIModItem.cs:671

References Terraria.ModLoader.UI.UIModItem.EnableDepsRecursive(), Terraria.Localization.Language.GetTextValue(), and Terraria.ModLoader.UI.Interface.infoMessage.

Referenced by Terraria.ModLoader.UI.UIModItem.ToggleEnabled().

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