Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
GenSearch | Conditions (params GenCondition[] conditions) |
Point | Find (Point origin) |
GenSearch | RequireAll (bool mode) |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Static Public Attributes | |
static Point | NOT_FOUND = new Point(int.MaxValue, int.MaxValue) |
Protected Member Functions | |
bool | Check (int x, int y) |
Properties | |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Attributes | |
bool | _requireAll = true |
GenCondition[] | _conditions |
Definition at line 5 of file GenSearch.cs.