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

Public Member Functions

 InnerOutline (ShapeData data, bool useDiagonals=true)
 
override bool Perform (Point origin, GenAction action)
 
GenShape Output (ShapeData outputData)
 
GenShape QuitOnFail (bool value=true)
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Protected Member Functions

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

Protected Attributes

ShapeData _data
 
bool _quitOnFail
 

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 InnerOutline ()
 

Private Attributes

bool _useDiagonals
 
ShapeData _outputData
 

Static Private Attributes

static readonly int[] POINT_OFFSETS
 

Detailed Description

Definition at line 162 of file ModShapes.cs.


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