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

◆ OnAccepted

Action Terraria.Social.Base.UserJoinToServerRequest.OnAccepted
setaddremoveinherited

Definition at line 56 of file UserJoinToServerRequest.cs.

57 {
59 [global::Cpp2ILInjected.Token(Token = "0x6003205")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1329ECC", Offset = "0x1329ECC", Length = "0x9C")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoinRequestSocialModule), Member = "ReceiveJoinRequest", MemberParameters = new object[] { typeof(ref DiscordRpc.DiscordUser) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServerJoinRequestsManager), Member = "Add", MemberParameters = new object[] { typeof(UserJoinToServerRequest) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
66 {
69 }, ReturnType = typeof(Delegate))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
71 add
72 {
73 throw null;
74 }
76 [global::Cpp2ILInjected.Token(Token = "0x6003206")]
77 [global::Cpp2ILInjected.Address(RVA = "0x132B4B4", Offset = "0x132B4B4", Length = "0x9C")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
81 {
84 }, ReturnType = typeof(Delegate))]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
86 remove
87 {
88 throw null;
89 }
90 }
class f__AnonymousType0<< Count > j__TPar
UserJoinToServerRequest(string userDisplayName, string fullIdentifier)