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 | |
void | Draw () |
GUIMultiplayerJoin () | |
Public Attributes | |
bool | editingServerIP |
bool | editingServerPort |
Private Member Functions | |
bool | IsOverOptions (Microsoft.Xna.Framework.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 |
Rectangle | SelectedItemRegion |
GUIControllerMultiplayerJoin | _controllerInput |
string | _serverIP |
string | _serverPort |
GUIInputRegionExclusive | _optionsBlocker |
Static Private Attributes | |
const int | defaultPort = 7777 |
Definition at line 13 of file GUIMultiplayerJoin.cs.