tModLoader v2024.03
A mod to make and play Terraria mods
MapTile Struct Reference

Public Member Functions

void Clear ()
 
bool Equals (ref MapTile other)
 
bool EqualsWithoutLight (ref MapTile other)
 
MapTile WithLight (byte light)
 

Static Public Member Functions

static MapTile Create (ushort type, byte light, byte color)
 

Public Attributes

byte Light
 
ushort Type
 

Properties

byte Color [get, set]
 
bool IsChanged [get, set]