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
DeathCommand.cs
Go to the documentation of this file.
1using System;
6
8{
9 [ChatCommand("Death")]
10 [global::Cpp2ILInjected.Token(Token = "0x200079E")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003FB6")]
14 [global::Cpp2ILInjected.Address(RVA = "0x749778", Offset = "0x749778", Length = "0x2D8")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromKey", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(object[])
21 }, ReturnType = typeof(NetworkText))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatHelper), Member = "BroadcastChatMessage", MemberParameters = new object[]
23 {
26 typeof(int)
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
29 public void ProcessIncomingMessage(string text, byte clientId)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6003FB7")]
35 [global::Cpp2ILInjected.Address(RVA = "0x749A50", Offset = "0x749A50", Length = "0x4")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6003FB8")]
43 [global::Cpp2ILInjected.Address(RVA = "0x749A54", Offset = "0x749A54", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
46 public DeathCommand()
47 {
48 throw null;
49 }
50
51 // Note: this type is marked as 'beforefieldinit'.
52 [global::Cpp2ILInjected.Token(Token = "0x6003FB9")]
53 [global::Cpp2ILInjected.Address(RVA = "0x749A5C", Offset = "0x749A5C", Length = "0x68")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
56 {
57 typeof(int),
58 typeof(int),
59 typeof(int)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
62 static DeathCommand()
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x4007DCC")]
69 }
70}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static readonly Color RESPONSE_COLOR