|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits GenAction.
Public Member Functions | |
| IsTouchingAir (bool useDiagonals=false) | |
| override bool | Apply (Point origin, int x, int y, params object[] args) |
Public Member Functions inherited from GenAction | |
| abstract bool | Apply (Point origin, int x, int y, params object[] args) |
| GenAction | IgnoreFailures () |
| GenAction | Output (ShapeData data) |
Public Member Functions inherited from GenBase | |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Additional Inherited Members | |
Public Attributes inherited from GenAction | |
| GenAction | NextAction |
| ShapeData | OutputData |
Protected Member Functions inherited from GenAction | |
| bool | Fail () |
| bool | UnitApply (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] |
|
virtual |
Implements GenAction.