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

◆ TileFrame()

virtual bool Terraria.ModLoader.ModTile.TileFrame ( int i,
int j,
ref bool resetFrame,
ref bool noBreak )
inlinevirtualinherited

Called whenever this tile updates due to being placed or being next to a tile that is changed. Return false to stop the game from carrying out its default TileFrame operations. Returns true by default.

Parameters
iThe x position in tile coordinates.
jThe y position in tile coordinates.
resetFrame
noBreak

Reimplemented in Terraria.ModLoader.ModPylon.

Definition at line 442 of file ModTile.cs.

443 {
444 return true;
445 }