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

◆ GetSource_Loot()

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

Definition at line 329 of file Entity.cs.

330 {
331 return new EntitySource_Loot(this, context);
332 }
Used when an NPC or Projectile is killed and drops loot. Vanilla projectile examples are geodes and...