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.SimpleStructure Class Reference
+ Inheritance diagram for Terraria.WorldBuilding.SimpleStructure:
+ Collaboration 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)
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Properties

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

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 9 of file SimpleStructure.cs.


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