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
SayChatCommand.cs
Go to the documentation of this file.
1using System;
6
8{
9 [ChatCommand("Say")]
10 [global::Cpp2ILInjected.Token(Token = "0x20007AA")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003FE9")]
14 [global::Cpp2ILInjected.Address(RVA = "0x74BD54", Offset = "0x74BD54", Length = "0x180")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromLiteral", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(NetworkText))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Player), Member = "ChatColor", ReturnType = typeof(Color))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatHelper), Member = "BroadcastChatMessageAs", MemberParameters = new object[]
19 {
20 typeof(byte),
23 typeof(int)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Console), Member = "WriteLine", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(object),
29 typeof(object)
30 }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
32 public void ProcessIncomingMessage(string text, byte clientId)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6003FEA")]
38 [global::Cpp2ILInjected.Address(RVA = "0x74BED4", Offset = "0x74BED4", Length = "0x4")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6003FEB")]
46 [global::Cpp2ILInjected.Address(RVA = "0x74BED8", Offset = "0x74BED8", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
50 {
51 throw null;
52 }
53 }
54}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)