terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ShapeBranch () | |
ShapeBranch (Point offset) | |
ShapeBranch (double angle, double distance) | |
override bool | Perform (Point origin, GenAction action) |
ShapeBranch | OutputEndpoints (List< Point > endpoints) |
GenShape | Output (ShapeData outputData) |
GenShape | QuitOnFail (bool value=true) |
Protected Member Functions | |
bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
Protected Attributes | |
bool | _quitOnFail |
Properties | |
static UnifiedRandom | _random [get] |
static TileData | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Member Functions | |
bool | PerformSegment (Point origin, GenAction action, Point start, Point end, int size) |
Private Attributes | |
Point | _offset |
List< Point > | _endPoints |
ShapeData | _outputData |
Definition at line 11 of file ShapeBranch.cs.