LeviLamina
Loading...
Searching...
No Matches
EntityOperationData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
// clang-format on
9
10
namespace
Editor::Transactions {
11
12
struct
EntityOperationData {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 8>
mUnk25d71f;
17
::ll::UntypedStorage<8, 8>
mUnk670f46;
18
::ll::UntypedStorage<8, 8>
mUnk879540;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
EntityOperationData& operator=(EntityOperationData
const
&);
24
EntityOperationData(EntityOperationData
const
&);
25
EntityOperationData();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI
explicit
EntityOperationData
(
::Actor
* entity);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCNAPI
void
*
$ctor
(
::Actor
* entity);
37
// NOLINTEND
38
};
39
40
}
// namespace Editor::Transactions
Actor
Definition
Actor.h:125
Editor::Transactions::EntityOperationData::$ctor
MCAPI void * $ctor(::Actor *entity)
Editor::Transactions::EntityOperationData::EntityOperationData
MCAPI EntityOperationData(::Actor *entity)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
common
editor
EntityOperationData.h
Generated on
for LeviLamina by
1.16.1