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

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
 

Detailed Description

Definition at line 50 of file Conditions.cs.


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