Ver Fonte

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

Rémi Verschelde há 3 anos atrás
pai
commit
d8a65edc4a
2 ficheiros alterados com 265 adições e 127 exclusões
  1. 264 126
      godot-headers/extension_api.json
  2. 1 1
      godot-headers/godot/gdnative_interface.h

Diff do ficheiro suprimidas por serem muito extensas
+ 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 {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff