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

◆ GetSource_Death()

IEntitySource Terraria.Entity.GetSource_Death ( string? context = null)
inlineinherited

Definition at line 349 of file Entity.cs.

350 {
351 return new EntitySource_Death(this, context);
352 }
Used when dropping coins and items when a player dies. Recommended for use by mods when spawning go...

Referenced by Terraria.Player.GetItemSource_Death().

+ Here is the caller graph for this function: