35 virtual ::Scripting::StrongTypedObjectHandle<::Scripting::PromiseType> makePromise() ;
38 virtual ::Scripting::StrongTypedObjectHandle<::Scripting::DataBufferHandleType>
39 makeDataBuffer(uchar
const* data, uint64 size, ::entt::meta_type
const& dataType) ;
48 MCNAPI ::Scripting::StrongTypedObjectHandle<::Scripting::PromiseType>
$makePromise();
50 MCNAPI ::Scripting::StrongTypedObjectHandle<::Scripting::DataBufferHandleType>
51 $makeDataBuffer(uchar
const* data, uint64 size, ::entt::meta_type
const& dataType);