LeviLamina
Loading...
Searching...
No Matches
PropertyMetadata.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
PropertyMetadata
{
6
public
:
7
// PropertyMetadata inner types define
8
enum class
ContainedType : schar {
9
None = -1,
10
IntProperty = 0,
11
FloatProperty = 1,
12
BoolProperty = 2,
13
EnumIndexProperty = 3,
14
Count = 4,
15
};
16
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 48>
mUnkb31e60;
21
::ll::UntypedStorage<1, 1>
mUnkf835bf;
22
::ll::UntypedStorage<8, 8>
mUnkec4683;
23
::ll::UntypedStorage<8, 8>
mUnkf0318d;
24
::ll::UntypedStorage<1, 1>
mUnk94ae84;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
PropertyMetadata
& operator=(
PropertyMetadata
const
&);
30
PropertyMetadata
(
PropertyMetadata
const
&);
31
PropertyMetadata
();
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
~PropertyMetadata
();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCFOLD
void
$dtor();
43
// NOLINTEND
44
};
PropertyMetadata
Definition
PropertyMetadata.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
state
PropertyMetadata.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0