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

◆ GetSource_TileInteraction()

IEntitySource Terraria.Entity.GetSource_TileInteraction ( int tileCoordsX,
int tileCoordsY,
string? context = null )
inlineinherited

Definition at line 359 of file Entity.cs.

360 {
361 return new EntitySource_TileInteraction(this, tileCoordsX, tileCoordsY, context);
362 }
Used when an entity interacts with a tile. Used by vanilla when players activate mechanisms like ca...

Referenced by Terraria.Player.GetItemSource_TileInteraction(), Terraria.Player.GetNPCSource_TileInteraction(), and Terraria.Player.GetProjectileSource_TileInteraction().

+ Here is the caller graph for this function: