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

◆ GetSource_DropAsItem()

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

Definition at line 324 of file Entity.cs.

325 {
326 return new EntitySource_DropAsItem(this, context);
327 }
Used when projectiles convert themselves to items in the world as a result of hitting a block.

Referenced by Terraria.Projectile.GetItemSource_DropAsItem().

+ Here is the caller graph for this function: