LeviLamina
Loading...
Searching...
No Matches
RakNetSocket2.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
RakNet {
struct
RNS2_SendParameters
; }
8
// clang-format on
9
10
namespace
RakNet {
11
12
class
RakNetSocket2 :
public
::std::enable_shared_from_this<::RakNet::RakNetSocket2> {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 8>
mUnk45c154;
17
::ll::UntypedStorage<4, 4>
mUnk71ae1a;
18
::ll::UntypedStorage<4, 4>
mUnkf42590;
19
::ll::UntypedStorage<8, 136>
mUnk164a1f;
20
::ll::UntypedStorage<4, 4>
mUnk923992;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
RakNetSocket2& operator=(RakNetSocket2
const
&);
26
RakNetSocket2(RakNetSocket2
const
&);
27
RakNetSocket2();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
~RakNetSocket2() =
default
;
33
34
virtual
int
Send(
::RakNet::RNS2_SendParameters
*,
char
const
*, uint) = 0;
35
36
virtual
void
SetMulticastInterface(
int
interfaceIndex);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCFOLD
void
$SetMulticastInterface(
int
interfaceIndex);
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
53
54
}
// namespace RakNet
RakNet::RakNetSocket2::$vftable
static MCAPI void ** $vftable()
RakNet::RNS2_SendParameters
Definition
RNS2_SendParameters.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
RakNetSocket2.h
Generated on
for LeviLamina by
1.16.1