Terraria v1.4.4.9
Terraria source code documentation
|
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 6 of file WorldUtils.cs.