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
|
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) | |
Definition at line 10 of file MapTile.cs.