LeviLamina
Loading...
Searching...
No Matches
ScriptValue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Scripting {
class
WeakLifetimeScope
; }
8
namespace
Scripting {
struct
ContextId
; }
9
// clang-format on
10
11
namespace
Scripting {
12
13
class
ScriptValue {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnk7e6933;
18
::ll::UntypedStorage<1, 1>
mUnk979b85;
19
::ll::UntypedStorage<8, 16>
mUnk5510fe;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
ScriptValue& operator=(ScriptValue
const
&);
25
ScriptValue
(ScriptValue
const
&);
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~ScriptValue();
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCNAPI
ScriptValue
();
37
38
MCNAPI ::Scripting::ContextId
getContextId
()
const
;
39
40
MCNAPI ::Scripting::WeakLifetimeScope
getWeakLifetimeScope
()
const
;
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCNAPI
void
*
$ctor
();
47
// NOLINTEND
48
49
public
:
50
// destructor thunk
51
// NOLINTBEGIN
52
MCNAPI
void
$dtor
();
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
61
62
}
// namespace Scripting
Scripting::ScriptValue::$vftable
static MCAPI void ** $vftable()
Scripting::ScriptValue::ScriptValue
MCAPI ScriptValue()
Scripting::ScriptValue::getWeakLifetimeScope
MCAPI::Scripting::WeakLifetimeScope getWeakLifetimeScope() const
Scripting::ScriptValue::$ctor
MCAPI void * $ctor()
Scripting::ScriptValue::getContextId
MCAPI::Scripting::ContextId getContextId() const
Scripting::ScriptValue::$dtor
MCAPI void $dtor()
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:14
Scripting::ContextId
Definition
ContextId.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
script_engine
ScriptValue.h
Generated on
for LeviLamina by
1.16.1