tModLoader v2025.01
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PressurePlateHelper Class Reference

Static Public Member Functions

static void DestroyPlate (Point location)
 
static void Reset ()
 
static void ResetPlayer (int player)
 
static void Update ()
 
static void UpdatePlayerPosition (Player player)
 

Static Public Attributes

static object EntityCreationLock = new object()
 
static bool NeedsFirstUpdate
 
static Dictionary< Point, bool[]> PressurePlatesPressed = new Dictionary<Point, bool[]>()