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

◆ SaveAndQuit()

static void Terraria.WorldGen.SaveAndQuit ( Action callback = null)
inlinestatic

Definition at line 3508 of file WorldGen.cs.

3509 {
3510 ThreadPool.QueueUserWorkItem(SaveAndQuitCallBack, callback);
3511 }
static void SaveAndQuitCallBack(object threadContext)
Definition WorldGen.cs:3459

References Terraria.WorldGen.SaveAndQuitCallBack().

Referenced by Terraria.IngameOptions.Draw(), Terraria.Main.OpenPlayerSelect(), Terraria.Social.WeGame.CoreSocialModule.ProcessRailSystemStateChange(), and Terraria.Player.SavePlayer().

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