Inherits Terraria.WorldBuilding.GenAction.
|
override bool | Apply (Point origin, int x, int y, params object[] args) |
|
abstract bool | Apply (Point origin, int x, int y, params object[] args) |
|
GenAction | IgnoreFailures () |
|
GenAction | Output (ShapeData data) |
|
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
|
|
GenAction | NextAction |
|
ShapeData | OutputData |
|
bool | Fail () |
|
bool | UnitApply (Point origin, int x, int y, params object[] args) |
|
static UnifiedRandom | _random [get] |
|
static ref Tilemap | _tiles [get] |
|
static int | _worldHeight [get] |
|
static int | _worldWidth [get] |
|
◆ Apply()
override bool Terraria.WorldBuilding.Actions.ClearMetadata.Apply |
( |
Point |
origin, |
|
|
int |
x, |
|
|
int |
y, |
|
|
params object[] |
args |
|
) |
| |
|
virtual |