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
|
Classes | |
struct | PlayerOffScreenCache |
struct | PlayerOnScreenCache |
Public Member Functions | |
void | Draw () |
NewMultiplayerClosePlayersOverlay () | |
Static Private Member Functions | |
static void | GetDistance (int testWidth, int testHeight, Vector2 testPosition, Player localPlayer, SpriteFont font, Player player, string nameToShow, out Vector2 namePlatePos, out float namePlateDist, out Vector2 measurement) |
Private Attributes | |
List< NewMultiplayerClosePlayersOverlay.PlayerOnScreenCache > | _playerOnScreenCache |
List< NewMultiplayerClosePlayersOverlay.PlayerOffScreenCache > | _playerOffScreenCache |
Definition at line 14 of file NewMultiplayerClosePlayersOverlay.cs.