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_Dummy.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
// Token: 0x020002AE RID: 686
5
public
class
MPSessionAPI_Dummy
:
MPSessionAPI
6
{
7
// Token: 0x06000FD7 RID: 4055 RVA: 0x0004EE18 File Offset: 0x0004D018
8
public
void
OpenInviteOverlay
(
MPSession
session
,
PlatformUser
user,
int
numSlotsLeft
)
9
{
10
}
11
12
// Token: 0x06000FD8 RID: 4056 RVA: 0x000021DB File Offset: 0x000003DB
13
public
MPSession
CreateNewSession
(
PlatformUser
hostUser,
MPSessionManager
.
LobbyState
state
)
14
{
15
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
16
}
17
18
// Token: 0x06000FD9 RID: 4057 RVA: 0x000021DB File Offset: 0x000003DB
19
public
MPSession
CreateNewDirectSession
(
PlatformUser
hostUser,
MPSessionManager
.
LobbyState
state
,
string
serverAddress,
int
serverPort)
20
{
21
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
22
}
23
24
// Token: 0x06000FDA RID: 4058 RVA: 0x0004EE28 File Offset: 0x0004D028
25
public
MPSession
[]
FindUserSessions
(
PlatformUser
[]
users
)
26
{
27
int
num = 1;
28
DrPlatform.DrPlatformType
currentPlatform
=
DrPlatform
.
CurrentPlatform
;
29
if
(
users
==
null
)
30
{
31
throw
new
ArrayTypeMismatchException
();
32
}
33
if
(num != 0)
34
{
35
if
(6400 != 0)
36
{
37
}
38
return
"DummyWorld"
;
39
}
40
return
"DummyWorld"
;
41
}
42
43
// Token: 0x06000FDB RID: 4059 RVA: 0x0004EE64 File Offset: 0x0004D064
44
public
void
Update
()
45
{
46
int
num = 1;
47
if
(num == 0)
48
{
49
}
50
if
(num == 0)
51
{
52
}
53
PlatformUser
currentUser =
PlatformUser
.
CurrentUser
;
54
}
55
56
// Token: 0x06000FDC RID: 4060 RVA: 0x0004EED8 File Offset: 0x0004D0D8
57
public
MPSessionAPI_Dummy
()
58
{
59
}
60
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
DrPlatform.CurrentPlatform
static DrPlatform.DrPlatformType CurrentPlatform
Definition
DrPlatform.cs:26
DrPlatform.DrPlatformType
DrPlatformType
Definition
DrPlatform.cs:331
DrPlatform
Definition
DrPlatform.cs:12
MPSessionAPI_Dummy.CreateNewDirectSession
MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort)
Definition
MPSessionAPI_Dummy.cs:19
MPSessionAPI_Dummy.OpenInviteOverlay
void OpenInviteOverlay(MPSession session, PlatformUser user, int numSlotsLeft)
Definition
MPSessionAPI_Dummy.cs:8
MPSessionAPI_Dummy.MPSessionAPI_Dummy
MPSessionAPI_Dummy()
Definition
MPSessionAPI_Dummy.cs:57
MPSessionAPI_Dummy.FindUserSessions
MPSession[] FindUserSessions(PlatformUser[] users)
Definition
MPSessionAPI_Dummy.cs:25
MPSessionAPI_Dummy.CreateNewSession
MPSession CreateNewSession(PlatformUser hostUser, MPSessionManager.LobbyState state)
Definition
MPSessionAPI_Dummy.cs:13
MPSessionAPI_Dummy.Update
void Update()
Definition
MPSessionAPI_Dummy.cs:44
MPSessionAPI_Dummy
Definition
MPSessionAPI_Dummy.cs:6
MPSessionManager.LobbyState
LobbyState
Definition
MPSessionManager.cs:187
MPSessionManager
Definition
MPSessionManager.cs:7
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
MPSessionAPI
Definition
MPSessionAPI.cs:5
MPSession
Definition
MPSession.cs:6
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.state
@ state
System
Definition
__ComObject.cs:4
PlatformUser.CurrentUser
static PlatformUser CurrentUser
Definition
PlatformUser.cs:16
PlatformUser
Definition
PlatformUser.cs:5
source
MPSessionAPI_Dummy.cs
Generated by
1.10.0