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 Rectangle | ClampToWorld (Rectangle tileRectangle) |
static bool | Gen (Point origin, GenShape shape, GenAction action) |
static bool | Gen (Point origin, GenShapeActionPair pair) |
static bool | Find (Point origin, GenSearch search, out Point result) |
static void | ClearTile (int x, int y, bool frameNeighbors=false) |
static void | ClearWall (int x, int y, bool frameNeighbors=false) |
static void | TileFrame (int x, int y, bool frameNeighbors=false) |
static void | ClearChestLocation (int x, int y) |
static void | WireLine (Point start, Point end) |
static void | DebugRegen () |
static void | DebugRotate () |
Definition at line 16 of file WorldUtils.cs.