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

◆ BeginLoad()

static void Terraria.ModLoader.ModLoader.BeginLoad ( CancellationToken token)
inlinestaticpackage

Definition at line 145 of file ModLoader.cs.

146 {
147 Task.Run(delegate
148 {
149 Load(token);
150 });
151 }
static void Load(CancellationToken token=default(CancellationToken))
Definition ModLoader.cs:153

References Terraria.ModLoader.ModLoader.Load().

Referenced by Terraria.ModLoader.UI.UILoadMods.OnActivate().

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