LeviLamina
Loading...
Searching...
No Matches
ScriptComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
ClassBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
class
ScriptComponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope const> mScope;
20
::ll::TypedStorage<8, 32, ::std::string> mId;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~ScriptComponent
();
27
28
virtual
bool
_isValid()
const
= 0;
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI static ::Scripting::ClassBinding bind();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
55
56
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptComponent
Definition
ScriptComponent.h:15
ScriptModuleMinecraft::ScriptComponent::$vftable
static MCAPI void ** $vftable()
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
components
ScriptComponent.h
Generated on
for LeviLamina by
1.16.1