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.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
using
Terraria.Localization
;
5
6
namespace
Terraria.Chat.Commands
7
{
8
// Token: 0x020007A6 RID: 1958
9
[
ChatCommand
(
"Playing"
)]
10
public
class
ListPlayersCommand
:
IChatCommand
11
{
12
// Token: 0x06003FD8 RID: 16344 RVA: 0x002414F8 File Offset: 0x0023F6F8
13
public
void
ProcessIncomingMessage
(
string
text
,
byte
clientId
)
14
{
15
string
text2;
16
NetworkText
networkText
=
NetworkText
.
FromLiteral
(text2);
17
}
18
19
// Token: 0x06003FD9 RID: 16345 RVA: 0x0024150C File Offset: 0x0023F70C
20
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
21
{
22
}
23
24
// Token: 0x06003FDA RID: 16346 RVA: 0x0024151C File Offset: 0x0023F71C
25
public
ListPlayersCommand
()
26
{
27
}
28
29
// Token: 0x06003FDB RID: 16347 RVA: 0x00241530 File Offset: 0x0023F730
30
// Note: this type is marked as 'beforefieldinit'.
31
static
ListPlayersCommand
()
32
{
33
}
34
35
// Token: 0x04007DD4 RID: 32212
36
private
static
readonly
Color
RESPONSE_COLOR
;
37
38
// Token: 0x020007A7 RID: 1959
39
[
CompilerGenerated
]
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Func
Definition
Func.cs:8
Terraria.Chat.ChatMessage
Definition
ChatMessage.cs:11
Terraria.Chat.Commands.ListPlayersCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
ListPlayersCommand.cs:36
Terraria.Chat.Commands.ListPlayersCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
ListPlayersCommand.cs:20
Terraria.Chat.Commands.ListPlayersCommand.ListPlayersCommand
static ListPlayersCommand()
Definition
ListPlayersCommand.cs:31
Terraria.Chat.Commands.ListPlayersCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
ListPlayersCommand.cs:13
Terraria.Chat.Commands.ListPlayersCommand.ListPlayersCommand
ListPlayersCommand()
Definition
ListPlayersCommand.cs:25
Terraria.Chat.Commands.ListPlayersCommand
Definition
ListPlayersCommand.cs:11
Terraria.Entity.active
bool active
Definition
Entity.cs:454
Terraria.Localization.NetworkText.FromLiteral
static NetworkText FromLiteral(string text)
Definition
NetworkText.cs:56
Terraria.Localization.NetworkText
Definition
NetworkText.cs:10
Terraria.Player.name
string name
Definition
Player.cs:20324
Terraria.Player
Definition
Player.cs:33
Terraria.Chat.Commands.IChatCommand
Definition
IChatCommand.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
Terraria.Chat.Commands
Definition
AllDeathCommand.cs:5
Terraria.Localization
Definition
GameCulture.cs:7
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
Chat
Commands
ListPlayersCommand.cs
Generated by
1.10.0