LeviLamina
Loading...
Searching...
No Matches
EventingRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // EventingRequest inner types declare
8 // clang-format off
10 struct PersonaEmoteData;
11 struct PlayerBounceData;
13 // clang-format on
14
15 // EventingRequest inner types define
17 public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 PersonaEmoteData& operator=(PersonaEmoteData const&);
30 };
31
33 public:
34 // member variables
35 // NOLINTBEGIN
39 // NOLINTEND
40
41 public:
42 // prevent constructor by default
43 PlayerBounceData& operator=(PlayerBounceData const&);
46 };
47
49 public:
50 // member variables
51 // NOLINTBEGIN
55 // NOLINTEND
56
57 public:
58 // prevent constructor by default
62 };
63
65 public:
66 // member variables
67 // NOLINTBEGIN
70 // NOLINTEND
71
72 public:
73 // prevent constructor by default
77 };
78
79public:
80 // member variables
81 // NOLINTBEGIN
82 ::ll::TypedStorage<
83 8,
84 48,
85 ::std::variant<
90 mData;
91 // NOLINTEND
92
93public:
94 // member functions
95 // NOLINTBEGIN
97 // NOLINTEND
98
99public:
100 // destructor thunk
101 // NOLINTBEGIN
102 MCNAPI void $dtor();
103 // NOLINTEND
104};
Definition EventingRequest.h:64
Definition EventingRequest.h:16
Definition EventingRequest.h:32
Definition EventingRequest.h:5
MCAPI void $dtor()
MCAPI ~EventingRequest()
Definition Alias.h:14