|
tModLoader v2025.10
A mod to make and play Terraria mods
|
Inherits GenShape.
Public Member Functions | |
| HalfCircle (int radius) | |
| override bool | Perform (Point origin, GenAction action) |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from GenShape | |
| bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
Protected Attributes inherited from GenShape | |
| bool | _quitOnFail |
Properties inherited from GenBase | |
| static UnifiedRandom | _random [get] |
| static ref Tilemap | _tiles [get] |
| static int | _worldHeight [get] |
| static int | _worldWidth [get] |