Selaa lähdekoodia

headers: Sync with upstream commit 7281f0f23

Rémi Verschelde 3 vuotta sitten
vanhempi
commit
89ca5440a2
1 muutettua tiedostoa jossa 145 lisäystä ja 11 poistoa
  1. 145 11
      godot-headers/extension_api.json

+ 145 - 11
godot-headers/extension_api.json

@@ -11138,7 +11138,7 @@
 					]
 				},
 				{
-					"name": "translated",
+					"name": "translated_local",
 					"return_type": "Transform2D",
 					"is_vararg": false,
 					"is_const": true,
@@ -12592,7 +12592,7 @@
 					]
 				},
 				{
-					"name": "cubic_slerp",
+					"name": "spherical_cubic_interpolate",
 					"return_type": "Quaternion",
 					"is_vararg": false,
 					"is_const": true,
@@ -13680,7 +13680,7 @@
 					]
 				},
 				{
-					"name": "translated",
+					"name": "translated_local",
 					"return_type": "Transform3D",
 					"is_vararg": false,
 					"is_const": true,
@@ -13713,7 +13713,7 @@
 					]
 				},
 				{
-					"name": "sphere_interpolate_with",
+					"name": "spherical_interpolate_with",
 					"return_type": "Transform3D",
 					"is_vararg": false,
 					"is_const": true,
@@ -34228,6 +34228,31 @@
 						"type": "enum::AnimationPlayer.AnimationMethodCallMode"
 					}
 				},
+				{
+					"name": "set_movie_quit_on_finish_enabled",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 2586408642,
+					"arguments": [
+						{
+							"name": "arg0",
+							"type": "bool"
+						}
+					]
+				},
+				{
+					"name": "is_movie_quit_on_finish_enabled",
+					"is_const": true,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 36873697,
+					"return_value": {
+						"type": "bool"
+					}
+				},
 				{
 					"name": "get_current_animation_position",
 					"is_const": true,
@@ -34408,6 +34433,13 @@
 					"setter": "set_method_call_mode",
 					"getter": "get_method_call_mode",
 					"index": -1
+				},
+				{
+					"type": "bool",
+					"name": "movie_quit_on_finish",
+					"setter": "set_movie_quit_on_finish_enabled",
+					"getter": "is_movie_quit_on_finish_enabled",
+					"index": -1
 				}
 			]
 		},
@@ -84860,6 +84892,17 @@
 						"type": "bool"
 					}
 				},
+				{
+					"name": "get_write_movie_path",
+					"is_const": true,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 201670096,
+					"return_value": {
+						"type": "String"
+					}
+				},
 				{
 					"name": "set_print_error_messages",
 					"is_const": false,
@@ -195257,6 +195300,33 @@
 						}
 					]
 				},
+				{
+					"name": "set_motion_scale",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 373806689,
+					"arguments": [
+						{
+							"name": "motion_scale",
+							"type": "float",
+							"meta": "float"
+						}
+					]
+				},
+				{
+					"name": "get_motion_scale",
+					"is_const": true,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 1740695150,
+					"return_value": {
+						"type": "float",
+						"meta": "float"
+					}
+				},
 				{
 					"name": "global_pose_to_world_transform",
 					"is_const": false,
@@ -195531,6 +195601,13 @@
 				}
 			],
 			"properties": [
+				{
+					"type": "float",
+					"name": "motion_scale",
+					"setter": "set_motion_scale",
+					"getter": "get_motion_scale",
+					"index": -1
+				},
 				{
 					"type": "bool",
 					"name": "show_rest_only",
@@ -200761,6 +200838,56 @@
 				}
 			],
 			"methods": [
+				{
+					"name": "set_root_bone",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 3304788590,
+					"arguments": [
+						{
+							"name": "bone_name",
+							"type": "StringName"
+						}
+					]
+				},
+				{
+					"name": "get_root_bone",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 2737447660,
+					"return_value": {
+						"type": "StringName"
+					}
+				},
+				{
+					"name": "set_scale_base_bone",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 3304788590,
+					"arguments": [
+						{
+							"name": "bone_name",
+							"type": "StringName"
+						}
+					]
+				},
+				{
+					"name": "get_scale_base_bone",
+					"is_const": false,
+					"is_vararg": false,
+					"is_static": false,
+					"is_virtual": false,
+					"hash": 2737447660,
+					"return_value": {
+						"type": "StringName"
+					}
+				},
 				{
 					"name": "set_group_size",
 					"is_const": false,
@@ -201173,6 +201300,20 @@
 				}
 			],
 			"properties": [
+				{
+					"type": "StringName",
+					"name": "root_bone",
+					"setter": "set_root_bone",
+					"getter": "get_root_bone",
+					"index": -1
+				},
+				{
+					"type": "StringName",
+					"name": "scale_base_bone",
+					"setter": "set_scale_base_bone",
+					"getter": "get_scale_base_bone",
+					"index": -1
+				},
 				{
 					"type": "Groups,groups/",
 					"name": "group_size",
@@ -238091,13 +238232,6 @@
 				}
 			]
 		},
-		{
-			"name": "UniformSetCacheRD",
-			"is_refcounted": false,
-			"is_instantiable": false,
-			"inherits": "Object",
-			"api_type": "core"
-		},
 		{
 			"name": "VBoxContainer",
 			"is_refcounted": false,