| Terraria v1.4.4.9
    Terraria source code documentation | 
| 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) | 
Definition at line 7 of file PressurePlateHelper.cs.