LeviLamina
Loading...
Searching...
No Matches
NetworkSessionOwner.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/TransportLayer.h"
8
9
class
NetworkSessionOwner :
public
::Bedrock::EnableNonOwnerReferences
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::UntypedStorage<8, 8>
mUnka7bd76;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
NetworkSessionOwner& operator=(NetworkSessionOwner
const
&);
19
NetworkSessionOwner(NetworkSessionOwner
const
&);
20
NetworkSessionOwner();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
~NetworkSessionOwner()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
void
createNetworkSession
(::TransportLayer transportLayer);
32
33
MCNAPI_S
void
destroyNetworkSession();
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
NetworkSessionOwner::$vftable
static MCAPI void ** $vftable()
NetworkSessionOwner::createNetworkSession
MCAPI void createNetworkSession(::TransportLayer transportLayer)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
network
NetworkSessionOwner.h
Generated on
for LeviLamina by
1.16.1