LeviLamina
Loading...
Searching...
No Matches
MessagePerformance.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
MessagePerformance
{
6
public
:
7
// MessagePerformance inner types define
8
enum class
Status : uchar {
9
Success = 0,
10
FailedToSend = 1,
11
FailedToDeliver = 2,
12
FailedWaitingToSend = 3,
13
FailedWaitingToAccept = 4,
14
FailedWaitingToDeliver = 5,
15
};
16
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 32>
mUnk1f287a;
21
::ll::UntypedStorage<1, 1>
mUnk694795;
22
::ll::UntypedStorage<8, 8>
mUnk9314c0;
23
::ll::UntypedStorage<8, 8>
mUnk14fc51;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
MessagePerformance
& operator=(
MessagePerformance
const
&);
29
MessagePerformance
(
MessagePerformance
const
&);
30
MessagePerformance
();
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCNAPI
~MessagePerformance
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
MessagePerformance
Definition
MessagePerformance.h:5
MessagePerformance::~MessagePerformance
MCAPI ~MessagePerformance()
MessagePerformance::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
network
services
signaling
MessagePerformance.h
Generated on Fri Jun 13 2025 05:04:44 for LeviLamina by
1.12.0