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
Loading...
Searching...
No Matches
MPSessionAPI_Dummy.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x20002AE")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000FD7")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA3B4E0", Offset = "0xA3B4E0", Length = "0x4")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 {
14 throw null;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x6000FD8")]
18 [global::Cpp2ILInjected.Address(RVA = "0xA3B4E4", Offset = "0xA3B4E4", Length = "0x94")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MPSession_Dummy), Member = ".ctor", MemberParameters = new object[]
21 {
23 typeof(string),
24 typeof(int),
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000FD9")]
34 [global::Cpp2ILInjected.Address(RVA = "0xA3B620", Offset = "0xA3B620", Length = "0x88")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MPSessionAPI_Dummy), Member = "Update", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MPSession_Dummy), Member = ".ctor", MemberParameters = new object[]
38 {
40 typeof(string),
41 typeof(int),
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 public MPSession CreateNewDirectSession(PlatformUser hostUser, MPSessionManager.LobbyState state, string serverAddress, int serverPort)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000FDA")]
51 [global::Cpp2ILInjected.Address(RVA = "0xA3B6A8", Offset = "0xA3B6A8", Length = "0x20C")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrPlatform), Member = "get_CurrentPlatform", ReturnType = typeof(DrPlatform.DrPlatformType))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MPSession_Dummy), Member = ".ctor", MemberParameters = new object[]
56 {
58 typeof(string),
59 typeof(int),
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x6000FDB")]
70 [global::Cpp2ILInjected.Address(RVA = "0xA3B8D0", Offset = "0xA3B8D0", Length = "0x298")]
71 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyboardInput), Member = "GetKeyDown", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyboardInput), Member = "GetKey", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlatformUser), Member = "get_CurrentUser", ReturnType = typeof(PlatformUser))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MPSessionAPI_Dummy), Member = "CreateNewDirectSession", MemberParameters = new object[]
77 {
80 typeof(string),
81 typeof(int)
82 }, ReturnType = typeof(MPSession))]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
84 public void Update()
85 {
86 throw null;
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x6000FDC")]
90 [global::Cpp2ILInjected.Address(RVA = "0xA3BBD8", Offset = "0xA3BBD8", Length = "0x8")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
94 {
95 throw null;
96 }
97}
class f__AnonymousType0<< Count > j__TPar
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)