Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.WorldUtils Class Reference

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 ()
 

Detailed Description

Definition at line 6 of file WorldUtils.cs.


The documentation for this class was generated from the following file: