|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | IsValid (int x, int y) |
| GenCondition | Not () |
| GenCondition | AreaOr (int width, int height) |
| GenCondition | AreaAnd (int width, int height) |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Protected Member Functions | |
| override bool | CheckValidity (int x, int y) |
Properties | |
| static UnifiedRandom | _random [get] |
| static Tile[,] | _tiles [get] |
| static int | _worldWidth [get] |
| static int | _worldHeight [get] |
Private Types | |
| enum | AreaType { And , Or , None } |
Private Attributes | |
| bool | InvertResults |
| int | _width |
| int | _height |
| AreaType | _areaType = AreaType.None |
Definition at line 50 of file Conditions.cs.