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 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 9 of file WorldUtils.cs.