Browse Source

headers: Sync with upstream commit 3e9ead0 (4.0-alpha7)

Rémi Verschelde 3 years ago
parent
commit
0b050442da
2 changed files with 925 additions and 149 deletions
  1. 924 149
      godot-headers/extension_api.json
  2. 1 0
      godot-headers/godot/gdnative_interface.h

File diff suppressed because it is too large
+ 924 - 149
godot-headers/extension_api.json


+ 1 - 0
godot-headers/godot/gdnative_interface.h

@@ -416,6 +416,7 @@ typedef struct {
 	void (*variant_iter_get)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_iter, GDNativeVariantPtr r_ret, GDNativeBool *r_valid);
 	GDNativeBool (*variant_hash_compare)(const GDNativeVariantPtr p_self, const GDNativeVariantPtr p_other);
 	GDNativeBool (*variant_booleanize)(const GDNativeVariantPtr p_self);
+	void (*variant_sub)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, GDNativeVariantPtr r_dst);
 	void (*variant_blend)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, float p_c, GDNativeVariantPtr r_dst);
 	void (*variant_interpolate)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, float p_c, GDNativeVariantPtr r_dst);
 	void (*variant_duplicate)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_ret, GDNativeBool p_deep);

Some files were not shown because too many files changed in this diff