summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-07-28 13:09:47 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-07-28 13:09:47 +0200
commit89ca5440a213f40187e563790976b791b06ff2a7 (patch)
treea00b97fccce6d1bce2273676a5036aa3bc20bae8
parent80a5c4f322d0e0a515ffdb026d60269c3617a125 (diff)
downloadredot-cpp-89ca5440a213f40187e563790976b791b06ff2a7.tar.gz
headers: Sync with upstream commit 7281f0f23
-rw-r--r--godot-headers/extension_api.json156
1 files changed, 145 insertions, 11 deletions
diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json
index e305d06..18a6728 100644
--- a/godot-headers/extension_api.json
+++ b/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,
@@ -34229,6 +34229,31 @@
}
},
{
+ "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,
"is_vararg": false,
@@ -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
}
]
},
@@ -84861,6 +84893,17 @@
}
},
{
+ "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,
"is_vararg": false,
@@ -195258,6 +195301,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,
"is_vararg": false,
@@ -195532,6 +195602,13 @@
],
"properties": [
{
+ "type": "float",
+ "name": "motion_scale",
+ "setter": "set_motion_scale",
+ "getter": "get_motion_scale",
+ "index": -1
+ },
+ {
"type": "bool",
"name": "show_rest_only",
"setter": "set_show_rest_only",
@@ -200762,6 +200839,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,
"is_vararg": false,
@@ -201174,6 +201301,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",
"setter": "set_group_size",
@@ -238092,13 +238233,6 @@
]
},
{
- "name": "UniformSetCacheRD",
- "is_refcounted": false,
- "is_instantiable": false,
- "inherits": "Object",
- "api_type": "core"
- },
- {
"name": "VBoxContainer",
"is_refcounted": false,
"is_instantiable": true,