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
RollCommand.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
using
Terraria.Localization
;
4
5
namespace
Terraria.Chat.Commands
6
{
7
// Token: 0x020007A9 RID: 1961
8
[
ChatCommand
(
"Roll"
)]
9
public
class
RollCommand
:
IChatCommand
10
{
11
// Token: 0x06003FE5 RID: 16357 RVA: 0x0024160C File Offset: 0x0023F80C
12
public
void
ProcessIncomingMessage
(
string
text
,
byte
clientId
)
13
{
14
if
(!
true
)
15
{
16
}
17
NetworkText
networkText
;
18
if
(
networkText
==
null
||
networkText
!=
null
)
19
{
20
return
;
21
}
22
throw
new
ArrayTypeMismatchException
();
23
}
24
25
// Token: 0x06003FE6 RID: 16358 RVA: 0x00241634 File Offset: 0x0023F834
26
public
void
ProcessOutgoingMessage
(
ChatMessage
message)
27
{
28
}
29
30
// Token: 0x06003FE7 RID: 16359 RVA: 0x00241644 File Offset: 0x0023F844
31
public
RollCommand
()
32
{
33
}
34
35
// Token: 0x06003FE8 RID: 16360 RVA: 0x00241658 File Offset: 0x0023F858
36
// Note: this type is marked as 'beforefieldinit'.
37
static
RollCommand
()
38
{
39
}
40
41
// Token: 0x04007DD9 RID: 32217
42
private
static
readonly
Color
RESPONSE_COLOR
;
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
Terraria.Chat.ChatMessage
Definition
ChatMessage.cs:11
Terraria.Chat.Commands.RollCommand.ProcessOutgoingMessage
void ProcessOutgoingMessage(ChatMessage message)
Definition
RollCommand.cs:26
Terraria.Chat.Commands.RollCommand.ProcessIncomingMessage
void ProcessIncomingMessage(string text, byte clientId)
Definition
RollCommand.cs:12
Terraria.Chat.Commands.RollCommand.RESPONSE_COLOR
static readonly Color RESPONSE_COLOR
Definition
RollCommand.cs:42
Terraria.Chat.Commands.RollCommand.RollCommand
RollCommand()
Definition
RollCommand.cs:31
Terraria.Chat.Commands.RollCommand.RollCommand
static RollCommand()
Definition
RollCommand.cs:37
Terraria.Chat.Commands.RollCommand
Definition
RollCommand.cs:10
Terraria.Localization.NetworkText
Definition
NetworkText.cs:10
Terraria.Chat.Commands.IChatCommand
Definition
IChatCommand.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.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
RollCommand.cs
Generated by
1.10.0