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.
1using System;
3
4// Token: 0x020002AE RID: 686
6{
7 // Token: 0x06000FD7 RID: 4055 RVA: 0x0004EE18 File Offset: 0x0004D018
11
12 // Token: 0x06000FD8 RID: 4056 RVA: 0x000021DB File Offset: 0x000003DB
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
26 {
27 int num = 1;
29 if (users == null)
30 {
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 }
54 }
55
56 // Token: 0x06000FDC RID: 4060 RVA: 0x0004EED8 File Offset: 0x0004D0D8
58 {
59 }
60}
class f__AnonymousType0<< Count > j__TPar
static DrPlatform.DrPlatformType CurrentPlatform
Definition DrPlatform.cs:26
MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort)
void OpenInviteOverlay(MPSession session, PlatformUser user, int numSlotsLeft)
MPSession[] FindUserSessions(PlatformUser[] users)
MPSession CreateNewSession(PlatformUser hostUser, MPSessionManager.LobbyState state)
static PlatformUser CurrentUser