27 ObjectFactory& operator=(ObjectFactory
const&);
28 ObjectFactory(ObjectFactory
const&);
34 virtual ::Scripting::StrongTypedObjectHandle<::Scripting::PromiseType> makePromise() ;
36 virtual ::Scripting::StrongTypedObjectHandle<::Scripting::DataBufferHandleType>
37 makeDataBuffer(uchar
const* data, uint64 size, ::entt::meta_type
const& dataType) ;
39 virtual ~ObjectFactory() =
default;
45 MCNAPI ::Scripting::StrongTypedObjectHandle<::Scripting::PromiseType>
$makePromise();
47 MCNAPI ::Scripting::StrongTypedObjectHandle<::Scripting::DataBufferHandleType>
48 $makeDataBuffer(uchar
const* data, uint64 size, ::entt::meta_type
const& dataType);