|
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
|
Collaboration diagram for Terraria.WorldBuilding.StructureMap: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 16 of file StructureMap.cs.