LeviLamina
Loading...
Searching...
No Matches
EventingRequest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
EventingRequest
{
6
public
:
7
// EventingRequest inner types declare
8
// clang-format off
9
struct
ActorMovementCorrectionData
;
10
struct
PersonaEmoteData
;
11
struct
PlayerBounceData
;
12
struct
PlayerUnexpectedFallDamageData
;
13
// clang-format on
14
15
// EventingRequest inner types define
16
struct
PersonaEmoteData
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 32>
mUnkc28b4c;
21
::ll::UntypedStorage<1, 1>
mUnk73d3b0;
22
::ll::UntypedStorage<4, 4>
mUnkb9b4ae;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
PersonaEmoteData
& operator=(
PersonaEmoteData
const
&);
28
PersonaEmoteData
(
PersonaEmoteData
const
&);
29
PersonaEmoteData
();
30
};
31
32
struct
PlayerBounceData
{
33
public
:
34
// member variables
35
// NOLINTBEGIN
36
::ll::UntypedStorage<8, 8>
mUnkcf8f72;
37
::ll::UntypedStorage<8, 8>
mUnkc09b76;
38
::ll::UntypedStorage<4, 4>
mUnkeaecbe;
39
// NOLINTEND
40
41
public
:
42
// prevent constructor by default
43
PlayerBounceData
& operator=(
PlayerBounceData
const
&);
44
PlayerBounceData
(
PlayerBounceData
const
&);
45
PlayerBounceData
();
46
};
47
48
struct
PlayerUnexpectedFallDamageData
{
49
public
:
50
// member variables
51
// NOLINTBEGIN
52
::ll::UntypedStorage<4, 4>
mUnk3878e5;
53
::ll::UntypedStorage<1, 1>
mUnk8e3f6b;
54
::ll::UntypedStorage<4, 4>
mUnk3b030a;
55
// NOLINTEND
56
57
public
:
58
// prevent constructor by default
59
PlayerUnexpectedFallDamageData
& operator=(
PlayerUnexpectedFallDamageData
const
&);
60
PlayerUnexpectedFallDamageData
(
PlayerUnexpectedFallDamageData
const
&);
61
PlayerUnexpectedFallDamageData
();
62
};
63
64
struct
ActorMovementCorrectionData
{
65
public
:
66
// member variables
67
// NOLINTBEGIN
68
::ll::UntypedStorage<4, 4>
mUnk7a7984;
69
::ll::UntypedStorage<8, 24>
mUnk783515;
70
// NOLINTEND
71
72
public
:
73
// prevent constructor by default
74
ActorMovementCorrectionData
& operator=(
ActorMovementCorrectionData
const
&);
75
ActorMovementCorrectionData
(
ActorMovementCorrectionData
const
&);
76
ActorMovementCorrectionData
();
77
};
78
79
public
:
80
// member variables
81
// NOLINTBEGIN
82
::ll::TypedStorage<
83
8,
84
48,
85
::std::variant<
86
::EventingRequest::PersonaEmoteData
,
87
::EventingRequest::PlayerBounceData
,
88
::EventingRequest::PlayerUnexpectedFallDamageData
,
89
::EventingRequest::ActorMovementCorrectionData
>>
90
mData;
91
// NOLINTEND
92
93
public
:
94
// member functions
95
// NOLINTBEGIN
96
MCNAPI
~EventingRequest
();
97
// NOLINTEND
98
99
public
:
100
// destructor thunk
101
// NOLINTBEGIN
102
MCNAPI
void
$dtor
();
103
// NOLINTEND
104
};
EventingRequest::ActorMovementCorrectionData
Definition
EventingRequest.h:64
EventingRequest::PersonaEmoteData
Definition
EventingRequest.h:16
EventingRequest::PlayerBounceData
Definition
EventingRequest.h:32
EventingRequest::PlayerUnexpectedFallDamageData
Definition
EventingRequest.h:48
EventingRequest
Definition
EventingRequest.h:5
EventingRequest::$dtor
MCAPI void $dtor()
EventingRequest::~EventingRequest
MCAPI ~EventingRequest()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components
EventingRequest.h
Generated on Wed Jul 23 2025 08:33:56 for LeviLamina by
1.12.0