terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ServerObjectTerminatorSink.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003BF RID: 959
7 {
8 // Token: 0x06001EAF RID: 7855 RVA: 0x000431E8 File Offset: 0x000413E8
13
14 // Token: 0x06001EB0 RID: 7856 RVA: 0x00043204 File Offset: 0x00041404
16 {
17 if (!true)
18 {
19 }
21 if (messageTargetIdentity != null)
22 {
23 }
24 int num = 1;
25 long num2 = 0L;
26 long num3 = 0L;
29 long num4 = 0L;
30 long num5 = 0L;
31 long num6 = 0L;
32 messageTargetIdentity.NotifyServerDynamicSinks(num4 != 0L, msg, num5 != 0L, num6 != 0L);
33 throw new InvalidCastException();
34 }
35
36 // Token: 0x06001EB1 RID: 7857 RVA: 0x00043254 File Offset: 0x00041454
38 {
39 if (!true)
40 {
41 }
43 if (messageTargetIdentity != null)
44 {
45 }
47 int num = 1;
48 int num2 = 1;
49 long num3 = 0L;
50 messageTargetIdentity.NotifyServerDynamicSinks(num != 0, msg, num3 != 0L, num2 != 0);
51 if (replySink != null)
52 {
53 }
55 int num4 = 1;
56 int num5 = 1;
57 long num6 = 0L;
58 messageTargetIdentity.NotifyServerDynamicSinks(num6 != 0L, msg, num4 != 0, num5 != 0);
59 throw new InvalidCastException();
60 }
61
62 // Token: 0x04000F6E RID: 3950
64 }
65}
class f__AnonymousType0<< Count > j__TPar
void NotifyServerDynamicSinks(bool start, IMessage req_msg, bool client_site, bool async)
Definition Identity.cs:163
IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)
static Identity GetMessageTargetIdentity(IMessage msg)