terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
MPSession_Dummy (PlatformUser user, string server, int port, MPSessionManager.LobbyState lobbyState) | |
MPSession_Dummy (PlatformUser user, MPSessionManager.LobbyState lobbyState) | |
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 |
Definition at line 6 of file MPSession_Dummy.cs.