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

◆ TileInteractionsCheck()

void Terraria.Player.TileInteractionsCheck ( int myX,
int myY )
inline

Definition at line 29835 of file Player.cs.

29836 {
29837 if (Main.tile[myX, myY] == null)
29838 {
29839 Main.tile[myX, myY] = default(Tile);
29840 }
29841 if (Main.tile[myX, myY].active())
29842 {
29845 }
29846 }
void TileInteractionsUse(int myX, int myY)
Definition Player.cs:29924
void TileInteractionsMouseOver(int myX, int myY)
Definition Player.cs:31780

References Terraria.Main.tile, Terraria.Player.TileInteractionsMouseOver(), and Terraria.Player.TileInteractionsUse().

Referenced by Terraria.Player.LookForTileInteractions(), and Terraria.Player.TryInteractingWithMinecartTrackInNearbyArea().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: