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

◆ IsTileBiomeSightable() [2/3]

static bool Terraria.Main.IsTileBiomeSightable ( int tileX,
int tileY,
Tile t,
ref Color sightColor )
inlinestaticpackage

Definition at line 21242 of file Main.cs.

21243 {
21244 return IsTileBiomeSightable(tileX, tileY, t.type, t.frameX, t.frameY, ref sightColor);
21245 }
static bool IsTileBiomeSightable(int tileX, int tileY, Tile t, ref Color sightColor)
Definition Main.cs:21242

References Terraria.Tile.frameX, Terraria.Tile.frameY, Terraria.Main.IsTileBiomeSightable(), and Terraria.Tile.type.

Referenced by Terraria.GameContent.Drawing.TileDrawing.DrawAnimatedTile_AdjustForVisionChangers(), Terraria.GameContent.Drawing.TileDrawing.DrawSingleTile(), Terraria.GameContent.Drawing.TileDrawing.DrawVineStrip(), Terraria.Main.IsTileBiomeSightable(), and Terraria.Main.IsTileBiomeSightable().

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