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
MPSession_Local.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x020002B0 RID: 688
6{
7 // Token: 0x06000FEB RID: 4075 RVA: 0x0004F098 File Offset: 0x0004D298
9 {
11 if (2 == 0)
12 {
13 }
14 }
15
16 // Token: 0x06000FEC RID: 4076 RVA: 0x0004F0B8 File Offset: 0x0004D2B8
17 public void GetServerConnection([Out] string server, [Out] int port)
18 {
19 int num = this.serverPort;
20 port.m_value = num;
21 }
22
23 // Token: 0x06000FED RID: 4077 RVA: 0x0004F0D4 File Offset: 0x0004D2D4
25 {
26 PlatformUser platformUser = this.hostUser;
28 return platformUser;
29 }
30
31 // Token: 0x06000FEE RID: 4078 RVA: 0x0004F0F8 File Offset: 0x0004D2F8
33 {
34 return this.state;
35 }
36
37 // Token: 0x06000FEF RID: 4079 RVA: 0x0004F10C File Offset: 0x0004D30C
43
44 // Token: 0x06000FF0 RID: 4080 RVA: 0x0004F128 File Offset: 0x0004D328
45 public void UpdatePlayerCount()
46 {
47 }
48
49 // Token: 0x06000FF1 RID: 4081 RVA: 0x0004F138 File Offset: 0x0004D338
50 public bool CanInvite()
51 {
52 }
53
54 // Token: 0x06000FF2 RID: 4082 RVA: 0x0004F148 File Offset: 0x0004D348
56 {
57 return this.MetaData;
58 }
59
60 // Token: 0x06000FF3 RID: 4083 RVA: 0x0004F15C File Offset: 0x0004D35C
62 {
63 this.MetaData = data;
64 }
65
66 // Token: 0x06000FF4 RID: 4084 RVA: 0x0004F170 File Offset: 0x0004D370
68 {
70 }
71
72 // Token: 0x06000FF5 RID: 4085 RVA: 0x0004F184 File Offset: 0x0004D384
73 public bool ClientInSession()
74 {
75 return this.ActiveInSession;
76 }
77
78 // Token: 0x06000FF6 RID: 4086 RVA: 0x0004F198 File Offset: 0x0004D398
79 public void Leave(PlatformUser localUser)
80 {
81 if (this.ActiveInSession)
82 {
83 }
84 PlatformUser platformUser = this.hostUser;
85 }
86
87 // Token: 0x06000FF7 RID: 4087 RVA: 0x0004F1B4 File Offset: 0x0004D3B4
88 public void Join(PlatformUser localUser)
89 {
90 }
91
92 // Token: 0x04001D83 RID: 7555
94
95 // Token: 0x04001D84 RID: 7556
97
98 // Token: 0x04001D85 RID: 7557
100
101 // Token: 0x04001D86 RID: 7558
102 private bool ActiveInSession;
103
104 // Token: 0x04001D87 RID: 7559
105 private string serverAddress;
106
107 // Token: 0x04001D88 RID: 7560
108 private int serverPort;
109}
class f__AnonymousType0<< Count > j__TPar
MPSessionMetaData MetaData
void SetState(MPSessionManager.LobbyState newState)
MPSessionManager.LobbyState state
void Leave(PlatformUser localUser)
void SetMetaData(MPSessionMetaData data)
MPSessionMetaData GetMetaData()
PlatformUser hostUser
void SetClientInSession(bool activeInSession)
void Join(PlatformUser localUser)
PlatformUser GetHost()
void GetServerConnection([Out] string server, [Out] int port)
MPSessionManager.LobbyState GetState()
PlatformUser.Platform PlatformId