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.Searches.Up Class Reference
+ Inheritance diagram for Terraria.WorldBuilding.Searches.Up:
+ Collaboration diagram for Terraria.WorldBuilding.Searches.Up:

Public Member Functions

 Up (int maxDistance)
 
override Point Find (Point origin)
 
GenSearch Conditions (params GenCondition[] conditions)
 
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)
 

Properties

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

Private Attributes

int _maxDistance
 
bool _requireAll
 
GenCondition[] _conditions
 

Detailed Description

Definition at line 268 of file Searches.cs.


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