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 () |
string | GetDefaultIPAddress () |
void | HostServer () |
GUIMultiplayerHost () | |
Public Attributes | |
bool | editingServerPassword |
bool | InviteOnly |
Static Public Attributes | |
const int | MaxLocalMPPlayers = 8 |
Private Member Functions | |
bool | IsOverOptions (Microsoft.Xna.Framework.Vector2 cursorPosition) |
void | DrawMainButtons () |
void | Back () |
void | DrawMaxPlayers () |
void | DrawOpenInviteOnly () |
void | DrawPassword () |
void | CloseServerPasswordEdit () |
void | EnterServerPassword () |
Microsoft.Xna.Framework.Graphics.Texture2D | GetIcon (WorldFileData worldData) |
void | DrawWorld (WorldFileData worldData) |
void | WorldDraw () |
Private Attributes | |
float | joinButtonScale |
float | backButtonScale |
float | TitleScale |
string | _password |
GUIInputRegionExclusive | _optionsBlocker |
Rectangle | SelectedItemRegion |
GUIControllerMultiplayerHost | _controllerInput |
GUISlider.DragState | dragState |
float | maxPlayerScale |
float | InviteToggleScale |
Definition at line 17 of file GUIMultiplayerHost.cs.