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

◆ OnRejected

Action Terraria.Social.Base.UserJoinToServerRequest.OnRejected
setaddremoveinherited

Definition at line 93 of file UserJoinToServerRequest.cs.

94 {
96 [global::Cpp2ILInjected.Token(Token = "0x6003207")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1329F68", Offset = "0x1329F68", Length = "0x9C")]
98 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoinRequestSocialModule), Member = "ReceiveJoinRequest", MemberParameters = new object[] { typeof(ref DiscordRpc.DiscordUser) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServerJoinRequestsManager), Member = "Add", MemberParameters = new object[] { typeof(UserJoinToServerRequest) }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
103 {
106 }, ReturnType = typeof(Delegate))]
107 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
108 add
109 {
110 throw null;
111 }
113 [global::Cpp2ILInjected.Token(Token = "0x6003208")]
114 [global::Cpp2ILInjected.Address(RVA = "0x132B550", Offset = "0x132B550", Length = "0x9C")]
115 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
118 {
121 }, ReturnType = typeof(Delegate))]
122 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
123 remove
124 {
125 throw null;
126 }
127 }
class f__AnonymousType0<< Count > j__TPar
UserJoinToServerRequest(string userDisplayName, string fullIdentifier)