Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.PressurePlateHelper Class Reference

Static Public Member Functions

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

Static Public Attributes

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

Static Private Member Functions

static void UpdatePlatePosition (Point location, int player, bool onIt)
 
static void MoveInto (Point location, int player)
 
static void MoveAwayFrom (Point location, int player)
 
static void PokeLocation (Point location)
 

Static Private Attributes

static Vector2[] PlayerLastPosition = new Vector2[255]
 
static Rectangle pressurePlateBounds = new Rectangle(0, 0, 16, 10)
 

Detailed Description

Definition at line 7 of file PressurePlateHelper.cs.


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