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

◆ EqualsWithoutLight()

bool Terraria.Map.MapTile.EqualsWithoutLight ( ref MapTile other)
inline

Definition at line 58 of file MapTile.cs.

59 {
60 if (Type == other.Type)
61 {
62 return Color == other.Color;
63 }
64 return false;
65 }

References Terraria.Map.MapTile.Color, and Terraria.Map.MapTile.Type.

Referenced by Terraria.Map.MapHelper.InternalSaveMap().