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
|
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, set] |
unsafe ushort | type [get, set] |
ushort | wall [get, set] |
unsafe 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, set] |
int | collisionType [get, set] |
Private Attributes | |
int | _tileOffset |