|
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
|
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 |
Definition at line 6 of file MPSession_Local.cs.