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
MPSession_Dummy.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x20002AF")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000FDD")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA3B578", Offset = "0xA3B578", Length = "0xA8")]
11 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MPSessionAPI_Dummy), Member = "CreateNewSession", MemberParameters = new object[]
12 {
15 }, ReturnType = typeof(MPSession))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MPSessionAPI_Dummy), Member = "CreateNewDirectSession", MemberParameters = new object[]
17 {
20 typeof(string),
21 typeof(int)
22 }, ReturnType = typeof(MPSession))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MPSessionAPI_Dummy), Member = "FindUserSessions", MemberParameters = new object[] { typeof(PlatformUser[]) }, ReturnType = typeof(MPSession[]))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 public MPSession_Dummy(PlatformUser user, string server, int port, MPSessionManager.LobbyState lobbyState)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000FDE")]
33 [global::Cpp2ILInjected.Address(RVA = "0xA3BBE0", Offset = "0xA3BBE0", Length = "0x90")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000FDF")]
43 [global::Cpp2ILInjected.Address(RVA = "0xA3BC70", Offset = "0xA3BC70", Length = "0x14")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 public void GetServerConnection(out string server, out int port)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000FE0")]
51 [global::Cpp2ILInjected.Address(RVA = "0xA3BC84", Offset = "0xA3BC84", Length = "0xC")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000FE1")]
59 [global::Cpp2ILInjected.Address(RVA = "0xA3BC90", Offset = "0xA3BC90", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000FE2")]
67 [global::Cpp2ILInjected.Address(RVA = "0xA3BC98", Offset = "0xA3BC98", Length = "0x14")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000FE3")]
76 [global::Cpp2ILInjected.Address(RVA = "0xA3BCAC", Offset = "0xA3BCAC", Length = "0xB8")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
80 public void UpdatePlayerCount()
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6000FE4")]
86 [global::Cpp2ILInjected.Address(RVA = "0xA3BD64", Offset = "0xA3BD64", Length = "0x8")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 public bool CanInvite()
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x6000FE5")]
94 [global::Cpp2ILInjected.Address(RVA = "0xA3BD6C", Offset = "0xA3BD6C", Length = "0x8")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 {
98 throw null;
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x6000FE6")]
102 [global::Cpp2ILInjected.Address(RVA = "0xA3BD74", Offset = "0xA3BD74", Length = "0x8")]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6000FE7")]
110 [global::Cpp2ILInjected.Address(RVA = "0xA3BD7C", Offset = "0xA3BD7C", Length = "0xB8")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MPSession_Dummy), Member = "Leave", MemberParameters = new object[] { typeof(PlatformUser) }, ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
116 {
117 typeof(string),
118 typeof(string)
119 }, ReturnType = typeof(string))]
120 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "Log", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6000FE8")]
128 [global::Cpp2ILInjected.Address(RVA = "0xA3BE34", Offset = "0xA3BE34", Length = "0x8")]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
130 public bool ClientInSession()
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x6000FE9")]
136 [global::Cpp2ILInjected.Address(RVA = "0xA3BE3C", Offset = "0xA3BE3C", Length = "0x30")]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MPSession_Dummy), Member = "SetClientInSession", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
140 {
141 typeof(string),
142 typeof(string)
143 }, ReturnType = typeof(bool))]
144 public void Leave(PlatformUser localUser)
145 {
146 throw null;
147 }
148
149 [global::Cpp2ILInjected.Token(Token = "0x6000FEA")]
150 [global::Cpp2ILInjected.Address(RVA = "0xA3BE6C", Offset = "0xA3BE6C", Length = "0x4")]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
152 public void Join(PlatformUser localUser)
153 {
154 throw null;
155 }
156
157 [global::Cpp2ILInjected.Token(Token = "0x4001D7D")]
158 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
160
161 [global::Cpp2ILInjected.Token(Token = "0x4001D7E")]
162 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
164
165 [global::Cpp2ILInjected.Token(Token = "0x4001D7F")]
166 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
168
169 [global::Cpp2ILInjected.Token(Token = "0x4001D80")]
170 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
171 private bool ActiveInSession;
172
173 [global::Cpp2ILInjected.Token(Token = "0x4001D81")]
174 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
175 private string serverAddress;
176
177 [global::Cpp2ILInjected.Token(Token = "0x4001D82")]
178 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
179 private int serverPort;
180}
class f__AnonymousType0<< Count > j__TPar
void GetServerConnection(out string server, out int port)
MPSession_Dummy(PlatformUser user, MPSessionManager.LobbyState lobbyState)
void SetState(MPSessionManager.LobbyState newState)
void SetMetaData(MPSessionMetaData data)
void Leave(PlatformUser localUser)
PlatformUser GetHost()
MPSessionManager.LobbyState GetState()
void Join(PlatformUser localUser)
void SetClientInSession(bool activeInSession)
PlatformUser hostUser
MPSessionManager.LobbyState state
MPSession_Dummy(PlatformUser user, string server, int port, MPSessionManager.LobbyState lobbyState)
MPSessionMetaData GetMetaData()
MPSessionMetaData MetaData