GDExtensionInterfaceVariantGet typedef
@name variant_get @since 4.1
Gets the value of a key from a Variant.
@param p_self A pointer to the Variant. @param p_key A pointer to a Variant representing the key. @param r_ret A pointer to a Variant which will be assigned the value. @param r_valid A pointer to a boolean which will be set to false if the operation is invalid.
Implementation
typedef GDExtensionInterfaceVariantGet =
ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceVariantGetFunction>>;