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

◆ serverLoadWorld()

static Task Terraria.WorldGen.serverLoadWorld ( )
inlinestatic

Definition at line 3765 of file WorldGen.cs.

3766 {
3767 return Task.Factory.StartNew(serverLoadWorldCallBack);
3768 }
static void serverLoadWorldCallBack()
Definition WorldGen.cs:3701

References Terraria.WorldGen.serverLoadWorldCallBack().

Referenced by Terraria.Main.DedServ_PostModLoad().

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