Inherits Terraria.WorldBuilding.GenStructure.
|
| SimpleStructure (params string[] data) |
|
| SimpleStructure (string data) |
|
SimpleStructure | Mirror (bool horizontalMirror, bool verticalMirror) |
|
override bool | Place (Point origin, StructureMap structures) |
|
SimpleStructure | SetActions (params GenAction[] actions) |
|
abstract bool | Place (Point origin, StructureMap structures) |
|
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
|
|
int | Height [get] |
|
int | Width [get] |
|
static UnifiedRandom | _random [get] |
|
static ref Tilemap | _tiles [get] |
|
static int | _worldHeight [get] |
|
static int | _worldWidth [get] |
|
◆ Place()
override bool Terraria.WorldBuilding.SimpleStructure.Place |
( |
Point |
origin, |
|
|
StructureMap |
structures |
|
) |
| |
|
virtual |