LeviLamina
Loading...
Searching...
No Matches
BaseScriptComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/ObjectHandleValue.h"
7
8namespace Scripting::internal {
9
11public:
12 // member variables
13 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
36 MCNAPI ::entt::meta_any fetch(
37 ::entt::basic_registry<::Scripting::ObjectHandleValue>& registry,
38 ::Scripting::ObjectHandleValue handle
39 ) const;
40
41 MCNAPI ::Scripting::internal::BaseScriptComponent& operator=(::Scripting::internal::BaseScriptComponent&&);
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace Scripting::internal
Definition BaseScriptComponent.h:10
MCAPI BaseScriptComponent(::Scripting::internal::BaseScriptComponent &&)
MCAPI::Scripting::internal::BaseScriptComponent & operator=(::Scripting::internal::BaseScriptComponent &&)
MCAPI::entt::meta_any fetch(::entt::basic_registry<::Scripting::ObjectHandleValue > &registry, ::Scripting::ObjectHandleValue handle) const
MCAPI void * $ctor(::Scripting::internal::BaseScriptComponent &&)
Definition Alias.h:14