LeviLamina
Loading...
Searching...
No Matches
StructureDuplicatePayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
16class StructureDuplicatePayload
17: public ::Editor::Network::NetworkPayload<::Editor::Network::StructureDuplicatePayload> {
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 StructureDuplicatePayload();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32#ifdef LL_PLAT_S
33 virtual ~StructureDuplicatePayload() /*override*/ = default;
34#else // LL_PLAT_C
35 virtual ~StructureDuplicatePayload() /*override*/;
36#endif
37
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
44
45#ifdef LL_PLAT_C
46 MCNAPI StructureDuplicatePayload(::HashedString const& newId, ::HashedString const& fromId);
47#endif
48
49 MCNAPI ::Editor::Network::StructureDuplicatePayload& operator=(::Editor::Network::StructureDuplicatePayload const&);
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
62
63#ifdef LL_PLAT_C
64 MCNAPI void* $ctor(::HashedString const& newId, ::HashedString const& fromId);
65#endif
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftable();
78 // NOLINTEND
79};
80
81} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition StructureDuplicatePayload.h:17
MCAPI void * $ctor(::Editor::Network::StructureDuplicatePayload const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI StructureDuplicatePayload(::Editor::Network::StructureDuplicatePayload const &)
MCAPI::Editor::Network::StructureDuplicatePayload & operator=(::Editor::Network::StructureDuplicatePayload const &)
Definition HashedString.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14