TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.EntitySource_DropAsItem Class Reference

Used when projectiles convert themselves to items in the world as a result of hitting a block. More...

+ Inheritance diagram for Terraria.DataStructures.EntitySource_DropAsItem:
+ Collaboration diagram for Terraria.DataStructures.EntitySource_DropAsItem:

Public Member Functions

 EntitySource_DropAsItem (Entity entity, string? context=null)
 

Static Package Functions

static ? IEntitySource GetGoreFallback ()
 
static FallbackSourceRef PushFallback (IEntitySource source)
 

Properties

Entity Entity [get]
 The entity which is the source of the effect or action. In many cases, it makes sense to consider buffs or effects applied to the parent entity, and make changes to the spawned entity.
 
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla uses.
 

Static Private Attributes

static ? IEntitySource _goreFallback
 

Detailed Description

Used when projectiles convert themselves to items in the world as a result of hitting a block.

Definition at line 6 of file EntitySource_DropAsItem.cs.


The documentation for this class was generated from the following file: