Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.Actions.SetTileKeepWall Class Reference

Public Member Functions

 SetTileKeepWall (ushort type, bool setSelfFrames=false, bool setNeighborFrames=true)
 
override bool Apply (Point origin, int x, int y, params object[] args)
 
GenAction IgnoreFailures ()
 
GenAction Output (ShapeData data)
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Public Attributes

GenAction NextAction
 
ShapeData OutputData
 

Protected Member Functions

bool UnitApply (Point origin, int x, int y, params object[] args)
 
bool Fail ()
 

Properties

static UnifiedRandom _random [get]
 
static Tile[,] _tiles [get]
 
static int _worldWidth [get]
 
static int _worldHeight [get]
 

Private Attributes

ushort _type
 
bool _doFraming
 
bool _doNeighborFraming
 
bool _returnFalseOnFailure = true
 

Detailed Description

Definition at line 231 of file Actions.cs.


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