Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.StructureMap Class Reference

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 ()
 

Private Attributes

readonly List< Rectangle_structures = new List<Rectangle>(2048)
 
readonly List< Rectangle_protectedStructures = new List<Rectangle>(2048)
 
readonly object _lock = new object()
 

Detailed Description

Definition at line 8 of file StructureMap.cs.


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