GDExtensionInterfaceVariantIterGet typedef
GDExtensionInterfaceVariantIterGet = Pointer<NativeFunction<GDExtensionInterfaceVariantIterGetFunction> >
@name variant_iter_get @since 4.1
Gets the next value for an iterator over a Variant.
@param p_self A pointer to the Variant. @param r_iter A pointer to a Variant which will be assigned the iterator. @param r_ret A pointer to a Variant which will be assigned false if the operation is invalid. @param r_valid A pointer to a boolean which will be set to false if the operation is invalid.
@see Variant::iter_get()
Implementation
typedef GDExtensionInterfaceVariantIterGet =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceVariantIterGetFunction>>;