|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| TileScanner (params ushort[] tiles) | |
| override bool | Apply (Point origin, int x, int y, params object[] args) |
| TileScanner | Output (Dictionary< ushort, int > resultsOutput) |
| Dictionary< ushort, int > | GetResults () |
| int | GetCount (ushort tileId) |
| GenAction | IgnoreFailures () |
| GenAction | Output (ShapeData data) |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Public Attributes | |
| GenAction | NextAction |
| ShapeData | OutputData |
Protected Member Functions | |
| bool | UnitApply (Point origin, int x, int y, params object[] args) |
| bool | Fail () |
Properties | |
| static UnifiedRandom | _random [get] |
| static Tile[,] | _tiles [get] |
| static int | _worldWidth [get] |
| static int | _worldHeight [get] |
Private Attributes | |
| ushort[] | _tileIds |
| Dictionary< ushort, int > | _tileCounts |
| bool | _returnFalseOnFailure = true |
Definition at line 60 of file Actions.cs.