3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/binding_type/TaggedBinding.h"
10namespace Scripting {
class WeakLifetimeScope; }
38 ::entt::meta_type type_,
53 ::entt::meta_type type_,
Definition WeakLifetimeScope.h:12
Definition ConstantFactory.h:15
MCAPI ConstantFactory(::std::string name_, ::entt::meta_type type_, bool primitive_, ::std::function<::entt::meta_any(::Scripting::WeakLifetimeScope &)> func_)
MCAPI void * $ctor(::Scripting::ConstantFactory &&)
MCAPI void * $ctor(::std::string name_, ::entt::meta_type type_, bool primitive_, ::std::function<::entt::meta_any(::Scripting::WeakLifetimeScope &)> func_)
MCAPI ConstantFactory(::Scripting::ConstantFactory &&)
Definition TaggedBinding.h:13