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
IPlayerEditorConnectionNative.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine
4
{
5
// Token: 0x02000076 RID: 118
6
internal
interface
IPlayerEditorConnectionNative
7
{
8
// Token: 0x060001D9 RID: 473
9
void
Initialize
();
10
11
// Token: 0x060001DA RID: 474
12
void
DisconnectAll
();
13
14
// Token: 0x060001DB RID: 475
15
void
SendMessage
(
Guid
messageId
,
byte
[] data,
int
playerId);
16
17
// Token: 0x060001DC RID: 476
18
bool
TrySendMessage
(
Guid
messageId
,
byte
[] data,
int
playerId);
19
20
// Token: 0x060001DD RID: 477
21
void
Poll
();
22
23
// Token: 0x060001DE RID: 478
24
void
RegisterInternal
(
Guid
messageId
);
25
26
// Token: 0x060001DF RID: 479
27
void
UnregisterInternal
(
Guid
messageId
);
28
29
// Token: 0x060001E0 RID: 480
30
bool
IsConnected
();
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.IPlayerEditorConnectionNative.IsConnected
bool IsConnected()
UnityEngine.IPlayerEditorConnectionNative.SendMessage
void SendMessage(Guid messageId, byte[] data, int playerId)
UnityEngine.IPlayerEditorConnectionNative.Initialize
void Initialize()
UnityEngine.IPlayerEditorConnectionNative.DisconnectAll
void DisconnectAll()
UnityEngine.IPlayerEditorConnectionNative.Poll
void Poll()
UnityEngine.IPlayerEditorConnectionNative.RegisterInternal
void RegisterInternal(Guid messageId)
UnityEngine.IPlayerEditorConnectionNative.UnregisterInternal
void UnregisterInternal(Guid messageId)
UnityEngine.IPlayerEditorConnectionNative.TrySendMessage
bool TrySendMessage(Guid messageId, byte[] data, int playerId)
UnityEngine.IPlayerEditorConnectionNative
Definition
IPlayerEditorConnectionNative.cs:7
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
System.Guid
Definition
Guid.cs:13
source
UnityEngine.CoreModule
UnityEngine
IPlayerEditorConnectionNative.cs
Generated by
1.10.0