GDExtensionInterfaceVariantHasMethod typedef
GDExtensionInterfaceVariantHasMethod = Pointer<NativeFunction<GDExtensionInterfaceVariantHasMethodFunction> >
@name variant_has_method @since 4.1
Checks if a Variant has the given method.
@param p_self A pointer to the Variant. @param p_method A pointer to a StringName with the method name.
@return
Implementation
typedef GDExtensionInterfaceVariantHasMethod =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceVariantHasMethodFunction>
>;