terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GUIMultiplayerWaitingHost.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x02000272 RID: 626
7{
8 // Token: 0x06000E08 RID: 3592 RVA: 0x00043890 File Offset: 0x00041A90
9 public void Draw()
10 {
11 string textValue = Language.GetTextValue("Mobile.WaitingForHostToStart");
13 if (inputState != GUITransactionButton.InputState.Clicked && this != null)
14 {
15 return;
16 }
17 Main.menuMode = 0;
18 }
19
20 // Token: 0x06000E09 RID: 3593 RVA: 0x000438BC File Offset: 0x00041ABC
21 private void JoinServer()
22 {
23 if (!true)
24 {
25 }
26 }
27
28 // Token: 0x06000E0A RID: 3594 RVA: 0x000438DC File Offset: 0x00041ADC
30 {
31 }
32
33 // Token: 0x040019B5 RID: 6581
34 private float scale0;
35
36 // Token: 0x040019B6 RID: 6582
37 private float scale1;
38
39 // Token: 0x040019B7 RID: 6583
40 private float scale2;
41
42 // Token: 0x040019B8 RID: 6584
44}
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54