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

◆ GetSource_FromThis()

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

Definition at line 314 of file Entity.cs.

315 {
316 return new EntitySource_Parent(this, context);
317 }
Use when the parent can be considered the 'owner' or 'responsible for' the effect....

Referenced by Terraria.Projectile.GetItemSource_FromThis(), Terraria.Projectile.GetNPCSource_FromThis(), Terraria.Projectile.GetProjectileSource_FromThis(), Terraria.Player.GetProjectileSource_SetBonus(), and Terraria.Entity.InheritSource().

+ Here is the caller graph for this function: