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

◆ GetNPCSource_FromThis()

IEntitySource Terraria.Item.GetNPCSource_FromThis ( )
inlinepackage

Definition at line 1224 of file Item.cs.

1225 {
1226 return new EntitySource_Parent(this);
1227 }
Use when the parent can be considered the 'owner' or 'responsible for' the effect....

Referenced by Terraria.Item.GetShimmered().

+ Here is the caller graph for this function: