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
MPSessionAPI.cs
Go to the documentation of this file.
1
using
System
;
2
3
// Token: 0x020002B2 RID: 690
4
public
interface
MPSessionAPI
5
{
6
// Token: 0x06001004 RID: 4100
7
void
OpenInviteOverlay
(
MPSession
session
,
PlatformUser
user,
int
numSlotsLeft
);
8
9
// Token: 0x06001005 RID: 4101
10
MPSession
CreateNewSession
(
PlatformUser
hostUser,
MPSessionManager
.
LobbyState
state
);
11
12
// Token: 0x06001006 RID: 4102
13
MPSession
CreateNewDirectSession
(
PlatformUser
hostUser,
MPSessionManager
.
LobbyState
state
,
string
serverAddress,
int
serverPort);
14
15
// Token: 0x06001007 RID: 4103
16
MPSession
[]
FindUserSessions
(
PlatformUser
[]
users
);
17
18
// Token: 0x06001008 RID: 4104
19
void
Update
();
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
MPSessionManager.LobbyState
LobbyState
Definition
MPSessionManager.cs:187
MPSessionManager
Definition
MPSessionManager.cs:7
MPSessionAPI.CreateNewDirectSession
MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort)
MPSessionAPI.FindUserSessions
MPSession[] FindUserSessions(PlatformUser[] users)
MPSessionAPI.CreateNewSession
MPSession CreateNewSession(PlatformUser hostUser, MPSessionManager.LobbyState state)
MPSessionAPI.OpenInviteOverlay
void OpenInviteOverlay(MPSession session, PlatformUser user, int numSlotsLeft)
MPSessionAPI.Update
void Update()
MPSessionAPI
Definition
MPSessionAPI.cs:5
MPSession
Definition
MPSession.cs:6
System.ExceptionArgument.state
@ state
System
Definition
__ComObject.cs:4
PlatformUser
Definition
PlatformUser.cs:5
source
MPSessionAPI.cs
Generated by
1.10.0