terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
PressurePlateHelper () | |
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 |
static Dictionary< Point, bool[]> | PressurePlatesPressed |
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 | PressurePlateHelper () |
Static Private Attributes | |
static Vector2[] | PlayerLastPosition |
static Rectangle | pressurePlateBounds |
static List< Point > | tilesOld |
static List< Point > | tilesNew |
Definition at line 16 of file PressurePlateHelper.cs.