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

◆ ShowFancyErrorMessage()

static void Terraria.Utils.ShowFancyErrorMessage ( string message,
int returnToMenu,
UIState returnToState = null )
inlinestatic

Definition at line 3257 of file Utils.cs.

3258 {
3259 if (!Main.dedServ)
3260 {
3261 Logging.tML.Error((object)message);
3263 }
3264 else
3265 {
3267 }
3268 }
static UIErrorMessage errorMessage
Definition Interface.cs:67
static void LogAndConsoleErrorMessage(string message)
Definition Utils.cs:3297

References Terraria.Main.dedServ, Terraria.ModLoader.UI.Interface.errorMessage, Terraria.Utils.LogAndConsoleErrorMessage(), and Terraria.ModLoader.Logging.tML.

Referenced by Terraria.Netplay.ClientLoopSetup(), Terraria.WorldBuilding.WorldGenerator.GenerateWorld(), Terraria.Audio.SoundEngine.Initialize(), Terraria.Social.Steam.SteamedWraps.Initialize(), Terraria.ModLoader.UI.ModBrowser.UIModBrowser.LogModBrowserException(), Terraria.ModLoader.SystemLoader.ModifyWorldGenTasks(), Terraria.ModLoader.UI.UIModSourceItem.PublishMod(), Terraria.ModLoader.UI.UIModSourceItem.PublishServerSideMod(), Terraria.Player.SavePlayer(), Terraria.ModLoader.UI.ModBrowser.UIModDownloadItem.ShowGameNeedsRestart(), and Terraria.ModLoader.UI.UIModSources.ShowInfoMessages().

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