GDExtensionInterfaceVariantGetPtrConstructor typedef

GDExtensionInterfaceVariantGetPtrConstructor = Pointer<NativeFunction<GDExtensionInterfaceVariantGetPtrConstructorFunction>>

@name variant_get_ptr_constructor @since 4.1

Gets a pointer to a function that can call one of the constructors for a type of Variant.

@param p_type The Variant type. @param p_constructor The index of the constructor.

@return A pointer to a function that can call one of the constructors for a type of Variant.

Implementation

typedef GDExtensionInterfaceVariantGetPtrConstructor =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceVariantGetPtrConstructorFunction>
    >;