tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.DataStructures.AnchorData Struct Reference

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

int checkStart
 
int tileCount
 
AnchorType type
 

Static Public Attributes

static AnchorData Empty