|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| AnchorData (AnchorType type, int count, int start) | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (AnchorData data1, AnchorData data2) |
| static bool | operator!= (AnchorData data1, AnchorData data2) |
Public Attributes | |
| AnchorType | type |
| int | tileCount |
| int | checkStart |
Static Public Attributes | |
| static AnchorData | Empty |
Definition at line 5 of file AnchorData.cs.