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

Used when dropping coins and items when a player dies.
Recommended for use by mods when spawning gore. More...

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

Public Member Functions

 EntitySource_Death (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 dropping coins and items when a player dies.
Recommended for use by mods when spawning gore.

Definition at line 7 of file EntitySource_Death.cs.


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