terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.WorldBuilding.SimpleStructure Class Reference
+ Inheritance diagram for Terraria.WorldBuilding.SimpleStructure:

Public Member Functions

 SimpleStructure (params string[] data)
 
 SimpleStructure (string data)
 
SimpleStructure SetActions (params GenAction[] actions)
 
SimpleStructure Mirror (bool horizontalMirror, bool verticalMirror)
 
override bool Place (Point origin, StructureMap structures)
 

Properties

int Width [get]
 
int Height [get]
 
static UnifiedRandom _random [get]
 
static TileData _tiles [get]
 
static int _worldWidth [get]
 
static int _worldHeight [get]
 

Private Member Functions

void ReadData (string[] lines)
 

Private Attributes

int[,] _data
 
int _width
 
int _height
 
GenAction[] _actions
 
bool _xMirror
 
bool _yMirror
 

Detailed Description

Definition at line 7 of file SimpleStructure.cs.


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