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.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x020002B1 RID: 689
5public interface MPSession
6{
7 // Token: 0x06000FF8 RID: 4088
9
10 // Token: 0x06000FF9 RID: 4089
12
13 // Token: 0x06000FFA RID: 4090
14 void GetServerConnection([Out] string server, [Out] int port);
15
16 // Token: 0x06000FFB RID: 4091
18
19 // Token: 0x06000FFC RID: 4092
21
22 // Token: 0x06000FFD RID: 4093
24
25 // Token: 0x06000FFE RID: 4094
27
28 // Token: 0x06000FFF RID: 4095
30
31 // Token: 0x06001000 RID: 4096
33
34 // Token: 0x06001001 RID: 4097
35 bool CanInvite();
36
37 // Token: 0x06001002 RID: 4098
38 void Leave(PlatformUser localUser);
39
40 // Token: 0x06001003 RID: 4099
41 void Join(PlatformUser localUser);
42}
class f__AnonymousType0<< Count > j__TPar
void SetState(MPSessionManager.LobbyState newState)
MPSessionMetaData GetMetaData()
MPSessionManager.LobbyState GetState()
bool ClientInSession()
void Join(PlatformUser localUser)
PlatformUser GetHost()
bool CanInvite()
void Leave(PlatformUser localUser)
void UpdatePlayerCount()
void GetServerConnection([Out] string server, [Out] int port)
void SetMetaData(MPSessionMetaData data)
void SetClientInSession(bool activeInSession)