tModLoader v2024.03
A mod to make and play Terraria mods
GenModShape Class Reference

Inherits GenShape.

Inherited by ModShapes.All, ModShapes.InnerOutline, and ModShapes.OuterOutline.

Public Member Functions

 GenModShape (ShapeData data)
 
- Public Member Functions inherited from GenShape
GenShape Output (ShapeData outputData)
 
abstract bool Perform (Point origin, GenAction action)
 
GenShape QuitOnFail (bool value=true)
 
- Public Member Functions inherited from GenBase
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Protected Attributes

ShapeData _data
 
- Protected Attributes inherited from GenShape
bool _quitOnFail
 

Additional Inherited Members

- Protected Member Functions inherited from GenShape
bool UnitApply (GenAction action, Point origin, int x, int y, params object[] args)
 
- Properties inherited from GenBase
static UnifiedRandom _random [get]
 
static ref Tilemap _tiles [get]
 
static int _worldHeight [get]
 
static int _worldWidth [get]