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

◆ CopyPaintAndCoating()

void Terraria.Tile.CopyPaintAndCoating ( Tile other)
inline

Definition at line 834 of file Tile.cs.

835 {
836 color(other.color());
837 invisibleBlock(other.invisibleBlock());
838 fullbrightBlock(other.fullbrightBlock());
839 }
byte color()
Definition Tile.cs:555
bool fullbrightBlock()
Definition Tile.cs:538
bool invisibleBlock()
Definition Tile.cs:504

References Terraria.Tile.color(), Terraria.Tile.fullbrightBlock(), and Terraria.Tile.invisibleBlock().

Referenced by Terraria.Player.DoBootsEffect_PlaceFlowersOnTile().