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
PartyChatCommand.cs
Go to the documentation of this file.
1using System;
6
8{
9 [ChatCommand("Party")]
10 [global::Cpp2ILInjected.Token(Token = "0x20007A8")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003FE0")]
14 [global::Cpp2ILInjected.Address(RVA = "0x74B7A8", Offset = "0x74B7A8", Length = "0x1B8")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(string)
21 }, ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromLiteral", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(NetworkText))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatHelper), Member = "SendChatMessageToClientAs", MemberParameters = new object[]
24 {
25 typeof(byte),
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
31 public void ProcessIncomingMessage(string text, byte clientId)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6003FE1")]
37 [global::Cpp2ILInjected.Address(RVA = "0x74BA38", Offset = "0x74BA38", Length = "0x4")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6003FE2")]
45 [global::Cpp2ILInjected.Address(RVA = "0x74B960", Offset = "0x74B960", Length = "0xD8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LocalizedText), Member = "ToNetworkText", ReturnType = typeof(NetworkText))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatHelper), Member = "SendChatMessageToClient", MemberParameters = new object[]
49 {
52 typeof(int)
53 }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
55 private void SendNoTeamError(byte clientId)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6003FE3")]
61 [global::Cpp2ILInjected.Address(RVA = "0x74BA3C", Offset = "0x74BA3C", Length = "0x8")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
65 {
66 throw null;
67 }
68
69 // Note: this type is marked as 'beforefieldinit'.
70 [global::Cpp2ILInjected.Token(Token = "0x6003FE4")]
71 [global::Cpp2ILInjected.Address(RVA = "0x74BA44", Offset = "0x74BA44", Length = "0x68")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
74 {
75 typeof(int),
76 typeof(int),
77 typeof(int)
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x4007DD8")]
86 private static readonly Color ERROR_COLOR;
87 }
88}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)