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 | |
PlayerOffScreenCache (string name, Vector2 pos, Color color, Vector2 npDistPos, string npDist, Player thePlayer, Vector2 theMeasurement) | |
void | DrawPlayerName (SpriteBatch spriteBatch) |
void | DrawPlayerHead () |
void | DrawLifeBar () |
void | DrawPlayerDistance (SpriteBatch spriteBatch) |
Private Attributes | |
Player | player |
string | nameToShow |
Vector2 | namePlatePos |
Color | namePlateColor |
Vector2 | distanceDrawPosition |
string | distanceString |
Vector2 | measurement |
Definition at line 210 of file NewMultiplayerClosePlayersOverlay.cs.