LeviLamina
Loading...
Searching...
No Matches
BaseScriptComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting::internal {
6
7
struct
BaseScriptComponent {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<1, 1>
mUnka330d8;
12
::ll::UntypedStorage<1, 1>
mUnke616b9;
13
::ll::UntypedStorage<8, 8>
mUnk3eb531;
14
::ll::UntypedStorage<8, 8>
mUnkab9030;
15
::ll::UntypedStorage<8, 64>
mUnkecd3c1;
16
::ll::UntypedStorage<8, 8>
mUnkabf9b0;
17
::ll::UntypedStorage<4, 4>
mUnkb11791;
18
::ll::UntypedStorage<4, 4>
mUnk9bc6bc;
19
::ll::UntypedStorage<8, 8>
mUnk200d9b;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
BaseScriptComponent& operator=(BaseScriptComponent
const
&);
25
BaseScriptComponent(BaseScriptComponent
const
&);
26
BaseScriptComponent();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
BaseScriptComponent
(
::Scripting::internal::BaseScriptComponent
&&);
32
33
MCNAPI ::Scripting::internal::BaseScriptComponent&
operator=
(
::Scripting::internal::BaseScriptComponent
&&);
34
35
MCNAPI
~BaseScriptComponent
();
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCNAPI
void
*
$ctor
(
::Scripting::internal::BaseScriptComponent
&&);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCNAPI
void
$dtor
();
48
// NOLINTEND
49
};
50
51
}
// namespace Scripting::internal
Scripting::internal::BaseScriptComponent
Definition
BaseScriptComponent.h:7
Scripting::internal::BaseScriptComponent::BaseScriptComponent
MCAPI BaseScriptComponent(::Scripting::internal::BaseScriptComponent &&)
Scripting::internal::BaseScriptComponent::~BaseScriptComponent
MCAPI ~BaseScriptComponent()
Scripting::internal::BaseScriptComponent::operator=
MCAPI::Scripting::internal::BaseScriptComponent & operator=(::Scripting::internal::BaseScriptComponent &&)
Scripting::internal::BaseScriptComponent::$ctor
MCAPI void * $ctor(::Scripting::internal::BaseScriptComponent &&)
Scripting::internal::BaseScriptComponent::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
lifetime_registry
BaseScriptComponent.h
Generated on
for LeviLamina by
1.16.1