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

◆ ReportCheckSteamLogs()

static void Terraria.Social.Steam.SteamedWraps.ReportCheckSteamLogs ( )
inlinestaticpackage

Definition at line 55 of file SteamedWraps.cs.

56 {
57 string workshopLogLoc = "";
58 if (Platform.IsWindows)
59 {
60 workshopLogLoc = "C:/Program Files (x86)/Steam/logs/workshop_log.txt";
61 }
62 else if (Platform.IsOSX)
63 {
64 workshopLogLoc = "~/Library/Application Support/Steam/logs/workshop_log.txt";
65 }
66 else if (Platform.IsLinux)
67 {
68 workshopLogLoc = "/home/user/.local/share/Steam/logs/workshop_log.txt";
69 }
70 Utils.LogAndConsoleInfoMessage(Language.GetTextValue("tModLoader.ConsultSteamLogs", workshopLogLoc));
71 }
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

References Terraria.Localization.Language.GetTextValue(), and Terraria.Utils.LogAndConsoleInfoMessage().

Referenced by Terraria.Social.Steam.WorkshopHelper.UGCBased.APublisherInstance.CreateItemResult(), Terraria.Social.Steam.SteamedWraps.Download(), Terraria.Social.Steam.WorkshopHelper.UGCBased.APublisherInstance.UpdateItemResult(), and Terraria.Social.Steam.WorkshopHelper.QueryHelper.AQueryInstance.WaitForQueryResultAsync().

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