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::TypedStorage<8, 32, ::std::string> mString;
17
::ll::TypedStorage<4, 4, ::KeyOrNameResult::ResultType> mType;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
~KeyOrNameResult
();
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCFOLD
void
$dtor();
30
// NOLINTEND
31
};
KeyOrNameResult
Definition
KeyOrNameResult.h:5
src
mc
world
actor
KeyOrNameResult.h
Generated on
for LeviLamina by
1.16.1