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
ServerObjectReplySink.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003C0")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001EB2")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B4FFC8", Offset = "0x1B4FFC8", Length = "0x2C")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001EB3")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1B4FFF4", Offset = "0x1B4FFF4", Length = "0xC4")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Identity), Member = "NotifyServerDynamicSinks", MemberParameters = new object[]
24 {
25 typeof(bool),
27 typeof(bool),
28 typeof(bool)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6001EB4")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1B500B8", Offset = "0x1B500B8", Length = "0x38")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x4000F6F")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
49
50 [global::Cpp2ILInjected.Token(Token = "0x4000F70")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
53 }
54}
class f__AnonymousType0<< Count > j__TPar
ServerObjectReplySink(ServerIdentity identity, IMessageSink replySink)
IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)