GDExtensionInterfaceVariantHashCompare typedef

GDExtensionInterfaceVariantHashCompare = Pointer<NativeFunction<GDExtensionInterfaceVariantHashCompareFunction>>

@name variant_hash_compare @since 4.1

Compares two Variants by their hash.

@param p_self A pointer to the Variant. @param p_other A pointer to the other Variant to compare it to.

@return The hash value.

@see Variant::hash_compare()

Implementation

typedef GDExtensionInterfaceVariantHashCompare =
    ffi.Pointer<
      ffi.NativeFunction<GDExtensionInterfaceVariantHashCompareFunction>
    >;