tModLoader v2023.01
A mod to make and play Terraria mods
|
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[]>() |