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_Local Class Reference
+ Inheritance diagram for MPSession_Local:
+ Collaboration diagram for MPSession_Local:

Public Member Functions

 MPSession_Local ()
 
void GetServerConnection (out string server, out int port)
 
PlatformUser GetHost ()
 
MPSessionManager.LobbyState GetState ()
 
void SetState (MPSessionManager.LobbyState newState)
 
void UpdatePlayerCount ()
 
bool CanInvite ()
 
MPSessionMetaData GetMetaData ()
 
void SetMetaData (MPSessionMetaData data)
 
void SetClientInSession (bool activeInSession)
 
bool ClientInSession ()
 
void Leave (PlatformUser localUser)
 
void Join (PlatformUser localUser)
 

Private Attributes

MPSessionManager.LobbyState state
 
PlatformUser hostUser
 
MPSessionMetaData MetaData
 
bool ActiveInSession
 
string serverAddress
 
int serverPort
 

Detailed Description

Definition at line 6 of file MPSession_Local.cs.


The documentation for this class was generated from the following file: