tModLoader v2023.01
A mod to make and play Terraria mods
|
Inherits Terraria.WorldBuilding.GenShape.
Inherited by Terraria.WorldBuilding.ModShapes.All, Terraria.WorldBuilding.ModShapes.InnerOutline, and Terraria.WorldBuilding.ModShapes.OuterOutline.
Public Member Functions | |
GenModShape (ShapeData data) | |
Public Member Functions inherited from Terraria.WorldBuilding.GenShape | |
GenShape | Output (ShapeData outputData) |
abstract bool | Perform (Point origin, GenAction action) |
GenShape | QuitOnFail (bool value=true) |
Public Member Functions inherited from Terraria.WorldBuilding.GenBase | |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Protected Attributes | |
ShapeData | _data |
Protected Attributes inherited from Terraria.WorldBuilding.GenShape | |
bool | _quitOnFail |
Additional Inherited Members | |
Protected Member Functions inherited from Terraria.WorldBuilding.GenShape | |
bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
Properties inherited from Terraria.WorldBuilding.GenBase | |
static UnifiedRandom | _random [get] |
static ref Tilemap | _tiles [get] |
static int | _worldHeight [get] |
static int | _worldWidth [get] |