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
Loading...
Searching...
No Matches
Terraria.GameContent.PressurePlateHelper Class Reference
+ Collaboration diagram for Terraria.GameContent.PressurePlateHelper:

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< PointtilesOld
 
static List< PointtilesNew
 

Detailed Description

Definition at line 16 of file PressurePlateHelper.cs.


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