LeviLamina
Loading...
Searching...
No Matches
TypeCache.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting::internal {
6
7
class
TypeCache
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 64>
mUnk8409a9;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
TypeCache
& operator=(
TypeCache
const
&);
17
TypeCache
(
TypeCache
const
&);
18
TypeCache
();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI ::entt::meta_type
const
& cacheType(::entt::meta_type&& type);
24
25
MCAPI
~TypeCache
();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCAPI
void
$dtor();
32
// NOLINTEND
33
};
34
35
}
// namespace Scripting::internal
Scripting::internal::TypeCache
Definition
TypeCache.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
lifetime_registry
TypeCache.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0