LeviLamina
Loading...
Searching...
No Matches
RemoteConnector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/network/Connector.h"
8#include "mc/network/NetworkEnableDisableListener.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace Social { class GameConnectionInfo; }
15// clang-format on
16
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 9
24 virtual bool host(::ConnectionDefinition const& definition) = 0;
25
26 // vIndex: 10
27 virtual bool connect(::Social::GameConnectionInfo const&, ::Social::GameConnectionInfo const&) = 0;
28
29 // vIndex: 11
30 virtual void disconnect() = 0;
31
32 // vIndex: 12
33 virtual void tick() = 0;
34
35 // vIndex: 13
36 virtual void runEvents() = 0;
37
38 // vIndex: 14
39 virtual bool isServer() const = 0;
40
41 // vIndex: 15
42 virtual void closeNetworkConnection(::NetworkIdentifier const&) = 0;
43
44 // vIndex: 16
45 virtual ::NetworkIdentifier getNetworkIdentifier() const = 0;
46
47 // vIndex: 17
48 virtual bool setApplicationHandshakeCompleted(::NetworkIdentifier const&) = 0;
49
50 // vIndex: 0
51 virtual ~RemoteConnector() /*override*/;
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftableForConnector();
70
72
74 // NOLINTEND
75};
Definition EnableNonOwnerReferences.h:7
Definition Connector.h:16
Definition NetworkEnableDisableListener.h:5
Definition NetworkIdentifier.h:10
Definition RemoteConnector.h:19
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForConnector()
static MCAPI void ** $vftableForNetworkEnableDisableListener()
MCAPI void $dtor()
Definition GameConnectionInfo.h:7
Definition ConnectionDefinition.h:5