LeviLamina
Loading...
Searching...
No Matches
MolangEntityVariable.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/MolangHashStringVariable.h"
7
#include "mc/util/MolangVariableIndex.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HashedString
;
12
// clang-format on
13
14
struct
MolangEntityVariable
:
public
::MolangHashStringVariable
<::MolangEntityVariable> {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<2, 2, ::MolangVariableIndex> mMolangVariableIndex;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
MolangEntityVariable
& operator=(
MolangEntityVariable
const
&);
24
MolangEntityVariable
(
MolangEntityVariable
const
&);
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
explicit
MolangEntityVariable
(
::HashedString
const
& value);
30
31
MCFOLD ::MolangEntityVariable& operator=(
::MolangEntityVariable
&&);
32
33
MCAPI
~MolangEntityVariable
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::HashedString
const
& value);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD
void
$dtor();
46
// NOLINTEND
47
};
HashedString
Definition
HashedString.h:5
MolangEntityVariable
Definition
MolangEntityVariable.h:14
MolangHashStringVariable
Definition
MolangHashStringVariable.h:6
src
mc
util
MolangEntityVariable.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0