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

Used when NPCs or pets/minions give gifts or rewards to a player. More...

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

Public Member Functions

 EntitySource_Gift (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 NPCs or pets/minions give gifts or rewards to a player.

Definition at line 6 of file EntitySource_Gift.cs.


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