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 | |
bool | CanPlace (Rectangle area, int padding=0) |
bool | CanPlace (Rectangle area, bool[] validTiles, int padding=0) |
Rectangle | GetBoundingBox () |
void | AddStructure (Rectangle area, int padding=0) |
void | AddProtectedStructure (Rectangle area, int padding=0) |
void | Reset () |
StructureMap () | |
Private Attributes | |
readonly List< Rectangle > | _structures |
readonly List< Rectangle > | _protectedStructures |
readonly object | _lock |
Definition at line 11 of file StructureMap.cs.