Explorar el Código

headers: Sync with upstream commit afdae67cc (4.0-alpha11)

Rémi Verschelde hace 3 años
padre
commit
d8a65edc4a
Se han modificado 2 ficheros con 265 adiciones y 127 borrados
  1. 264 126
      godot-headers/extension_api.json
  2. 1 1
      godot-headers/godot/gdnative_interface.h

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 264 - 126
godot-headers/extension_api.json


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

@@ -153,7 +153,7 @@ typedef enum {
 	GDNATIVE_CALL_ERROR_TOO_MANY_ARGUMENTS, /* expected is number of arguments */
 	GDNATIVE_CALL_ERROR_TOO_FEW_ARGUMENTS, /*  expected is number of arguments */
 	GDNATIVE_CALL_ERROR_INSTANCE_IS_NULL,
-
+	GDNATIVE_CALL_ERROR_METHOD_NOT_CONST, /* used for const call */
 } GDNativeCallErrorType;
 
 typedef struct {

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio