terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Map.MapTile Struct Reference
+ Collaboration diagram for Terraria.Map.MapTile:

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
 
byte _extraData
 

Properties

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

Private Member Functions

 MapTile (ushort type, byte light, byte extraData)
 

Detailed Description

Definition at line 10 of file MapTile.cs.


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