LeviLamina
Loading...
Searching...
No Matches
RemoteClient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
struct
RemoteClient
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk4c556f;
12
::ll::UntypedStorage<8, 136>
mUnk15dcb5;
13
::ll::UntypedStorage<8, 24>
mUnk5eab4b;
14
::ll::UntypedStorage<1, 1>
mUnk582874;
15
::ll::UntypedStorage<8, 40>
mUnkdd2d6b;
16
::ll::UntypedStorage<8, 40>
mUnke2d806;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
RemoteClient
& operator=(
RemoteClient
const
&);
22
RemoteClient
(
RemoteClient
const
&);
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI
RemoteClient
();
28
29
MCNAPI
void
SendOrBuffer
(
char
const
** data, uint
const
* lengths,
int
numParameters);
30
31
MCNAPI
~RemoteClient
();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCNAPI
void
*
$ctor
();
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCNAPI
void
$dtor
();
44
// NOLINTEND
45
};
46
47
}
// namespace RakNet
RakNet::RemoteClient
Definition
RemoteClient.h:7
RakNet::RemoteClient::$ctor
MCAPI void * $ctor()
RakNet::RemoteClient::SendOrBuffer
MCAPI void SendOrBuffer(char const **data, uint const *lengths, int numParameters)
RakNet::RemoteClient::RemoteClient
MCAPI RemoteClient()
RakNet::RemoteClient::~RemoteClient
MCAPI ~RemoteClient()
RakNet::RemoteClient::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
RemoteClient.h
Generated on Fri Jun 13 2025 05:04:26 for LeviLamina by
1.12.0