terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | LoadPageRegion () |
Rectangle | GetRegion () |
bool | ShowTeamGrids () |
void | DrawTeamGrid () |
bool | IsOver (Vector2 cursorPosition) |
void | Draw () |
void | OnPlayerDisconected (int player) |
void | DrawSelectedPlayerPlatformControls () |
void | DrawSelectedPlayerTeamOnlyElements (bool sameTeam, bool isMyPlayer) |
void | DrawSelectedPlayer () |
float | TeamScale (int index) |
void | TeamOver (int index) |
void | TeamDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
float | PlayerScale (int index) |
void | PlayerOver (int index) |
void | PlayerDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
GUIPVPIcons () | |
Public Attributes | |
int | ConnectedPlayerCount |
bool | ShowTeamGrid |
bool | TeamGridActive |
float | scrollOffset |
string | playerString |
int | DrawSelectedPlayerOverlayStart |
bool | DrawSelectedPlayerOverlay |
Properties | |
bool | Collapsed [get] |
bool | HasFocus [get] |
Private Member Functions | |
void | DrawSelectedPlayerImage () |
void | RefreshPlayerList () |
void | DrawPlayer (Player player, Vector2 position, Vector2 size, bool animated) |
Private Attributes | |
int | HoverPlayer |
int | HoverTeam |
int | SelectedPlayer |
float | PVPEnabledScale |
float | SelectedplayerScale |
int[] | ConnectedPlayers |
float | scrollMomentum |
int | scrollDragging |
Vector2 | dragOffset |
float | scrollDelay |
int | _lastPlayerOver |
bool | _playerOver |
GUIInputRegionExclusive | pickingInterceptor |
Player | clonePlayer |
Vector2 | CharacterDrawOffset |
string | playerStringBanner |
Player | EmptyPlayer |
Definition at line 10 of file GUIPVPIcons.cs.