LeviLamina
Loading...
Searching...
No Matches
ServerTelemetryData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social::Events {
6
7
struct
ServerTelemetryData {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnk64ca34;
12
::ll::UntypedStorage<8, 32>
mUnk1d4791;
13
::ll::UntypedStorage<8, 32>
mUnkacbc35;
14
::ll::UntypedStorage<8, 32>
mUnk1276d3;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
ServerTelemetryData& operator=(ServerTelemetryData
const
&);
20
ServerTelemetryData();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCNAPI
ServerTelemetryData
(
::Social::Events::ServerTelemetryData
const
&);
26
27
MCNAPI ::Social::Events::ServerTelemetryData&
operator=
(
::Social::Events::ServerTelemetryData
&&);
28
29
MCNAPI
~ServerTelemetryData
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCNAPI
void
*
$ctor
(
::Social::Events::ServerTelemetryData
const
&);
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
44
45
}
// namespace Social::Events
Social::Events::ServerTelemetryData
Definition
ServerTelemetryData.h:7
Social::Events::ServerTelemetryData::$ctor
MCAPI void * $ctor(::Social::Events::ServerTelemetryData const &)
Social::Events::ServerTelemetryData::operator=
MCAPI::Social::Events::ServerTelemetryData & operator=(::Social::Events::ServerTelemetryData &&)
Social::Events::ServerTelemetryData::ServerTelemetryData
MCAPI ServerTelemetryData(::Social::Events::ServerTelemetryData const &)
Social::Events::ServerTelemetryData::~ServerTelemetryData
MCAPI ~ServerTelemetryData()
Social::Events::ServerTelemetryData::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
events
event_data
ServerTelemetryData.h
Generated on
for LeviLamina by
1.16.1