LeviLamina
Loading...
Searching...
No Matches
WidgetAddEntityComponentPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetComponentBasePayload.h"
8
9// auto generated forward declare list
10// clang-format off
11class Vec3;
12namespace cereal { struct ReflectionCtx; }
13namespace mce { class UUID; }
14// clang-format on
15
16namespace Editor::Network {
17
19: public ::Editor::Network::NetworkPayload<::Editor::Network::WidgetAddEntityComponentPayload>,
21public:
22 // member variables
23 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 0
40 virtual ~WidgetAddEntityComponentPayload() /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
47 ::mce::UUID const& serviceId,
48 ::mce::UUID const& groupId,
49 ::mce::UUID const& widgetId,
50 ::mce::UUID const& componentId,
51 ::std::string const& componentName,
52 ::Vec3 const& pos,
53 bool visible,
54 bool lockToSurface,
55 ::std::string const& entityName,
56 bool clickable,
57 ::std::optional<::std::string> selectedAnimation,
58 ::std::optional<::std::string> deselectedAnimation
59 );
60
61 MCAPI ::Editor::Network::WidgetAddEntityComponentPayload&
63 // NOLINTEND
64
65public:
66 // static functions
67 // NOLINTBEGIN
68 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
69 // NOLINTEND
70
71public:
72 // constructor thunks
73 // NOLINTBEGIN
74 MCAPI void* $ctor(
75 ::mce::UUID const& serviceId,
76 ::mce::UUID const& groupId,
77 ::mce::UUID const& widgetId,
78 ::mce::UUID const& componentId,
79 ::std::string const& componentName,
80 ::Vec3 const& pos,
81 bool visible,
82 bool lockToSurface,
83 ::std::string const& entityName,
84 bool clickable,
85 ::std::optional<::std::string> selectedAnimation,
86 ::std::optional<::std::string> deselectedAnimation
87 );
88 // NOLINTEND
89
90public:
91 // destructor thunk
92 // NOLINTBEGIN
93 MCAPI void $dtor();
94 // NOLINTEND
95
96public:
97 // vftables
98 // NOLINTBEGIN
99 MCAPI static void** $vftable();
100 // NOLINTEND
101};
102
103} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition WidgetAddEntityComponentPayload.h:20
Definition WidgetComponentBasePayload.h:17
Definition Vec3.h:10
Definition UUID.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14