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
MolangEntityVariable
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
explicit
MolangEntityVariable
(
::HashedString
const
& value);
31
32
MCFOLD ::MolangEntityVariable& operator=(
::MolangEntityVariable
&&);
33
34
MCAPI
~MolangEntityVariable
();
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCAPI
void
* $ctor(
::HashedString
const
& value);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCFOLD
void
$dtor();
47
// NOLINTEND
48
};
HashedString
Definition
HashedString.h:5
MolangEntityVariable
Definition
MolangEntityVariable.h:14
MolangHashStringVariable
Definition
MolangHashStringVariable.h:6
src
mc
util
MolangEntityVariable.h
Generated on Fri Jun 13 2025 05:04:55 for LeviLamina by
1.12.0