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
LegacyNetDiagnosticsUI.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.UI
5{
6 // Token: 0x02000716 RID: 1814
8 {
9 // Token: 0x06003C08 RID: 15368 RVA: 0x00235684 File Offset: 0x00233884
11 {
12 }
13
14 // Token: 0x06003C09 RID: 15369 RVA: 0x00235698 File Offset: 0x00233898
15 public void Reset()
16 {
17 int num = 1;
18 if (num == 0)
19 {
20 }
21 if (num == 0)
22 {
23 }
24 if (num == 0)
25 {
26 }
27 }
28
29 // Token: 0x06003C0A RID: 15370 RVA: 0x002356B4 File Offset: 0x002338B4
31 {
32 if (!true)
33 {
34 }
35 }
36
37 // Token: 0x06003C0B RID: 15371 RVA: 0x002356C4 File Offset: 0x002338C4
39 {
40 if (!true)
41 {
42 }
43 }
44
45 // Token: 0x06003C0C RID: 15372 RVA: 0x002356D4 File Offset: 0x002338D4
46 public void Draw(SpriteBatch spriteBatch)
47 {
48 if (!true)
49 {
50 }
53 }
54
55 // Token: 0x06003C0D RID: 15373 RVA: 0x002356F0 File Offset: 0x002338F0
56 private static void DrawMesageLines(SpriteBatch spriteBatch)
57 {
58 if (!true)
59 {
60 }
61 }
62
63 // Token: 0x06003C0E RID: 15374 RVA: 0x00235708 File Offset: 0x00233908
64 private static void DrawTitles(SpriteBatch spriteBatch)
65 {
66 }
67
68 // Token: 0x06003C0F RID: 15375 RVA: 0x00235748 File Offset: 0x00233948
69 private static void PrintNetDiagnosticsLineForMessage(SpriteBatch spriteBatch, int msgId, int x, int y)
70 {
71 string text2;
72 string text = text2 + ": ";
73 string text4;
74 string text3 = "rx:" + text4;
75 string text6;
76 string text5 = text6 + ": ";
77 string text8;
78 string text7 = "tx:" + text8;
79 }
80
81 // Token: 0x06003C10 RID: 15376 RVA: 0x0023578C File Offset: 0x0023398C
83 {
84 }
85
86 // Token: 0x06003C11 RID: 15377 RVA: 0x0023579C File Offset: 0x0023399C
88 {
89 }
90
91 // Token: 0x06003C12 RID: 15378 RVA: 0x002357AC File Offset: 0x002339AC
92 // Note: this type is marked as 'beforefieldinit'.
94 {
95 }
96
97 // Token: 0x04007B64 RID: 31588
98 public static bool netDiag;
99
100 // Token: 0x04007B65 RID: 31589
101 public static int txData;
102
103 // Token: 0x04007B66 RID: 31590
104 public static int rxData;
105
106 // Token: 0x04007B67 RID: 31591
107 public static int txMsg;
108
109 // Token: 0x04007B68 RID: 31592
110 public static int rxMsg;
111
112 // Token: 0x04007B69 RID: 31593
113 private static readonly int maxMsg;
114
115 // Token: 0x04007B6A RID: 31594
116 public static int[] rxMsgType;
117
118 // Token: 0x04007B6B RID: 31595
119 public static int[] rxDataType;
120
121 // Token: 0x04007B6C RID: 31596
122 public static int[] txMsgType;
123
124 // Token: 0x04007B6D RID: 31597
125 public static int[] txDataType;
126 }
127}
class f__AnonymousType0<< Count > j__TPar
void CountReadModuleMessage(int moduleMessageId, int messageLength)
static void DrawMesageLines(SpriteBatch spriteBatch)
void CountReadMessage(int messageId, int messageLength)
static void DrawTitles(SpriteBatch spriteBatch)
void Draw(SpriteBatch spriteBatch)
void CountSentMessage(int messageId, int messageLength)
static void PrintNetDiagnosticsLineForMessage(SpriteBatch spriteBatch, int msgId, int x, int y)
void CountSentModuleMessage(int moduleMessageId, int messageLength)