terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.WorldBuilding.GenSearch Class Referenceabstract
+ Inheritance diagram for Terraria.WorldBuilding.GenSearch:
+ Collaboration diagram for Terraria.WorldBuilding.GenSearch:

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
 

Protected Member Functions

bool Check (int x, int y)
 
 GenSearch ()
 

Properties

static UnifiedRandom _random [get, set]
 
static TileData _tiles [get, set]
 
static int _worldWidth [get, set]
 
static int _worldHeight [get, set]
 

Static Private Member Functions

static GenSearch ()
 

Private Attributes

bool _requireAll
 
GenCondition[] _conditions
 

Detailed Description

Definition at line 11 of file GenSearch.cs.


The documentation for this class was generated from the following file: