Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
OuterOutline (ShapeData data, bool useDiagonals=true, bool useInterior=false) | |
override bool | Perform (Point origin, GenAction action) |
GenShape | Output (ShapeData outputData) |
GenShape | QuitOnFail (bool value=true) |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Protected Member Functions | |
bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
Protected Attributes | |
ShapeData | _data |
bool | _quitOnFail |
Properties | |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Attributes | |
bool | _useDiagonals |
bool | _useInterior |
ShapeData | _outputData |
Static Private Attributes | |
static readonly int[] | POINT_OFFSETS |
Definition at line 28 of file ModShapes.cs.