GDExtensionInterfaceVariantBooleanize typedef
GDExtensionInterfaceVariantBooleanize = Pointer<NativeFunction<GDExtensionInterfaceVariantBooleanizeFunction> >
@name variant_booleanize @since 4.1
Converts a Variant to a boolean.
@param p_self A pointer to the Variant.
@return The boolean value of the Variant.
Implementation
typedef GDExtensionInterfaceVariantBooleanize =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceVariantBooleanizeFunction>
>;