Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Map.MapTile Struct Reference

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

ushort Type
 
byte Light
 

Properties

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

Private Member Functions

 MapTile (ushort type, byte light, byte extraData)
 

Private Attributes

byte _extraData
 

Detailed Description

Definition at line 3 of file MapTile.cs.


The documentation for this struct was generated from the following file: