LeviLamina
Loading...
Searching...
No Matches
ConnectRequest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
class
ConnectRequest
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk2efad2;
12
::ll::UntypedStorage<8, 32>
mUnka670d3;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
ConnectRequest
& operator=(
ConnectRequest
const
&);
18
ConnectRequest
(
ConnectRequest
const
&);
19
ConnectRequest
();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI ::std::string ToString()
const
;
25
26
MCAPI
~ConnectRequest
();
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCFOLD static ::NetherNet::ConnectRequest Create(uint64 sessionId, ::std::string sdp);
33
34
MCAPI static ::std::optional<::NetherNet::ConnectRequest> TryParse(::std::array<::std::string_view, 3>
const
& tokens
35
);
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCAPI static ::std::string_view
const
& kIdentifier();
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCFOLD
void
$dtor();
48
// NOLINTEND
49
};
50
51
}
// namespace NetherNet
NetherNet::ConnectRequest
Definition
ConnectRequest.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
signaling
ConnectRequest.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0