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

◆ TransferAllAssets()

void Terraria.ModLoader.Mod.TransferAllAssets ( )
inlinepackageinherited

Definition at line 556 of file Mod.cs.

557 {
559 Assets.TransferAllAssets();
561 if (AssetExceptions.Count > 0)
562 {
563 if (AssetExceptions.Count == 1)
564 {
565 throw AssetExceptions[0];
566 }
567 if (AssetExceptions.Count > 0)
568 {
570 }
571 }
572 }
List< Exception > AssetExceptions
Definition Mod.cs:45
bool initialTransferComplete
Definition Mod.cs:43

References Terraria.ModLoader.Mod.AssetExceptions, and Terraria.ModLoader.Mod.initialTransferComplete.

Referenced by Terraria.ModLoader.ModContent.Load().

+ Here is the caller graph for this function: