terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
EmoteCommand.cs
Go to the documentation of this file.
1using System;
6
8{
9 [ChatCommand("Emote")]
10 [global::Cpp2ILInjected.Token(Token = "0x20007A4")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003FCE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x74AB64", Offset = "0x74AB64", Length = "0x170")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string)
20 }, ReturnType = typeof(bool))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
22 {
23 typeof(string),
24 typeof(object),
25 typeof(object)
26 }, ReturnType = typeof(string))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromLiteral", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(NetworkText))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatHelper), Member = "BroadcastChatMessage", MemberParameters = new object[]
29 {
32 typeof(int)
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
35 public void ProcessIncomingMessage(string text, byte clientId)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6003FCF")]
41 [global::Cpp2ILInjected.Address(RVA = "0x74ACD4", Offset = "0x74ACD4", Length = "0x4")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6003FD0")]
49 [global::Cpp2ILInjected.Address(RVA = "0x74ACD8", Offset = "0x74ACD8", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
52 public EmoteCommand()
53 {
54 throw null;
55 }
56
57 // Note: this type is marked as 'beforefieldinit'.
58 [global::Cpp2ILInjected.Token(Token = "0x6003FD1")]
59 [global::Cpp2ILInjected.Address(RVA = "0x74ACE0", Offset = "0x74ACE0", Length = "0x68")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(int),
64 typeof(int),
65 typeof(int)
66 }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
68 static EmoteCommand()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4007DD2")]
75 }
76}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static readonly Color RESPONSE_COLOR