Browse Source

Correct godot-headers/extension_api.json `operator.right_type` field Nil -> Variant

Emmanuel Leblond 2 years ago
parent
commit
d17b256fdd
1 changed files with 85 additions and 85 deletions
  1. 85 85
      godot-headers/extension_api.json

+ 85 - 85
godot-headers/extension_api.json

@@ -5715,17 +5715,17 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "or",
 					"name": "or",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -6172,7 +6172,7 @@
 					"arguments": [
 					"arguments": [
 						{
 						{
 							"name": "from",
 							"name": "from",
-							"type": "Nil"
+							"type": "Variant"
 						}
 						}
 					]
 					]
 				}
 				}
@@ -6185,27 +6185,27 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "and",
 					"name": "and",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "or",
 					"name": "or",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "xor",
 					"name": "xor",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -6343,12 +6343,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -6365,17 +6365,17 @@
 				},
 				},
 				{
 				{
 					"name": "and",
 					"name": "and",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "or",
 					"name": "or",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "xor",
 					"name": "xor",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -6703,12 +6703,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -6721,17 +6721,17 @@
 				},
 				},
 				{
 				{
 					"name": "and",
 					"name": "and",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "or",
 					"name": "or",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "xor",
 					"name": "xor",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -7025,17 +7025,17 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "%",
 					"name": "%",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "String"
 					"return_type": "String"
 				},
 				},
 				{
 				{
@@ -8648,12 +8648,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -9404,12 +9404,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -9645,12 +9645,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -9953,12 +9953,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -10319,12 +10319,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -11126,12 +11126,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -11381,12 +11381,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -11848,12 +11848,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -12394,12 +12394,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -12660,12 +12660,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -12970,12 +12970,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -13372,12 +13372,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -13819,12 +13819,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -14184,12 +14184,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -15889,12 +15889,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -16449,12 +16449,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -16564,12 +16564,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -16718,12 +16718,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -16797,12 +16797,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -16998,12 +16998,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -17158,12 +17158,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -17367,12 +17367,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -18032,7 +18032,7 @@
 						},
 						},
 						{
 						{
 							"name": "script",
 							"name": "script",
-							"type": "Nil"
+							"type": "Variant"
 						}
 						}
 					]
 					]
 				},
 				},
@@ -18127,12 +18127,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -19006,12 +19006,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -19347,12 +19347,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -19688,12 +19688,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -20029,12 +20029,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -20370,12 +20370,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -20711,12 +20711,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -21057,12 +21057,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
@@ -21403,12 +21403,12 @@
 			"operators": [
 			"operators": [
 				{
 				{
 					"name": "==",
 					"name": "==",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{
 					"name": "!=",
 					"name": "!=",
-					"right_type": "Nil",
+					"right_type": "Variant",
 					"return_type": "bool"
 					"return_type": "bool"
 				},
 				},
 				{
 				{