LeviLamina
Loading...
Searching...
No Matches
KeyOrNameResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
KeyOrNameResult
{
6
public
:
7
// KeyOrNameResult inner types define
8
enum class
ResultType :
int
{
9
LocalizationKey = 0,
10
Name = 1,
11
};
12
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 32>
mUnk147683;
17
::ll::UntypedStorage<4, 4>
mUnk5fbc85;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
KeyOrNameResult
& operator=(
KeyOrNameResult
const
&);
23
KeyOrNameResult
(
KeyOrNameResult
const
&);
24
KeyOrNameResult
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI
~KeyOrNameResult
();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCNAPI
void
$dtor
();
36
// NOLINTEND
37
};
KeyOrNameResult
Definition
KeyOrNameResult.h:5
KeyOrNameResult::$dtor
MCAPI void $dtor()
KeyOrNameResult::~KeyOrNameResult
MCAPI ~KeyOrNameResult()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
KeyOrNameResult.h
Generated on Fri Jun 13 2025 05:05:02 for LeviLamina by
1.12.0