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
MPSession.cs
Go to the documentation of this file.
1using System;
3
4[global::Cpp2ILInjected.Token(Token = "0x20002B1")]
5public interface MPSession
6{
7 [global::Cpp2ILInjected.Token(Token = "0x6000FF8")]
9
10 [global::Cpp2ILInjected.Token(Token = "0x6000FF9")]
12
13 [global::Cpp2ILInjected.Token(Token = "0x6000FFA")]
14 void GetServerConnection(out string server, out int port);
15
16 [global::Cpp2ILInjected.Token(Token = "0x6000FFB")]
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000FFC")]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000FFD")]
24
25 [global::Cpp2ILInjected.Token(Token = "0x6000FFE")]
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000FFF")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x6001000")]
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001001")]
35 bool CanInvite();
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001002")]
38 void Leave(PlatformUser localUser);
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001003")]
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)