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
RollCommand.cs
Go to the documentation of this file.
1using System;
7
9{
10 [ChatCommand("Roll")]
11 [global::Cpp2ILInjected.Token(Token = "0x20007A9")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6003FE5")]
15 [global::Cpp2ILInjected.Address(RVA = "0x74BAAC", Offset = "0x74BAAC", Length = "0x234")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
18 {
19 typeof(int),
20 typeof(int)
21 }, ReturnType = typeof(int))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LocalizedText), Member = "ToNetworkText", ReturnType = typeof(NetworkText))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromFormattable", MemberParameters = new object[]
24 {
25 typeof(string),
26 typeof(object[])
27 }, 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 = 21)]
35 public void ProcessIncomingMessage(string text, byte clientId)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6003FE6")]
41 [global::Cpp2ILInjected.Address(RVA = "0x74BCE0", Offset = "0x74BCE0", Length = "0x4")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6003FE7")]
49 [global::Cpp2ILInjected.Address(RVA = "0x74BCE4", Offset = "0x74BCE4", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
52 public RollCommand()
53 {
54 throw null;
55 }
56
57 // Note: this type is marked as 'beforefieldinit'.
58 [global::Cpp2ILInjected.Token(Token = "0x6003FE8")]
59 [global::Cpp2ILInjected.Address(RVA = "0x74BCEC", Offset = "0x74BCEC", 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 RollCommand()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4007DD9")]
75 }
76}
class f__AnonymousType0<< Count > j__TPar
void ProcessOutgoingMessage(ChatMessage message)
void ProcessIncomingMessage(string text, byte clientId)
static readonly Color RESPONSE_COLOR