LeviLamina
Loading...
Searching...
No Matches
SpeedSettingsChangedPayload.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
10namespace Editor::Settings { struct SpeedProps; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
16class SpeedSettingsChangedPayload
17: public ::Editor::Network::NetworkPayload<::Editor::Network::SpeedSettingsChangedPayload> {
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24#ifdef LL_PLAT_S
25public:
26 // prevent constructor by default
27 SpeedSettingsChangedPayload& operator=(SpeedSettingsChangedPayload const&);
28 SpeedSettingsChangedPayload(SpeedSettingsChangedPayload const&);
29 SpeedSettingsChangedPayload();
30
31#else // LL_PLAT_C
32public:
33 // prevent constructor by default
34 SpeedSettingsChangedPayload& operator=(SpeedSettingsChangedPayload const&);
35 SpeedSettingsChangedPayload(SpeedSettingsChangedPayload const&);
36
37#endif
38public:
39 // member functions
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCNAPI SpeedSettingsChangedPayload();
43#endif
44
46
47 MCNAPI ::Editor::Settings::SpeedProps const& getSpeedSettingsProps() const;
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59#ifdef LL_PLAT_C
60 MCNAPI void* $ctor();
61#endif
62
63 MCNAPI void* $ctor(::Editor::Settings::SpeedProps const& props);
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace Editor::Network
Definition NetworkPayload.h:8
MCAPI void * $ctor(::Editor::Settings::SpeedProps const &props)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::Editor::Settings::SpeedProps const & getSpeedSettingsProps() const
MCAPI SpeedSettingsChangedPayload(::Editor::Settings::SpeedProps const &props)
Definition SpeedProps.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14