terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static bool | operator== (Tile a, Tile b) |
static bool | operator!= (Tile a, Tile b) |
static void | StartNewSearch () |
static void | SmoothSlope (int x, int y, bool applyToNeighbors=true, bool sync=false) |
static | Tile () |
Static Public Attributes | |
static Tile | s_Null |
static ushort | CurrentSearchUID |
static ushort | MaxSearchUID |
const int | Type_Solid = 0 |
const int | Type_Halfbrick = 1 |
const int | Type_SlopeDownRight = 2 |
const int | Type_SlopeDownLeft = 3 |
const int | Type_SlopeUpRight = 4 |
const int | Type_SlopeUpLeft = 5 |
const int | Liquid_Water = 0 |
const int | Liquid_Lava = 1 |
const int | Liquid_Honey = 2 |
const int | Liquid_Shimmer = 3 |
Package Functions | |
void | ClearMetadata () |
Properties | |
bool | IsLoaded [get] |
ushort | type [get, set] |
ushort | wall [get, set] |
byte | liquid [get, set] |
short | sTileHeader [get, set] |
byte | bTileHeader [get, set] |
byte | bTileHeader2 [get, set] |
byte | bTileHeader3 [get, set] |
short | frameX [get, set] |
short | frameY [get, set] |
ushort | TileSeachUID [get] |
int | collisionType [get] |
Private Attributes | |
int | _tileOffset |