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

Public Member Functions

 NotTouching (bool useDiagonals, params ushort[] tileIds)
 
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, set]
 
static TileData _tiles [get, set]
 
static int _worldWidth [get, set]
 
static int _worldHeight [get, set]
 

Static Private Member Functions

static NotTouching ()
 

Private Attributes

bool _useDiagonals
 
ushort[] _tileIds
 
bool _returnFalseOnFailure
 

Static Private Attributes

static readonly int[] DIRECTIONS
 

Detailed Description

Definition at line 634 of file Modifiers.cs.


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