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

◆ IsTileSpelunkable() [1/3]

static bool Terraria.Main.IsTileSpelunkable ( int tileX,
int tileY )
inlinestatic

Checks if a tile at the given coordinates counts towards tile coloring from the Spelunker buff, and is detected by various pets.

Definition at line 83543 of file Main.cs.

83544 {
83545 Tile tile = Main.tile[tileX, tileY];
83546 return IsTileSpelunkable(tileX, tileY, tile.type, tile.frameX, tile.frameY);
83547 }
static bool IsTileSpelunkable(int tileX, int tileY, Tile t)
Definition Main.cs:21215
static Tilemap tile
Definition Main.cs:1820

References Terraria.Main.IsTileSpelunkable(), and Terraria.Main.tile.

+ Here is the call graph for this function: