Definition at line 29733 of file Player.cs.
29734 {
29736 {
29737 return;
29738 }
29739 int num = 2;
29741 {
29743 {
29745 {
29746 continue;
29747 }
29748 Tile tile = Main.tile[
i,
j];
29749 if (tile == null)
29750 {
29751 continue;
29752 }
29753 if (tile.active() && tile.type == 314)
29754 {
29756 {
29760 }
29762 {
29764 }
29765 }
29767 {
29768 return;
29769 }
29770 }
29771 }
29772 }
bool cursorItemIconEnabled
bool botherWithUnaimedMinecartTracks
bool IsInTileInteractionRange(int targetX, int targetY, TileReachCheckSettings settings)
bool tileInteractAttempted
void TileInteractionsCheck(int myX, int myY)
bool tileInteractionHappened
static TileReachCheckSettings Simple
References Terraria.Tile.active(), Terraria.ID.MountID.Sets.Cart, Terraria.WorldGen.InWorld(), Terraria.DataStructures.TileReachCheckSettings.Simple, Terraria.Main.SmartInteractNPC, Terraria.Main.SmartInteractProj, Terraria.Main.SmartInteractShowingGenuine, Terraria.Main.tile, and Terraria.Tile.type.