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

◆ GetSource_ItemUse()

IEntitySource Terraria.Player.GetSource_ItemUse ( Item item,
string? context = null )
inline

Definition at line 58776 of file Player.cs.

58777 {
58778 return new EntitySource_ItemUse(this, item, context);
58779 }
Use the interface, T:Terraria.DataStructures.IEntitySource_WithStatsFromItem instead when checking en...

Referenced by Terraria.Player.GetProjectileSource_Item().

+ Here is the caller graph for this function: