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 | Draw () |
GUIMultiplayerJoin () | |
Public Attributes | |
bool | editingServerIP |
bool | editingServerPort |
Private Member Functions | |
bool | IsOverOptions (Vector2 cursorPosition) |
void | DrawServerIP () |
void | EnterServerIP () |
void | CloseServerIPEdit () |
void | DrawServerPort () |
void | EnterServerPort () |
void | CloseServerPortEdit () |
int | ParsePort (string port) |
void | DrawMainButtons () |
void | Back () |
Private Attributes | |
float | joinButtonScale |
float | backButtonScale |
float | TitleScale = (float)16256 |
Rectangle | SelectedItemRegion |
GUIControllerMultiplayerJoin | _controllerInput |
string | _serverIP = "" |
string | _serverPort = "" |
GUIInputRegionExclusive | _optionsBlocker |
Static Private Attributes | |
const int | defaultPort = 7777 |
Definition at line 7 of file GUIMultiplayerJoin.cs.