LeviLamina
Loading...
Searching...
No Matches
SelectionVolumeUpdate.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
10
namespace
cereal {
struct
ReflectionCtx
; }
11
// clang-format on
12
13
namespace
Editor::Network {
14
15
class
SelectionVolumeUpdate :
public
::Editor::Network::NetworkPayload
<::Editor::Network::SelectionVolumeUpdate> {
16
public
:
17
// SelectionVolumeUpdate inner types define
18
enum class
Action :
int
{
19
Set = 0,
20
Add = 1,
21
Remove = 2,
22
Clear = 3,
23
Translate = 4,
24
Move = 5,
25
};
26
27
public
:
28
// member variables
29
// NOLINTBEGIN
30
::ll::UntypedStorage<4, 4>
mUnk83f8d2;
31
::ll::UntypedStorage<8, 104>
mUnkd38f27;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
SelectionVolumeUpdate& operator=(SelectionVolumeUpdate
const
&);
37
SelectionVolumeUpdate(SelectionVolumeUpdate
const
&);
38
SelectionVolumeUpdate();
39
40
public
:
41
// virtual functions
42
// NOLINTBEGIN
43
virtual
~SelectionVolumeUpdate()
/*override*/
;
44
// NOLINTEND
45
46
public
:
47
// static functions
48
// NOLINTBEGIN
49
MCNAPI
static
void
bindType
(
::cereal::ReflectionCtx
&
ctx
);
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
MCNAPI
void
$dtor
();
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
64
65
}
// namespace Editor::Network
Editor::Network::NetworkPayload
Definition
NetworkPayload.h:8
Editor::Network::SelectionVolumeUpdate::$dtor
MCAPI void $dtor()
Editor::Network::SelectionVolumeUpdate::bindType
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Editor::Network::SelectionVolumeUpdate::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
selection
SelectionVolumeUpdate.h
Generated on
for LeviLamina by
1.16.1