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
DiscordJoinToServerRequest.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000525")]
9 public class DiscordJoinToServerRequest : UserJoinToServerRequest, IEquatable<DiscordJoinToServerRequest>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60031A9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1329E2C", Offset = "0x1329E2C", Length = "0xA0")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoinRequestSocialModule), Member = "ReceiveJoinRequest", MemberParameters = new object[] { typeof(ref DiscordRpc.DiscordUser) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_UtcNow", ReturnType = typeof(DateTime))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "AddSeconds", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(DateTime))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60031AA")]
26 [global::Cpp2ILInjected.Address(RVA = "0x132A2DC", Offset = "0x132A2DC", Length = "0x74")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_UtcNow", ReturnType = typeof(DateTime))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "Compare", MemberParameters = new object[]
31 {
34 }, ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 public override bool IsValid()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60031AB")]
42 [global::Cpp2ILInjected.Address(RVA = "0x132A350", Offset = "0x132A350", Length = "0xDC")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_UtcNow", ReturnType = typeof(DateTime))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "Subtract", MemberParameters = new object[] { typeof(DateTime) }, ReturnType = typeof(TimeSpan))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_Seconds", ReturnType = typeof(int))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
49 {
50 typeof(string),
51 typeof(string),
52 typeof(string)
53 }, ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
55 public override string GetUserWrapperText()
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x60031AC")]
61 [global::Cpp2ILInjected.Address(RVA = "0x132A42C", Offset = "0x132A42C", Length = "0x14")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
64 {
65 typeof(string),
66 typeof(string)
67 }, ReturnType = typeof(bool))]
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4003B58")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
76 }
77}
class f__AnonymousType0<< Count > j__TPar
DiscordJoinToServerRequest(string userDisplayName, string fullIdentifier, int durationInSeconds=30)