Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SimpleStructure (params string[] data) | |
SimpleStructure (string data) | |
SimpleStructure | SetActions (params GenAction[] actions) |
SimpleStructure | Mirror (bool horizontalMirror, bool verticalMirror) |
override bool | Place (Point origin, StructureMap structures) |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Properties | |
int | Width [get] |
int | Height [get] |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Member Functions | |
void | ReadData (string[] lines) |
Private Attributes | |
int[,] | _data |
int | _width |
int | _height |
GenAction[] | _actions |
bool | _xMirror |
bool | _yMirror |
Definition at line 5 of file SimpleStructure.cs.