Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.Conditions.IsTile Class Reference

Public Member Functions

 IsTile (params ushort[] types)
 
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

ushort[] _types
 
bool InvertResults
 
int _width
 
int _height
 
AreaType _areaType = AreaType.None
 

Detailed Description

Definition at line 5 of file Conditions.cs.


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