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

◆ GetSource_Misc()

IEntitySource Terraria.Entity.GetSource_Misc ( string context)
inlineinherited

Definition at line 354 of file Entity.cs.

355 {
356 return new EntitySource_Misc(context);
357 }
To be used in cases where no entity is present. See T:Terraria.ID.ItemSourceID and T:Terraria....

Referenced by Terraria.Item.GetItemSource_Misc(), Terraria.Player.GetItemSource_Misc(), and Terraria.Player.GetProjectileSource_Misc().

+ Here is the caller graph for this function: