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
ListPlayersCommand.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020007A6 RID: 1958
9 [ChatCommand("Playing")]
11 {
12 // Token: 0x06003FD8 RID: 16344 RVA: 0x002414F8 File Offset: 0x0023F6F8
13 public void ProcessIncomingMessage(string text, byte clientId)
14 {
15 string text2;
17 }
18
19 // Token: 0x06003FD9 RID: 16345 RVA: 0x0024150C File Offset: 0x0023F70C
21 {
22 }
23
24 // Token: 0x06003FDA RID: 16346 RVA: 0x0024151C File Offset: 0x0023F71C
26 {
27 }
28
29 // Token: 0x06003FDB RID: 16347 RVA: 0x00241530 File Offset: 0x0023F730
30 // Note: this type is marked as 'beforefieldinit'.
32 {
33 }
34
35 // Token: 0x04007DD4 RID: 32212
37
38 // Token: 0x020007A7 RID: 1959
40 [Serializable]
41 private sealed class <>c
42 {
43 // Token: 0x06003FDC RID: 16348 RVA: 0x00241540 File Offset: 0x0023F740
44 // Note: this type is marked as 'beforefieldinit'.
45 static <>c()
46 {
47 }
48
49 // Token: 0x06003FDD RID: 16349 RVA: 0x00241550 File Offset: 0x0023F750
50 public <>c()
51 {
52 }
53
54 // Token: 0x06003FDE RID: 16350 RVA: 0x00241564 File Offset: 0x0023F764
55 internal bool <ProcessIncomingMessage>b__1_0(Player player)
56 {
57 return player.active;
58 }
59
60 // Token: 0x06003FDF RID: 16351 RVA: 0x00241578 File Offset: 0x0023F778
61 internal string <ProcessIncomingMessage>b__1_1(Player player)
62 {
63 return player.name;
64 }
65
66 // Token: 0x04007DD5 RID: 32213
67 public static readonly ListPlayersCommand.<>c <>9;
68
69 // Token: 0x04007DD6 RID: 32214
70 public static Func<Player, bool> <>9__1_0;
71
72 // Token: 0x04007DD7 RID: 32215
73 public static Func<Player, string> <>9__1_1;
74 }
75 }
76}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static NetworkText FromLiteral(string text)