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
MCNAPI ::entt::meta_type
const
&
cacheType
(::entt::meta_type&& type);
24
25
MCNAPI
~TypeCache
();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCNAPI
void
$dtor
();
32
// NOLINTEND
33
};
34
35
}
// namespace Scripting::internal
Scripting::internal::TypeCache
Definition
TypeCache.h:7
Scripting::internal::TypeCache::cacheType
MCAPI::entt::meta_type const & cacheType(::entt::meta_type &&type)
Scripting::internal::TypeCache::~TypeCache
MCAPI ~TypeCache()
Scripting::internal::TypeCache::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
lifetime_registry
TypeCache.h
Generated on Fri Jun 13 2025 05:04:27 for LeviLamina by
1.12.0