From f64c049f0c2b15a9c820670aeb6a801bf939586e Mon Sep 17 00:00:00 2001 From: clayjohn Date: Thu, 1 Sep 2022 11:24:31 -0700 Subject: [PATCH] Update extension api to alpha 15 --- godot-headers/extension_api.json | 15771 ++++++----------------------- 1 file changed, 3130 insertions(+), 12641 deletions(-) diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json index 178d0bd..fd3701e 100644 --- a/godot-headers/extension_api.json +++ b/godot-headers/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 0, "version_patch": 0, - "version_status": "alpha", - "version_build": "custom_build", - "version_full_name": "Godot Engine v4.0.alpha.custom_build" + "version_status": "alpha15", + "version_build": "official", + "version_full_name": "Godot Engine v4.0.alpha15.official" }, "builtin_class_sizes": [ { @@ -879,6 +879,27 @@ } ] }, + { + "name": "Projection", + "members": [ + { + "member": "x", + "offset": 0 + }, + { + "member": "y", + "offset": 16 + }, + { + "member": "z", + "offset": 32 + }, + { + "member": "w", + "offset": 48 + } + ] + }, { "name": "Color", "members": [ @@ -1127,6 +1148,27 @@ } ] }, + { + "name": "Projection", + "members": [ + { + "member": "x", + "offset": 0 + }, + { + "member": "y", + "offset": 16 + }, + { + "member": "z", + "offset": 32 + }, + { + "member": "w", + "offset": 48 + } + ] + }, { "name": "Color", "members": [ @@ -1375,6 +1417,27 @@ } ] }, + { + "name": "Projection", + "members": [ + { + "member": "x", + "offset": 0 + }, + { + "member": "y", + "offset": 32 + }, + { + "member": "z", + "offset": 64 + }, + { + "member": "w", + "offset": 96 + } + ] + }, { "name": "Color", "members": [ @@ -1623,6 +1686,27 @@ } ] }, + { + "name": "Projection", + "members": [ + { + "member": "x", + "offset": 0 + }, + { + "member": "y", + "offset": 32 + }, + { + "member": "z", + "offset": 64 + }, + { + "member": "w", + "offset": 96 + } + ] + }, { "name": "Color", "members": [ @@ -3585,8 +3669,16 @@ "value": 44 }, { - "name": "PROPERTY_HINT_MAX", + "name": "PROPERTY_HINT_HIDE_QUATERNION_EDIT", "value": 45 + }, + { + "name": "PROPERTY_HINT_PASSWORD", + "value": 46 + }, + { + "name": "PROPERTY_HINT_MAX", + "value": 47 } ] }, @@ -4642,6 +4734,117 @@ } ] }, + { + "name": "cubic_interpolate_angle", + "return_type": "float", + "category": "math", + "is_vararg": false, + "hash": 1090965791, + "arguments": [ + { + "name": "from", + "type": "float" + }, + { + "name": "to", + "type": "float" + }, + { + "name": "pre", + "type": "float" + }, + { + "name": "post", + "type": "float" + }, + { + "name": "weight", + "type": "float" + } + ] + }, + { + "name": "cubic_interpolate_in_time", + "return_type": "float", + "category": "math", + "is_vararg": false, + "hash": 388121036, + "arguments": [ + { + "name": "from", + "type": "float" + }, + { + "name": "to", + "type": "float" + }, + { + "name": "pre", + "type": "float" + }, + { + "name": "post", + "type": "float" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "to_t", + "type": "float" + }, + { + "name": "pre_t", + "type": "float" + }, + { + "name": "post_t", + "type": "float" + } + ] + }, + { + "name": "cubic_interpolate_angle_in_time", + "return_type": "float", + "category": "math", + "is_vararg": false, + "hash": 388121036, + "arguments": [ + { + "name": "from", + "type": "float" + }, + { + "name": "to", + "type": "float" + }, + { + "name": "pre", + "type": "float" + }, + { + "name": "post", + "type": "float" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "to_t", + "type": "float" + }, + { + "name": "pre_t", + "type": "float" + }, + { + "name": "post_t", + "type": "float" + } + ] + }, { "name": "bezier_interpolate", "return_type": "float", @@ -4785,7 +4988,7 @@ ] }, { - "name": "deg2rad", + "name": "deg_to_rad", "return_type": "float", "category": "math", "is_vararg": false, @@ -4798,7 +5001,7 @@ ] }, { - "name": "rad2deg", + "name": "rad_to_deg", "return_type": "float", "category": "math", "is_vararg": false, @@ -4811,7 +5014,7 @@ ] }, { - "name": "linear2db", + "name": "linear_to_db", "return_type": "float", "category": "math", "is_vararg": false, @@ -4824,7 +5027,7 @@ ] }, { - "name": "db2linear", + "name": "db_to_linear", "return_type": "float", "category": "math", "is_vararg": false, @@ -5351,7 +5554,7 @@ ] }, { - "name": "var2str", + "name": "var_to_str", "return_type": "String", "category": "general", "is_vararg": false, @@ -5364,7 +5567,7 @@ ] }, { - "name": "str2var", + "name": "str_to_var", "return_type": "Variant", "category": "general", "is_vararg": false, @@ -5377,7 +5580,7 @@ ] }, { - "name": "var2bytes", + "name": "var_to_bytes", "return_type": "PackedByteArray", "category": "general", "is_vararg": false, @@ -5390,7 +5593,7 @@ ] }, { - "name": "bytes2var", + "name": "bytes_to_var", "return_type": "Variant", "category": "general", "is_vararg": false, @@ -5403,7 +5606,7 @@ ] }, { - "name": "var2bytes_with_objects", + "name": "var_to_bytes_with_objects", "return_type": "PackedByteArray", "category": "general", "is_vararg": false, @@ -5416,7 +5619,7 @@ ] }, { - "name": "bytes2var_with_objects", + "name": "bytes_to_var_with_objects", "return_type": "Variant", "category": "general", "is_vararg": false, @@ -7735,7 +7938,7 @@ "hash": 3942272618 }, { - "name": "plus_file", + "name": "path_join", "return_type": "String", "is_vararg": false, "is_const": true, @@ -8768,6 +8971,44 @@ } ] }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector2", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1957055074, + "arguments": [ + { + "name": "b", + "type": "Vector2" + }, + { + "name": "pre_a", + "type": "Vector2" + }, + { + "name": "post_b", + "type": "Vector2" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "b_t", + "type": "float" + }, + { + "name": "pre_a_t", + "type": "float" + }, + { + "name": "post_b_t", + "type": "float" + } + ] + }, { "name": "bezier_interpolate", "return_type": "Vector2", @@ -10431,6 +10672,44 @@ } ] }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector3", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3256682901, + "arguments": [ + { + "name": "b", + "type": "Vector3" + }, + { + "name": "pre_a", + "type": "Vector3" + }, + { + "name": "post_b", + "type": "Vector3" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "b_t", + "type": "float" + }, + { + "name": "pre_a_t", + "type": "float" + }, + { + "name": "post_b_t", + "type": "float" + } + ] + }, { "name": "bezier_interpolate", "return_type": "Vector3", @@ -11744,6 +12023,44 @@ } ] }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector4", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 681631873, + "arguments": [ + { + "name": "b", + "type": "Vector4" + }, + { + "name": "pre_a", + "type": "Vector4" + }, + { + "name": "post_b", + "type": "Vector4" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "b_t", + "type": "float" + }, + { + "name": "pre_a_t", + "type": "float" + }, + { + "name": "post_b_t", + "type": "float" + } + ] + }, { "name": "posmod", "return_type": "Vector4", @@ -12839,6 +13156,44 @@ } ] }, + { + "name": "spherical_cubic_interpolate_in_time", + "return_type": "Quaternion", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1436023539, + "arguments": [ + { + "name": "b", + "type": "Quaternion" + }, + { + "name": "pre_a", + "type": "Quaternion" + }, + { + "name": "post_b", + "type": "Quaternion" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "b_t", + "type": "float" + }, + { + "name": "pre_a_t", + "type": "float" + }, + { + "name": "post_b_t", + "type": "float" + } + ] + }, { "name": "get_euler", "return_type": "Vector3", @@ -13591,14 +13946,6 @@ } ] }, - { - "name": "get_orthogonal_index", - "return_type": "int", - "is_vararg": false, - "is_const": true, - "is_static": false, - "hash": 3173160232 - }, { "name": "slerp", "return_type": "Basis", @@ -14698,6 +15045,27 @@ "type": "Transform3D" } ] + }, + { + "index": 3, + "arguments": [ + { + "name": "x_axis", + "type": "Vector4" + }, + { + "name": "y_axis", + "type": "Vector4" + }, + { + "name": "z_axis", + "type": "Vector4" + }, + { + "name": "w_axis", + "type": "Vector4" + } + ] } ], "has_destructor": false @@ -21516,9 +21884,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 3851388692, "return_value": { - "type": "Array" + "type": "PackedInt64Array" } }, { @@ -21989,9 +22357,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 3851388692, "return_value": { - "type": "Array" + "type": "PackedInt64Array" } }, { @@ -23366,3590 +23734,6 @@ "setter": "set_fps", "getter": "get_fps", "index": -1 - }, - { - "type": "Texture2D", - "name": "frame_0/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 0 - }, - { - "type": "float", - "name": "frame_0/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 0 - }, - { - "type": "Texture2D", - "name": "frame_1/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 1 - }, - { - "type": "float", - "name": "frame_1/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 1 - }, - { - "type": "Texture2D", - "name": "frame_2/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 2 - }, - { - "type": "float", - "name": "frame_2/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 2 - }, - { - "type": "Texture2D", - "name": "frame_3/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 3 - }, - { - "type": "float", - "name": "frame_3/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 3 - }, - { - "type": "Texture2D", - "name": "frame_4/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 4 - }, - { - "type": "float", - "name": "frame_4/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 4 - }, - { - "type": "Texture2D", - "name": "frame_5/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 5 - }, - { - "type": "float", - "name": "frame_5/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 5 - }, - { - "type": "Texture2D", - "name": "frame_6/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 6 - }, - { - "type": "float", - "name": "frame_6/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 6 - }, - { - "type": "Texture2D", - "name": "frame_7/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 7 - }, - { - "type": "float", - "name": "frame_7/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 7 - }, - { - "type": "Texture2D", - "name": "frame_8/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 8 - }, - { - "type": "float", - "name": "frame_8/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 8 - }, - { - "type": "Texture2D", - "name": "frame_9/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 9 - }, - { - "type": "float", - "name": "frame_9/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 9 - }, - { - "type": "Texture2D", - "name": "frame_10/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 10 - }, - { - "type": "float", - "name": "frame_10/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 10 - }, - { - "type": "Texture2D", - "name": "frame_11/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 11 - }, - { - "type": "float", - "name": "frame_11/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 11 - }, - { - "type": "Texture2D", - "name": "frame_12/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 12 - }, - { - "type": "float", - "name": "frame_12/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 12 - }, - { - "type": "Texture2D", - "name": "frame_13/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 13 - }, - { - "type": "float", - "name": "frame_13/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 13 - }, - { - "type": "Texture2D", - "name": "frame_14/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 14 - }, - { - "type": "float", - "name": "frame_14/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 14 - }, - { - "type": "Texture2D", - "name": "frame_15/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 15 - }, - { - "type": "float", - "name": "frame_15/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 15 - }, - { - "type": "Texture2D", - "name": "frame_16/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 16 - }, - { - "type": "float", - "name": "frame_16/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 16 - }, - { - "type": "Texture2D", - "name": "frame_17/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 17 - }, - { - "type": "float", - "name": "frame_17/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 17 - }, - { - "type": "Texture2D", - "name": "frame_18/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 18 - }, - { - "type": "float", - "name": "frame_18/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 18 - }, - { - "type": "Texture2D", - "name": "frame_19/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 19 - }, - { - "type": "float", - "name": "frame_19/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 19 - }, - { - "type": "Texture2D", - "name": "frame_20/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 20 - }, - { - "type": "float", - "name": "frame_20/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 20 - }, - { - "type": "Texture2D", - "name": "frame_21/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 21 - }, - { - "type": "float", - "name": "frame_21/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 21 - }, - { - "type": "Texture2D", - "name": "frame_22/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 22 - }, - { - "type": "float", - "name": "frame_22/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 22 - }, - { - "type": "Texture2D", - "name": "frame_23/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 23 - }, - { - "type": "float", - "name": "frame_23/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 23 - }, - { - "type": "Texture2D", - "name": "frame_24/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 24 - }, - { - "type": "float", - "name": "frame_24/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 24 - }, - { - "type": "Texture2D", - "name": "frame_25/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 25 - }, - { - "type": "float", - "name": "frame_25/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 25 - }, - { - "type": "Texture2D", - "name": "frame_26/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 26 - }, - { - "type": "float", - "name": "frame_26/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 26 - }, - { - "type": "Texture2D", - "name": "frame_27/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 27 - }, - { - "type": "float", - "name": "frame_27/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 27 - }, - { - "type": "Texture2D", - "name": "frame_28/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 28 - }, - { - "type": "float", - "name": "frame_28/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 28 - }, - { - "type": "Texture2D", - "name": "frame_29/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 29 - }, - { - "type": "float", - "name": "frame_29/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 29 - }, - { - "type": "Texture2D", - "name": "frame_30/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 30 - }, - { - "type": "float", - "name": "frame_30/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 30 - }, - { - "type": "Texture2D", - "name": "frame_31/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 31 - }, - { - "type": "float", - "name": "frame_31/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 31 - }, - { - "type": "Texture2D", - "name": "frame_32/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 32 - }, - { - "type": "float", - "name": "frame_32/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 32 - }, - { - "type": "Texture2D", - "name": "frame_33/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 33 - }, - { - "type": "float", - "name": "frame_33/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 33 - }, - { - "type": "Texture2D", - "name": "frame_34/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 34 - }, - { - "type": "float", - "name": "frame_34/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 34 - }, - { - "type": "Texture2D", - "name": "frame_35/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 35 - }, - { - "type": "float", - "name": "frame_35/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 35 - }, - { - "type": "Texture2D", - "name": "frame_36/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 36 - }, - { - "type": "float", - "name": "frame_36/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 36 - }, - { - "type": "Texture2D", - "name": "frame_37/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 37 - }, - { - "type": "float", - "name": "frame_37/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 37 - }, - { - "type": "Texture2D", - "name": "frame_38/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 38 - }, - { - "type": "float", - "name": "frame_38/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 38 - }, - { - "type": "Texture2D", - "name": "frame_39/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 39 - }, - { - "type": "float", - "name": "frame_39/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 39 - }, - { - "type": "Texture2D", - "name": "frame_40/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 40 - }, - { - "type": "float", - "name": "frame_40/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 40 - }, - { - "type": "Texture2D", - "name": "frame_41/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 41 - }, - { - "type": "float", - "name": "frame_41/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 41 - }, - { - "type": "Texture2D", - "name": "frame_42/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 42 - }, - { - "type": "float", - "name": "frame_42/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 42 - }, - { - "type": "Texture2D", - "name": "frame_43/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 43 - }, - { - "type": "float", - "name": "frame_43/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 43 - }, - { - "type": "Texture2D", - "name": "frame_44/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 44 - }, - { - "type": "float", - "name": "frame_44/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 44 - }, - { - "type": "Texture2D", - "name": "frame_45/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 45 - }, - { - "type": "float", - "name": "frame_45/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 45 - }, - { - "type": "Texture2D", - "name": "frame_46/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 46 - }, - { - "type": "float", - "name": "frame_46/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 46 - }, - { - "type": "Texture2D", - "name": "frame_47/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 47 - }, - { - "type": "float", - "name": "frame_47/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 47 - }, - { - "type": "Texture2D", - "name": "frame_48/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 48 - }, - { - "type": "float", - "name": "frame_48/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 48 - }, - { - "type": "Texture2D", - "name": "frame_49/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 49 - }, - { - "type": "float", - "name": "frame_49/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 49 - }, - { - "type": "Texture2D", - "name": "frame_50/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 50 - }, - { - "type": "float", - "name": "frame_50/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 50 - }, - { - "type": "Texture2D", - "name": "frame_51/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 51 - }, - { - "type": "float", - "name": "frame_51/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 51 - }, - { - "type": "Texture2D", - "name": "frame_52/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 52 - }, - { - "type": "float", - "name": "frame_52/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 52 - }, - { - "type": "Texture2D", - "name": "frame_53/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 53 - }, - { - "type": "float", - "name": "frame_53/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 53 - }, - { - "type": "Texture2D", - "name": "frame_54/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 54 - }, - { - "type": "float", - "name": "frame_54/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 54 - }, - { - "type": "Texture2D", - "name": "frame_55/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 55 - }, - { - "type": "float", - "name": "frame_55/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 55 - }, - { - "type": "Texture2D", - "name": "frame_56/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 56 - }, - { - "type": "float", - "name": "frame_56/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 56 - }, - { - "type": "Texture2D", - "name": "frame_57/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 57 - }, - { - "type": "float", - "name": "frame_57/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 57 - }, - { - "type": "Texture2D", - "name": "frame_58/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 58 - }, - { - "type": "float", - "name": "frame_58/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 58 - }, - { - "type": "Texture2D", - "name": "frame_59/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 59 - }, - { - "type": "float", - "name": "frame_59/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 59 - }, - { - "type": "Texture2D", - "name": "frame_60/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 60 - }, - { - "type": "float", - "name": "frame_60/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 60 - }, - { - "type": "Texture2D", - "name": "frame_61/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 61 - }, - { - "type": "float", - "name": "frame_61/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 61 - }, - { - "type": "Texture2D", - "name": "frame_62/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 62 - }, - { - "type": "float", - "name": "frame_62/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 62 - }, - { - "type": "Texture2D", - "name": "frame_63/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 63 - }, - { - "type": "float", - "name": "frame_63/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 63 - }, - { - "type": "Texture2D", - "name": "frame_64/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 64 - }, - { - "type": "float", - "name": "frame_64/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 64 - }, - { - "type": "Texture2D", - "name": "frame_65/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 65 - }, - { - "type": "float", - "name": "frame_65/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 65 - }, - { - "type": "Texture2D", - "name": "frame_66/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 66 - }, - { - "type": "float", - "name": "frame_66/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 66 - }, - { - "type": "Texture2D", - "name": "frame_67/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 67 - }, - { - "type": "float", - "name": "frame_67/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 67 - }, - { - "type": "Texture2D", - "name": "frame_68/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 68 - }, - { - "type": "float", - "name": "frame_68/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 68 - }, - { - "type": "Texture2D", - "name": "frame_69/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 69 - }, - { - "type": "float", - "name": "frame_69/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 69 - }, - { - "type": "Texture2D", - "name": "frame_70/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 70 - }, - { - "type": "float", - "name": "frame_70/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 70 - }, - { - "type": "Texture2D", - "name": "frame_71/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 71 - }, - { - "type": "float", - "name": "frame_71/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 71 - }, - { - "type": "Texture2D", - "name": "frame_72/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 72 - }, - { - "type": "float", - "name": "frame_72/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 72 - }, - { - "type": "Texture2D", - "name": "frame_73/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 73 - }, - { - "type": "float", - "name": "frame_73/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 73 - }, - { - "type": "Texture2D", - "name": "frame_74/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 74 - }, - { - "type": "float", - "name": "frame_74/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 74 - }, - { - "type": "Texture2D", - "name": "frame_75/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 75 - }, - { - "type": "float", - "name": "frame_75/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 75 - }, - { - "type": "Texture2D", - "name": "frame_76/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 76 - }, - { - "type": "float", - "name": "frame_76/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 76 - }, - { - "type": "Texture2D", - "name": "frame_77/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 77 - }, - { - "type": "float", - "name": "frame_77/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 77 - }, - { - "type": "Texture2D", - "name": "frame_78/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 78 - }, - { - "type": "float", - "name": "frame_78/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 78 - }, - { - "type": "Texture2D", - "name": "frame_79/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 79 - }, - { - "type": "float", - "name": "frame_79/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 79 - }, - { - "type": "Texture2D", - "name": "frame_80/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 80 - }, - { - "type": "float", - "name": "frame_80/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 80 - }, - { - "type": "Texture2D", - "name": "frame_81/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 81 - }, - { - "type": "float", - "name": "frame_81/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 81 - }, - { - "type": "Texture2D", - "name": "frame_82/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 82 - }, - { - "type": "float", - "name": "frame_82/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 82 - }, - { - "type": "Texture2D", - "name": "frame_83/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 83 - }, - { - "type": "float", - "name": "frame_83/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 83 - }, - { - "type": "Texture2D", - "name": "frame_84/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 84 - }, - { - "type": "float", - "name": "frame_84/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 84 - }, - { - "type": "Texture2D", - "name": "frame_85/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 85 - }, - { - "type": "float", - "name": "frame_85/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 85 - }, - { - "type": "Texture2D", - "name": "frame_86/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 86 - }, - { - "type": "float", - "name": "frame_86/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 86 - }, - { - "type": "Texture2D", - "name": "frame_87/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 87 - }, - { - "type": "float", - "name": "frame_87/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 87 - }, - { - "type": "Texture2D", - "name": "frame_88/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 88 - }, - { - "type": "float", - "name": "frame_88/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 88 - }, - { - "type": "Texture2D", - "name": "frame_89/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 89 - }, - { - "type": "float", - "name": "frame_89/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 89 - }, - { - "type": "Texture2D", - "name": "frame_90/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 90 - }, - { - "type": "float", - "name": "frame_90/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 90 - }, - { - "type": "Texture2D", - "name": "frame_91/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 91 - }, - { - "type": "float", - "name": "frame_91/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 91 - }, - { - "type": "Texture2D", - "name": "frame_92/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 92 - }, - { - "type": "float", - "name": "frame_92/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 92 - }, - { - "type": "Texture2D", - "name": "frame_93/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 93 - }, - { - "type": "float", - "name": "frame_93/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 93 - }, - { - "type": "Texture2D", - "name": "frame_94/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 94 - }, - { - "type": "float", - "name": "frame_94/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 94 - }, - { - "type": "Texture2D", - "name": "frame_95/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 95 - }, - { - "type": "float", - "name": "frame_95/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 95 - }, - { - "type": "Texture2D", - "name": "frame_96/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 96 - }, - { - "type": "float", - "name": "frame_96/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 96 - }, - { - "type": "Texture2D", - "name": "frame_97/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 97 - }, - { - "type": "float", - "name": "frame_97/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 97 - }, - { - "type": "Texture2D", - "name": "frame_98/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 98 - }, - { - "type": "float", - "name": "frame_98/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 98 - }, - { - "type": "Texture2D", - "name": "frame_99/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 99 - }, - { - "type": "float", - "name": "frame_99/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 99 - }, - { - "type": "Texture2D", - "name": "frame_100/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 100 - }, - { - "type": "float", - "name": "frame_100/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 100 - }, - { - "type": "Texture2D", - "name": "frame_101/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 101 - }, - { - "type": "float", - "name": "frame_101/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 101 - }, - { - "type": "Texture2D", - "name": "frame_102/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 102 - }, - { - "type": "float", - "name": "frame_102/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 102 - }, - { - "type": "Texture2D", - "name": "frame_103/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 103 - }, - { - "type": "float", - "name": "frame_103/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 103 - }, - { - "type": "Texture2D", - "name": "frame_104/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 104 - }, - { - "type": "float", - "name": "frame_104/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 104 - }, - { - "type": "Texture2D", - "name": "frame_105/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 105 - }, - { - "type": "float", - "name": "frame_105/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 105 - }, - { - "type": "Texture2D", - "name": "frame_106/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 106 - }, - { - "type": "float", - "name": "frame_106/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 106 - }, - { - "type": "Texture2D", - "name": "frame_107/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 107 - }, - { - "type": "float", - "name": "frame_107/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 107 - }, - { - "type": "Texture2D", - "name": "frame_108/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 108 - }, - { - "type": "float", - "name": "frame_108/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 108 - }, - { - "type": "Texture2D", - "name": "frame_109/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 109 - }, - { - "type": "float", - "name": "frame_109/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 109 - }, - { - "type": "Texture2D", - "name": "frame_110/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 110 - }, - { - "type": "float", - "name": "frame_110/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 110 - }, - { - "type": "Texture2D", - "name": "frame_111/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 111 - }, - { - "type": "float", - "name": "frame_111/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 111 - }, - { - "type": "Texture2D", - "name": "frame_112/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 112 - }, - { - "type": "float", - "name": "frame_112/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 112 - }, - { - "type": "Texture2D", - "name": "frame_113/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 113 - }, - { - "type": "float", - "name": "frame_113/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 113 - }, - { - "type": "Texture2D", - "name": "frame_114/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 114 - }, - { - "type": "float", - "name": "frame_114/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 114 - }, - { - "type": "Texture2D", - "name": "frame_115/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 115 - }, - { - "type": "float", - "name": "frame_115/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 115 - }, - { - "type": "Texture2D", - "name": "frame_116/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 116 - }, - { - "type": "float", - "name": "frame_116/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 116 - }, - { - "type": "Texture2D", - "name": "frame_117/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 117 - }, - { - "type": "float", - "name": "frame_117/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 117 - }, - { - "type": "Texture2D", - "name": "frame_118/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 118 - }, - { - "type": "float", - "name": "frame_118/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 118 - }, - { - "type": "Texture2D", - "name": "frame_119/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 119 - }, - { - "type": "float", - "name": "frame_119/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 119 - }, - { - "type": "Texture2D", - "name": "frame_120/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 120 - }, - { - "type": "float", - "name": "frame_120/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 120 - }, - { - "type": "Texture2D", - "name": "frame_121/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 121 - }, - { - "type": "float", - "name": "frame_121/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 121 - }, - { - "type": "Texture2D", - "name": "frame_122/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 122 - }, - { - "type": "float", - "name": "frame_122/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 122 - }, - { - "type": "Texture2D", - "name": "frame_123/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 123 - }, - { - "type": "float", - "name": "frame_123/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 123 - }, - { - "type": "Texture2D", - "name": "frame_124/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 124 - }, - { - "type": "float", - "name": "frame_124/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 124 - }, - { - "type": "Texture2D", - "name": "frame_125/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 125 - }, - { - "type": "float", - "name": "frame_125/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 125 - }, - { - "type": "Texture2D", - "name": "frame_126/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 126 - }, - { - "type": "float", - "name": "frame_126/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 126 - }, - { - "type": "Texture2D", - "name": "frame_127/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 127 - }, - { - "type": "float", - "name": "frame_127/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 127 - }, - { - "type": "Texture2D", - "name": "frame_128/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 128 - }, - { - "type": "float", - "name": "frame_128/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 128 - }, - { - "type": "Texture2D", - "name": "frame_129/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 129 - }, - { - "type": "float", - "name": "frame_129/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 129 - }, - { - "type": "Texture2D", - "name": "frame_130/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 130 - }, - { - "type": "float", - "name": "frame_130/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 130 - }, - { - "type": "Texture2D", - "name": "frame_131/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 131 - }, - { - "type": "float", - "name": "frame_131/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 131 - }, - { - "type": "Texture2D", - "name": "frame_132/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 132 - }, - { - "type": "float", - "name": "frame_132/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 132 - }, - { - "type": "Texture2D", - "name": "frame_133/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 133 - }, - { - "type": "float", - "name": "frame_133/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 133 - }, - { - "type": "Texture2D", - "name": "frame_134/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 134 - }, - { - "type": "float", - "name": "frame_134/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 134 - }, - { - "type": "Texture2D", - "name": "frame_135/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 135 - }, - { - "type": "float", - "name": "frame_135/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 135 - }, - { - "type": "Texture2D", - "name": "frame_136/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 136 - }, - { - "type": "float", - "name": "frame_136/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 136 - }, - { - "type": "Texture2D", - "name": "frame_137/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 137 - }, - { - "type": "float", - "name": "frame_137/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 137 - }, - { - "type": "Texture2D", - "name": "frame_138/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 138 - }, - { - "type": "float", - "name": "frame_138/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 138 - }, - { - "type": "Texture2D", - "name": "frame_139/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 139 - }, - { - "type": "float", - "name": "frame_139/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 139 - }, - { - "type": "Texture2D", - "name": "frame_140/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 140 - }, - { - "type": "float", - "name": "frame_140/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 140 - }, - { - "type": "Texture2D", - "name": "frame_141/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 141 - }, - { - "type": "float", - "name": "frame_141/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 141 - }, - { - "type": "Texture2D", - "name": "frame_142/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 142 - }, - { - "type": "float", - "name": "frame_142/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 142 - }, - { - "type": "Texture2D", - "name": "frame_143/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 143 - }, - { - "type": "float", - "name": "frame_143/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 143 - }, - { - "type": "Texture2D", - "name": "frame_144/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 144 - }, - { - "type": "float", - "name": "frame_144/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 144 - }, - { - "type": "Texture2D", - "name": "frame_145/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 145 - }, - { - "type": "float", - "name": "frame_145/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 145 - }, - { - "type": "Texture2D", - "name": "frame_146/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 146 - }, - { - "type": "float", - "name": "frame_146/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 146 - }, - { - "type": "Texture2D", - "name": "frame_147/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 147 - }, - { - "type": "float", - "name": "frame_147/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 147 - }, - { - "type": "Texture2D", - "name": "frame_148/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 148 - }, - { - "type": "float", - "name": "frame_148/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 148 - }, - { - "type": "Texture2D", - "name": "frame_149/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 149 - }, - { - "type": "float", - "name": "frame_149/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 149 - }, - { - "type": "Texture2D", - "name": "frame_150/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 150 - }, - { - "type": "float", - "name": "frame_150/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 150 - }, - { - "type": "Texture2D", - "name": "frame_151/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 151 - }, - { - "type": "float", - "name": "frame_151/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 151 - }, - { - "type": "Texture2D", - "name": "frame_152/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 152 - }, - { - "type": "float", - "name": "frame_152/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 152 - }, - { - "type": "Texture2D", - "name": "frame_153/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 153 - }, - { - "type": "float", - "name": "frame_153/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 153 - }, - { - "type": "Texture2D", - "name": "frame_154/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 154 - }, - { - "type": "float", - "name": "frame_154/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 154 - }, - { - "type": "Texture2D", - "name": "frame_155/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 155 - }, - { - "type": "float", - "name": "frame_155/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 155 - }, - { - "type": "Texture2D", - "name": "frame_156/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 156 - }, - { - "type": "float", - "name": "frame_156/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 156 - }, - { - "type": "Texture2D", - "name": "frame_157/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 157 - }, - { - "type": "float", - "name": "frame_157/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 157 - }, - { - "type": "Texture2D", - "name": "frame_158/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 158 - }, - { - "type": "float", - "name": "frame_158/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 158 - }, - { - "type": "Texture2D", - "name": "frame_159/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 159 - }, - { - "type": "float", - "name": "frame_159/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 159 - }, - { - "type": "Texture2D", - "name": "frame_160/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 160 - }, - { - "type": "float", - "name": "frame_160/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 160 - }, - { - "type": "Texture2D", - "name": "frame_161/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 161 - }, - { - "type": "float", - "name": "frame_161/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 161 - }, - { - "type": "Texture2D", - "name": "frame_162/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 162 - }, - { - "type": "float", - "name": "frame_162/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 162 - }, - { - "type": "Texture2D", - "name": "frame_163/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 163 - }, - { - "type": "float", - "name": "frame_163/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 163 - }, - { - "type": "Texture2D", - "name": "frame_164/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 164 - }, - { - "type": "float", - "name": "frame_164/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 164 - }, - { - "type": "Texture2D", - "name": "frame_165/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 165 - }, - { - "type": "float", - "name": "frame_165/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 165 - }, - { - "type": "Texture2D", - "name": "frame_166/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 166 - }, - { - "type": "float", - "name": "frame_166/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 166 - }, - { - "type": "Texture2D", - "name": "frame_167/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 167 - }, - { - "type": "float", - "name": "frame_167/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 167 - }, - { - "type": "Texture2D", - "name": "frame_168/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 168 - }, - { - "type": "float", - "name": "frame_168/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 168 - }, - { - "type": "Texture2D", - "name": "frame_169/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 169 - }, - { - "type": "float", - "name": "frame_169/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 169 - }, - { - "type": "Texture2D", - "name": "frame_170/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 170 - }, - { - "type": "float", - "name": "frame_170/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 170 - }, - { - "type": "Texture2D", - "name": "frame_171/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 171 - }, - { - "type": "float", - "name": "frame_171/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 171 - }, - { - "type": "Texture2D", - "name": "frame_172/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 172 - }, - { - "type": "float", - "name": "frame_172/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 172 - }, - { - "type": "Texture2D", - "name": "frame_173/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 173 - }, - { - "type": "float", - "name": "frame_173/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 173 - }, - { - "type": "Texture2D", - "name": "frame_174/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 174 - }, - { - "type": "float", - "name": "frame_174/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 174 - }, - { - "type": "Texture2D", - "name": "frame_175/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 175 - }, - { - "type": "float", - "name": "frame_175/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 175 - }, - { - "type": "Texture2D", - "name": "frame_176/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 176 - }, - { - "type": "float", - "name": "frame_176/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 176 - }, - { - "type": "Texture2D", - "name": "frame_177/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 177 - }, - { - "type": "float", - "name": "frame_177/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 177 - }, - { - "type": "Texture2D", - "name": "frame_178/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 178 - }, - { - "type": "float", - "name": "frame_178/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 178 - }, - { - "type": "Texture2D", - "name": "frame_179/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 179 - }, - { - "type": "float", - "name": "frame_179/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 179 - }, - { - "type": "Texture2D", - "name": "frame_180/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 180 - }, - { - "type": "float", - "name": "frame_180/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 180 - }, - { - "type": "Texture2D", - "name": "frame_181/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 181 - }, - { - "type": "float", - "name": "frame_181/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 181 - }, - { - "type": "Texture2D", - "name": "frame_182/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 182 - }, - { - "type": "float", - "name": "frame_182/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 182 - }, - { - "type": "Texture2D", - "name": "frame_183/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 183 - }, - { - "type": "float", - "name": "frame_183/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 183 - }, - { - "type": "Texture2D", - "name": "frame_184/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 184 - }, - { - "type": "float", - "name": "frame_184/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 184 - }, - { - "type": "Texture2D", - "name": "frame_185/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 185 - }, - { - "type": "float", - "name": "frame_185/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 185 - }, - { - "type": "Texture2D", - "name": "frame_186/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 186 - }, - { - "type": "float", - "name": "frame_186/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 186 - }, - { - "type": "Texture2D", - "name": "frame_187/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 187 - }, - { - "type": "float", - "name": "frame_187/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 187 - }, - { - "type": "Texture2D", - "name": "frame_188/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 188 - }, - { - "type": "float", - "name": "frame_188/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 188 - }, - { - "type": "Texture2D", - "name": "frame_189/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 189 - }, - { - "type": "float", - "name": "frame_189/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 189 - }, - { - "type": "Texture2D", - "name": "frame_190/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 190 - }, - { - "type": "float", - "name": "frame_190/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 190 - }, - { - "type": "Texture2D", - "name": "frame_191/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 191 - }, - { - "type": "float", - "name": "frame_191/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 191 - }, - { - "type": "Texture2D", - "name": "frame_192/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 192 - }, - { - "type": "float", - "name": "frame_192/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 192 - }, - { - "type": "Texture2D", - "name": "frame_193/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 193 - }, - { - "type": "float", - "name": "frame_193/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 193 - }, - { - "type": "Texture2D", - "name": "frame_194/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 194 - }, - { - "type": "float", - "name": "frame_194/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 194 - }, - { - "type": "Texture2D", - "name": "frame_195/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 195 - }, - { - "type": "float", - "name": "frame_195/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 195 - }, - { - "type": "Texture2D", - "name": "frame_196/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 196 - }, - { - "type": "float", - "name": "frame_196/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 196 - }, - { - "type": "Texture2D", - "name": "frame_197/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 197 - }, - { - "type": "float", - "name": "frame_197/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 197 - }, - { - "type": "Texture2D", - "name": "frame_198/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 198 - }, - { - "type": "float", - "name": "frame_198/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 198 - }, - { - "type": "Texture2D", - "name": "frame_199/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 199 - }, - { - "type": "float", - "name": "frame_199/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 199 - }, - { - "type": "Texture2D", - "name": "frame_200/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 200 - }, - { - "type": "float", - "name": "frame_200/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 200 - }, - { - "type": "Texture2D", - "name": "frame_201/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 201 - }, - { - "type": "float", - "name": "frame_201/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 201 - }, - { - "type": "Texture2D", - "name": "frame_202/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 202 - }, - { - "type": "float", - "name": "frame_202/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 202 - }, - { - "type": "Texture2D", - "name": "frame_203/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 203 - }, - { - "type": "float", - "name": "frame_203/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 203 - }, - { - "type": "Texture2D", - "name": "frame_204/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 204 - }, - { - "type": "float", - "name": "frame_204/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 204 - }, - { - "type": "Texture2D", - "name": "frame_205/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 205 - }, - { - "type": "float", - "name": "frame_205/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 205 - }, - { - "type": "Texture2D", - "name": "frame_206/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 206 - }, - { - "type": "float", - "name": "frame_206/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 206 - }, - { - "type": "Texture2D", - "name": "frame_207/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 207 - }, - { - "type": "float", - "name": "frame_207/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 207 - }, - { - "type": "Texture2D", - "name": "frame_208/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 208 - }, - { - "type": "float", - "name": "frame_208/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 208 - }, - { - "type": "Texture2D", - "name": "frame_209/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 209 - }, - { - "type": "float", - "name": "frame_209/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 209 - }, - { - "type": "Texture2D", - "name": "frame_210/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 210 - }, - { - "type": "float", - "name": "frame_210/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 210 - }, - { - "type": "Texture2D", - "name": "frame_211/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 211 - }, - { - "type": "float", - "name": "frame_211/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 211 - }, - { - "type": "Texture2D", - "name": "frame_212/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 212 - }, - { - "type": "float", - "name": "frame_212/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 212 - }, - { - "type": "Texture2D", - "name": "frame_213/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 213 - }, - { - "type": "float", - "name": "frame_213/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 213 - }, - { - "type": "Texture2D", - "name": "frame_214/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 214 - }, - { - "type": "float", - "name": "frame_214/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 214 - }, - { - "type": "Texture2D", - "name": "frame_215/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 215 - }, - { - "type": "float", - "name": "frame_215/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 215 - }, - { - "type": "Texture2D", - "name": "frame_216/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 216 - }, - { - "type": "float", - "name": "frame_216/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 216 - }, - { - "type": "Texture2D", - "name": "frame_217/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 217 - }, - { - "type": "float", - "name": "frame_217/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 217 - }, - { - "type": "Texture2D", - "name": "frame_218/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 218 - }, - { - "type": "float", - "name": "frame_218/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 218 - }, - { - "type": "Texture2D", - "name": "frame_219/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 219 - }, - { - "type": "float", - "name": "frame_219/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 219 - }, - { - "type": "Texture2D", - "name": "frame_220/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 220 - }, - { - "type": "float", - "name": "frame_220/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 220 - }, - { - "type": "Texture2D", - "name": "frame_221/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 221 - }, - { - "type": "float", - "name": "frame_221/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 221 - }, - { - "type": "Texture2D", - "name": "frame_222/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 222 - }, - { - "type": "float", - "name": "frame_222/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 222 - }, - { - "type": "Texture2D", - "name": "frame_223/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 223 - }, - { - "type": "float", - "name": "frame_223/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 223 - }, - { - "type": "Texture2D", - "name": "frame_224/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 224 - }, - { - "type": "float", - "name": "frame_224/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 224 - }, - { - "type": "Texture2D", - "name": "frame_225/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 225 - }, - { - "type": "float", - "name": "frame_225/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 225 - }, - { - "type": "Texture2D", - "name": "frame_226/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 226 - }, - { - "type": "float", - "name": "frame_226/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 226 - }, - { - "type": "Texture2D", - "name": "frame_227/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 227 - }, - { - "type": "float", - "name": "frame_227/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 227 - }, - { - "type": "Texture2D", - "name": "frame_228/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 228 - }, - { - "type": "float", - "name": "frame_228/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 228 - }, - { - "type": "Texture2D", - "name": "frame_229/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 229 - }, - { - "type": "float", - "name": "frame_229/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 229 - }, - { - "type": "Texture2D", - "name": "frame_230/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 230 - }, - { - "type": "float", - "name": "frame_230/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 230 - }, - { - "type": "Texture2D", - "name": "frame_231/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 231 - }, - { - "type": "float", - "name": "frame_231/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 231 - }, - { - "type": "Texture2D", - "name": "frame_232/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 232 - }, - { - "type": "float", - "name": "frame_232/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 232 - }, - { - "type": "Texture2D", - "name": "frame_233/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 233 - }, - { - "type": "float", - "name": "frame_233/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 233 - }, - { - "type": "Texture2D", - "name": "frame_234/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 234 - }, - { - "type": "float", - "name": "frame_234/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 234 - }, - { - "type": "Texture2D", - "name": "frame_235/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 235 - }, - { - "type": "float", - "name": "frame_235/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 235 - }, - { - "type": "Texture2D", - "name": "frame_236/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 236 - }, - { - "type": "float", - "name": "frame_236/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 236 - }, - { - "type": "Texture2D", - "name": "frame_237/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 237 - }, - { - "type": "float", - "name": "frame_237/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 237 - }, - { - "type": "Texture2D", - "name": "frame_238/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 238 - }, - { - "type": "float", - "name": "frame_238/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 238 - }, - { - "type": "Texture2D", - "name": "frame_239/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 239 - }, - { - "type": "float", - "name": "frame_239/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 239 - }, - { - "type": "Texture2D", - "name": "frame_240/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 240 - }, - { - "type": "float", - "name": "frame_240/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 240 - }, - { - "type": "Texture2D", - "name": "frame_241/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 241 - }, - { - "type": "float", - "name": "frame_241/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 241 - }, - { - "type": "Texture2D", - "name": "frame_242/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 242 - }, - { - "type": "float", - "name": "frame_242/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 242 - }, - { - "type": "Texture2D", - "name": "frame_243/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 243 - }, - { - "type": "float", - "name": "frame_243/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 243 - }, - { - "type": "Texture2D", - "name": "frame_244/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 244 - }, - { - "type": "float", - "name": "frame_244/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 244 - }, - { - "type": "Texture2D", - "name": "frame_245/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 245 - }, - { - "type": "float", - "name": "frame_245/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 245 - }, - { - "type": "Texture2D", - "name": "frame_246/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 246 - }, - { - "type": "float", - "name": "frame_246/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 246 - }, - { - "type": "Texture2D", - "name": "frame_247/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 247 - }, - { - "type": "float", - "name": "frame_247/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 247 - }, - { - "type": "Texture2D", - "name": "frame_248/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 248 - }, - { - "type": "float", - "name": "frame_248/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 248 - }, - { - "type": "Texture2D", - "name": "frame_249/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 249 - }, - { - "type": "float", - "name": "frame_249/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 249 - }, - { - "type": "Texture2D", - "name": "frame_250/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 250 - }, - { - "type": "float", - "name": "frame_250/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 250 - }, - { - "type": "Texture2D", - "name": "frame_251/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 251 - }, - { - "type": "float", - "name": "frame_251/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 251 - }, - { - "type": "Texture2D", - "name": "frame_252/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 252 - }, - { - "type": "float", - "name": "frame_252/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 252 - }, - { - "type": "Texture2D", - "name": "frame_253/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 253 - }, - { - "type": "float", - "name": "frame_253/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 253 - }, - { - "type": "Texture2D", - "name": "frame_254/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 254 - }, - { - "type": "float", - "name": "frame_254/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 254 - }, - { - "type": "Texture2D", - "name": "frame_255/texture", - "setter": "set_frame_texture", - "getter": "get_frame_texture", - "index": 255 - }, - { - "type": "float", - "name": "frame_255/delay_sec", - "setter": "set_frame_delay", - "getter": "get_frame_delay", - "index": 255 } ] }, @@ -27017,6 +23801,14 @@ { "name": "INTERPOLATION_CUBIC", "value": 2 + }, + { + "name": "INTERPOLATION_LINEAR_ANGLE", + "value": 3 + }, + { + "name": "INTERPOLATION_CUBIC_ANGLE", + "value": 4 } ] }, @@ -27059,20 +23851,6 @@ "value": 2 } ] - }, - { - "name": "HandleMode", - "is_bitfield": false, - "values": [ - { - "name": "HANDLE_MODE_FREE", - "value": 0 - }, - { - "name": "HANDLE_MODE_BALANCED", - "value": 1 - } - ] } ], "methods": [ @@ -27988,7 +24766,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3919731513, + "hash": 1057544502, "return_value": { "type": "int", "meta": "int32" @@ -28018,11 +24796,6 @@ "name": "out_handle", "type": "Vector2", "default_value": "Vector2(0, 0)" - }, - { - "name": "handle_mode", - "type": "enum::Animation.HandleMode", - "default_value": "1" } ] }, @@ -28076,7 +24849,7 @@ { "name": "balanced_value_time_ratio", "type": "float", - "meta": "double", + "meta": "float", "default_value": "1.0" } ] @@ -28106,7 +24879,7 @@ { "name": "balanced_value_time_ratio", "type": "float", - "meta": "double", + "meta": "float", "default_value": "1.0" } ] @@ -28390,60 +25163,6 @@ } ] }, - { - "name": "bezier_track_set_key_handle_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1049703175, - "arguments": [ - { - "name": "track_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "key_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "key_handle_mode", - "type": "enum::Animation.HandleMode" - }, - { - "name": "balanced_value_time_ratio", - "type": "float", - "meta": "double", - "default_value": "1.0" - } - ] - }, - { - "name": "bezier_track_get_key_handle_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3175239445, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "track_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "key_idx", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "animation_track_insert_key", "is_const": false, @@ -29657,902 +26376,6 @@ } ], "properties": [ - { - "type": "AnimationRootNode", - "name": "blend_point_0/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 0 - }, - { - "type": "float", - "name": "blend_point_0/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 0 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_1/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 1 - }, - { - "type": "float", - "name": "blend_point_1/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 1 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_2/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 2 - }, - { - "type": "float", - "name": "blend_point_2/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 2 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_3/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 3 - }, - { - "type": "float", - "name": "blend_point_3/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 3 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_4/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 4 - }, - { - "type": "float", - "name": "blend_point_4/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 4 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_5/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 5 - }, - { - "type": "float", - "name": "blend_point_5/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 5 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_6/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 6 - }, - { - "type": "float", - "name": "blend_point_6/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 6 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_7/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 7 - }, - { - "type": "float", - "name": "blend_point_7/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 7 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_8/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 8 - }, - { - "type": "float", - "name": "blend_point_8/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 8 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_9/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 9 - }, - { - "type": "float", - "name": "blend_point_9/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 9 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_10/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 10 - }, - { - "type": "float", - "name": "blend_point_10/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 10 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_11/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 11 - }, - { - "type": "float", - "name": "blend_point_11/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 11 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_12/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 12 - }, - { - "type": "float", - "name": "blend_point_12/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 12 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_13/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 13 - }, - { - "type": "float", - "name": "blend_point_13/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 13 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_14/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 14 - }, - { - "type": "float", - "name": "blend_point_14/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 14 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_15/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 15 - }, - { - "type": "float", - "name": "blend_point_15/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 15 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_16/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 16 - }, - { - "type": "float", - "name": "blend_point_16/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 16 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_17/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 17 - }, - { - "type": "float", - "name": "blend_point_17/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 17 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_18/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 18 - }, - { - "type": "float", - "name": "blend_point_18/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 18 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_19/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 19 - }, - { - "type": "float", - "name": "blend_point_19/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 19 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_20/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 20 - }, - { - "type": "float", - "name": "blend_point_20/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 20 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_21/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 21 - }, - { - "type": "float", - "name": "blend_point_21/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 21 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_22/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 22 - }, - { - "type": "float", - "name": "blend_point_22/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 22 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_23/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 23 - }, - { - "type": "float", - "name": "blend_point_23/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 23 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_24/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 24 - }, - { - "type": "float", - "name": "blend_point_24/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 24 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_25/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 25 - }, - { - "type": "float", - "name": "blend_point_25/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 25 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_26/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 26 - }, - { - "type": "float", - "name": "blend_point_26/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 26 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_27/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 27 - }, - { - "type": "float", - "name": "blend_point_27/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 27 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_28/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 28 - }, - { - "type": "float", - "name": "blend_point_28/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 28 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_29/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 29 - }, - { - "type": "float", - "name": "blend_point_29/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 29 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_30/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 30 - }, - { - "type": "float", - "name": "blend_point_30/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 30 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_31/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 31 - }, - { - "type": "float", - "name": "blend_point_31/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 31 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_32/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 32 - }, - { - "type": "float", - "name": "blend_point_32/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 32 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_33/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 33 - }, - { - "type": "float", - "name": "blend_point_33/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 33 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_34/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 34 - }, - { - "type": "float", - "name": "blend_point_34/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 34 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_35/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 35 - }, - { - "type": "float", - "name": "blend_point_35/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 35 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_36/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 36 - }, - { - "type": "float", - "name": "blend_point_36/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 36 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_37/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 37 - }, - { - "type": "float", - "name": "blend_point_37/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 37 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_38/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 38 - }, - { - "type": "float", - "name": "blend_point_38/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 38 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_39/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 39 - }, - { - "type": "float", - "name": "blend_point_39/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 39 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_40/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 40 - }, - { - "type": "float", - "name": "blend_point_40/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 40 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_41/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 41 - }, - { - "type": "float", - "name": "blend_point_41/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 41 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_42/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 42 - }, - { - "type": "float", - "name": "blend_point_42/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 42 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_43/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 43 - }, - { - "type": "float", - "name": "blend_point_43/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 43 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_44/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 44 - }, - { - "type": "float", - "name": "blend_point_44/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 44 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_45/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 45 - }, - { - "type": "float", - "name": "blend_point_45/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 45 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_46/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 46 - }, - { - "type": "float", - "name": "blend_point_46/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 46 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_47/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 47 - }, - { - "type": "float", - "name": "blend_point_47/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 47 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_48/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 48 - }, - { - "type": "float", - "name": "blend_point_48/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 48 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_49/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 49 - }, - { - "type": "float", - "name": "blend_point_49/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 49 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_50/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 50 - }, - { - "type": "float", - "name": "blend_point_50/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 50 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_51/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 51 - }, - { - "type": "float", - "name": "blend_point_51/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 51 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_52/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 52 - }, - { - "type": "float", - "name": "blend_point_52/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 52 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_53/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 53 - }, - { - "type": "float", - "name": "blend_point_53/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 53 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_54/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 54 - }, - { - "type": "float", - "name": "blend_point_54/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 54 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_55/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 55 - }, - { - "type": "float", - "name": "blend_point_55/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 55 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_56/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 56 - }, - { - "type": "float", - "name": "blend_point_56/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 56 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_57/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 57 - }, - { - "type": "float", - "name": "blend_point_57/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 57 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_58/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 58 - }, - { - "type": "float", - "name": "blend_point_58/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 58 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_59/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 59 - }, - { - "type": "float", - "name": "blend_point_59/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 59 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_60/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 60 - }, - { - "type": "float", - "name": "blend_point_60/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 60 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_61/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 61 - }, - { - "type": "float", - "name": "blend_point_61/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 61 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_62/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 62 - }, - { - "type": "float", - "name": "blend_point_62/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 62 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_63/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 63 - }, - { - "type": "float", - "name": "blend_point_63/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 63 - }, { "type": "float", "name": "min_space", @@ -31038,902 +26861,6 @@ "getter": "get_auto_triangles", "index": -1 }, - { - "type": "AnimationRootNode", - "name": "blend_point_0/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 0 - }, - { - "type": "Vector2", - "name": "blend_point_0/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 0 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_1/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 1 - }, - { - "type": "Vector2", - "name": "blend_point_1/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 1 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_2/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 2 - }, - { - "type": "Vector2", - "name": "blend_point_2/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 2 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_3/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 3 - }, - { - "type": "Vector2", - "name": "blend_point_3/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 3 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_4/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 4 - }, - { - "type": "Vector2", - "name": "blend_point_4/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 4 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_5/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 5 - }, - { - "type": "Vector2", - "name": "blend_point_5/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 5 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_6/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 6 - }, - { - "type": "Vector2", - "name": "blend_point_6/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 6 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_7/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 7 - }, - { - "type": "Vector2", - "name": "blend_point_7/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 7 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_8/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 8 - }, - { - "type": "Vector2", - "name": "blend_point_8/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 8 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_9/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 9 - }, - { - "type": "Vector2", - "name": "blend_point_9/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 9 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_10/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 10 - }, - { - "type": "Vector2", - "name": "blend_point_10/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 10 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_11/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 11 - }, - { - "type": "Vector2", - "name": "blend_point_11/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 11 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_12/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 12 - }, - { - "type": "Vector2", - "name": "blend_point_12/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 12 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_13/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 13 - }, - { - "type": "Vector2", - "name": "blend_point_13/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 13 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_14/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 14 - }, - { - "type": "Vector2", - "name": "blend_point_14/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 14 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_15/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 15 - }, - { - "type": "Vector2", - "name": "blend_point_15/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 15 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_16/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 16 - }, - { - "type": "Vector2", - "name": "blend_point_16/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 16 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_17/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 17 - }, - { - "type": "Vector2", - "name": "blend_point_17/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 17 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_18/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 18 - }, - { - "type": "Vector2", - "name": "blend_point_18/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 18 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_19/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 19 - }, - { - "type": "Vector2", - "name": "blend_point_19/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 19 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_20/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 20 - }, - { - "type": "Vector2", - "name": "blend_point_20/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 20 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_21/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 21 - }, - { - "type": "Vector2", - "name": "blend_point_21/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 21 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_22/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 22 - }, - { - "type": "Vector2", - "name": "blend_point_22/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 22 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_23/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 23 - }, - { - "type": "Vector2", - "name": "blend_point_23/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 23 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_24/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 24 - }, - { - "type": "Vector2", - "name": "blend_point_24/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 24 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_25/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 25 - }, - { - "type": "Vector2", - "name": "blend_point_25/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 25 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_26/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 26 - }, - { - "type": "Vector2", - "name": "blend_point_26/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 26 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_27/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 27 - }, - { - "type": "Vector2", - "name": "blend_point_27/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 27 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_28/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 28 - }, - { - "type": "Vector2", - "name": "blend_point_28/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 28 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_29/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 29 - }, - { - "type": "Vector2", - "name": "blend_point_29/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 29 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_30/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 30 - }, - { - "type": "Vector2", - "name": "blend_point_30/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 30 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_31/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 31 - }, - { - "type": "Vector2", - "name": "blend_point_31/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 31 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_32/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 32 - }, - { - "type": "Vector2", - "name": "blend_point_32/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 32 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_33/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 33 - }, - { - "type": "Vector2", - "name": "blend_point_33/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 33 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_34/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 34 - }, - { - "type": "Vector2", - "name": "blend_point_34/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 34 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_35/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 35 - }, - { - "type": "Vector2", - "name": "blend_point_35/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 35 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_36/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 36 - }, - { - "type": "Vector2", - "name": "blend_point_36/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 36 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_37/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 37 - }, - { - "type": "Vector2", - "name": "blend_point_37/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 37 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_38/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 38 - }, - { - "type": "Vector2", - "name": "blend_point_38/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 38 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_39/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 39 - }, - { - "type": "Vector2", - "name": "blend_point_39/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 39 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_40/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 40 - }, - { - "type": "Vector2", - "name": "blend_point_40/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 40 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_41/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 41 - }, - { - "type": "Vector2", - "name": "blend_point_41/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 41 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_42/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 42 - }, - { - "type": "Vector2", - "name": "blend_point_42/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 42 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_43/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 43 - }, - { - "type": "Vector2", - "name": "blend_point_43/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 43 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_44/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 44 - }, - { - "type": "Vector2", - "name": "blend_point_44/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 44 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_45/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 45 - }, - { - "type": "Vector2", - "name": "blend_point_45/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 45 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_46/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 46 - }, - { - "type": "Vector2", - "name": "blend_point_46/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 46 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_47/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 47 - }, - { - "type": "Vector2", - "name": "blend_point_47/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 47 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_48/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 48 - }, - { - "type": "Vector2", - "name": "blend_point_48/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 48 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_49/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 49 - }, - { - "type": "Vector2", - "name": "blend_point_49/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 49 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_50/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 50 - }, - { - "type": "Vector2", - "name": "blend_point_50/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 50 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_51/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 51 - }, - { - "type": "Vector2", - "name": "blend_point_51/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 51 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_52/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 52 - }, - { - "type": "Vector2", - "name": "blend_point_52/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 52 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_53/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 53 - }, - { - "type": "Vector2", - "name": "blend_point_53/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 53 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_54/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 54 - }, - { - "type": "Vector2", - "name": "blend_point_54/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 54 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_55/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 55 - }, - { - "type": "Vector2", - "name": "blend_point_55/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 55 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_56/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 56 - }, - { - "type": "Vector2", - "name": "blend_point_56/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 56 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_57/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 57 - }, - { - "type": "Vector2", - "name": "blend_point_57/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 57 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_58/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 58 - }, - { - "type": "Vector2", - "name": "blend_point_58/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 58 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_59/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 59 - }, - { - "type": "Vector2", - "name": "blend_point_59/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 59 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_60/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 60 - }, - { - "type": "Vector2", - "name": "blend_point_60/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 60 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_61/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 61 - }, - { - "type": "Vector2", - "name": "blend_point_61/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 61 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_62/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 62 - }, - { - "type": "Vector2", - "name": "blend_point_62/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 62 - }, - { - "type": "AnimationRootNode", - "name": "blend_point_63/node", - "setter": "_add_blend_point", - "getter": "get_blend_point_node", - "index": 63 - }, - { - "type": "Vector2", - "name": "blend_point_63/pos", - "setter": "set_blend_point_position", - "getter": "get_blend_point_position", - "index": 63 - }, { "type": "PackedInt32Array", "name": "triangles", @@ -33027,6 +27954,31 @@ "meta": "float" } }, + { + "name": "set_xfade_curve", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 270443179, + "arguments": [ + { + "name": "curve", + "type": "Curve" + } + ] + }, + { + "name": "get_xfade_curve", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2460114913, + "return_value": { + "type": "Curve" + } + }, { "name": "set_disabled", "is_const": false, @@ -33143,6 +28095,13 @@ "getter": "get_xfade_time", "index": -1 }, + { + "type": "Curve", + "name": "xfade_curve", + "setter": "set_xfade_curve", + "getter": "get_xfade_curve", + "index": -1 + }, { "type": "int", "name": "priority", @@ -33360,7 +28319,7 @@ ] }, { - "name": "set_cross_fade_time", + "name": "set_xfade_time", "is_const": false, "is_vararg": false, "is_static": false, @@ -33375,7 +28334,7 @@ ] }, { - "name": "get_cross_fade_time", + "name": "get_xfade_time", "is_const": true, "is_vararg": false, "is_static": false, @@ -33386,6 +28345,31 @@ "meta": "float" } }, + { + "name": "set_xfade_curve", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 270443179, + "arguments": [ + { + "name": "curve", + "type": "Curve" + } + ] + }, + { + "name": "get_xfade_curve", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2460114913, + "return_value": { + "type": "Curve" + } + }, { "name": "set_from_start", "is_const": false, @@ -33423,8 +28407,15 @@ { "type": "float", "name": "xfade_time", - "setter": "set_cross_fade_time", - "getter": "get_cross_fade_time", + "setter": "set_xfade_time", + "getter": "get_xfade_time", + "index": -1 + }, + { + "type": "Curve", + "name": "xfade_curve", + "setter": "set_xfade_curve", + "getter": "get_xfade_curve", "index": -1 }, { @@ -33433,454 +28424,6 @@ "setter": "set_from_start", "getter": "is_from_start", "index": -1 - }, - { - "type": "String", - "name": "input_0/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 0 - }, - { - "type": "bool", - "name": "input_0/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 0 - }, - { - "type": "String", - "name": "input_1/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 1 - }, - { - "type": "bool", - "name": "input_1/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 1 - }, - { - "type": "String", - "name": "input_2/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 2 - }, - { - "type": "bool", - "name": "input_2/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 2 - }, - { - "type": "String", - "name": "input_3/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 3 - }, - { - "type": "bool", - "name": "input_3/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 3 - }, - { - "type": "String", - "name": "input_4/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 4 - }, - { - "type": "bool", - "name": "input_4/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 4 - }, - { - "type": "String", - "name": "input_5/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 5 - }, - { - "type": "bool", - "name": "input_5/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 5 - }, - { - "type": "String", - "name": "input_6/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 6 - }, - { - "type": "bool", - "name": "input_6/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 6 - }, - { - "type": "String", - "name": "input_7/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 7 - }, - { - "type": "bool", - "name": "input_7/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 7 - }, - { - "type": "String", - "name": "input_8/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 8 - }, - { - "type": "bool", - "name": "input_8/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 8 - }, - { - "type": "String", - "name": "input_9/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 9 - }, - { - "type": "bool", - "name": "input_9/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 9 - }, - { - "type": "String", - "name": "input_10/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 10 - }, - { - "type": "bool", - "name": "input_10/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 10 - }, - { - "type": "String", - "name": "input_11/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 11 - }, - { - "type": "bool", - "name": "input_11/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 11 - }, - { - "type": "String", - "name": "input_12/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 12 - }, - { - "type": "bool", - "name": "input_12/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 12 - }, - { - "type": "String", - "name": "input_13/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 13 - }, - { - "type": "bool", - "name": "input_13/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 13 - }, - { - "type": "String", - "name": "input_14/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 14 - }, - { - "type": "bool", - "name": "input_14/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 14 - }, - { - "type": "String", - "name": "input_15/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 15 - }, - { - "type": "bool", - "name": "input_15/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 15 - }, - { - "type": "String", - "name": "input_16/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 16 - }, - { - "type": "bool", - "name": "input_16/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 16 - }, - { - "type": "String", - "name": "input_17/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 17 - }, - { - "type": "bool", - "name": "input_17/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 17 - }, - { - "type": "String", - "name": "input_18/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 18 - }, - { - "type": "bool", - "name": "input_18/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 18 - }, - { - "type": "String", - "name": "input_19/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 19 - }, - { - "type": "bool", - "name": "input_19/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 19 - }, - { - "type": "String", - "name": "input_20/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 20 - }, - { - "type": "bool", - "name": "input_20/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 20 - }, - { - "type": "String", - "name": "input_21/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 21 - }, - { - "type": "bool", - "name": "input_21/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 21 - }, - { - "type": "String", - "name": "input_22/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 22 - }, - { - "type": "bool", - "name": "input_22/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 22 - }, - { - "type": "String", - "name": "input_23/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 23 - }, - { - "type": "bool", - "name": "input_23/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 23 - }, - { - "type": "String", - "name": "input_24/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 24 - }, - { - "type": "bool", - "name": "input_24/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 24 - }, - { - "type": "String", - "name": "input_25/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 25 - }, - { - "type": "bool", - "name": "input_25/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 25 - }, - { - "type": "String", - "name": "input_26/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 26 - }, - { - "type": "bool", - "name": "input_26/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 26 - }, - { - "type": "String", - "name": "input_27/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 27 - }, - { - "type": "bool", - "name": "input_27/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 27 - }, - { - "type": "String", - "name": "input_28/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 28 - }, - { - "type": "bool", - "name": "input_28/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 28 - }, - { - "type": "String", - "name": "input_29/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 29 - }, - { - "type": "bool", - "name": "input_29/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 29 - }, - { - "type": "String", - "name": "input_30/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 30 - }, - { - "type": "bool", - "name": "input_30/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 30 - }, - { - "type": "String", - "name": "input_31/name", - "setter": "set_input_caption", - "getter": "get_input_caption", - "index": 31 - }, - { - "type": "bool", - "name": "input_31/auto_advance", - "setter": "set_input_as_auto_advance", - "getter": "is_input_set_as_auto_advance", - "index": 31 } ] }, @@ -38121,174 +32664,6 @@ "setter": "set_wet", "getter": "get_wet", "index": -1 - }, - { - "type": "float", - "name": "voice/1/delay_ms", - "setter": "set_voice_delay_ms", - "getter": "get_voice_delay_ms", - "index": 0 - }, - { - "type": "float", - "name": "voice/1/rate_hz", - "setter": "set_voice_rate_hz", - "getter": "get_voice_rate_hz", - "index": 0 - }, - { - "type": "float", - "name": "voice/1/depth_ms", - "setter": "set_voice_depth_ms", - "getter": "get_voice_depth_ms", - "index": 0 - }, - { - "type": "float", - "name": "voice/1/level_db", - "setter": "set_voice_level_db", - "getter": "get_voice_level_db", - "index": 0 - }, - { - "type": "float", - "name": "voice/1/cutoff_hz", - "setter": "set_voice_cutoff_hz", - "getter": "get_voice_cutoff_hz", - "index": 0 - }, - { - "type": "float", - "name": "voice/1/pan", - "setter": "set_voice_pan", - "getter": "get_voice_pan", - "index": 0 - }, - { - "type": "float", - "name": "voice/2/delay_ms", - "setter": "set_voice_delay_ms", - "getter": "get_voice_delay_ms", - "index": 1 - }, - { - "type": "float", - "name": "voice/2/rate_hz", - "setter": "set_voice_rate_hz", - "getter": "get_voice_rate_hz", - "index": 1 - }, - { - "type": "float", - "name": "voice/2/depth_ms", - "setter": "set_voice_depth_ms", - "getter": "get_voice_depth_ms", - "index": 1 - }, - { - "type": "float", - "name": "voice/2/level_db", - "setter": "set_voice_level_db", - "getter": "get_voice_level_db", - "index": 1 - }, - { - "type": "float", - "name": "voice/2/cutoff_hz", - "setter": "set_voice_cutoff_hz", - "getter": "get_voice_cutoff_hz", - "index": 1 - }, - { - "type": "float", - "name": "voice/2/pan", - "setter": "set_voice_pan", - "getter": "get_voice_pan", - "index": 1 - }, - { - "type": "float", - "name": "voice/3/delay_ms", - "setter": "set_voice_delay_ms", - "getter": "get_voice_delay_ms", - "index": 2 - }, - { - "type": "float", - "name": "voice/3/rate_hz", - "setter": "set_voice_rate_hz", - "getter": "get_voice_rate_hz", - "index": 2 - }, - { - "type": "float", - "name": "voice/3/depth_ms", - "setter": "set_voice_depth_ms", - "getter": "get_voice_depth_ms", - "index": 2 - }, - { - "type": "float", - "name": "voice/3/level_db", - "setter": "set_voice_level_db", - "getter": "get_voice_level_db", - "index": 2 - }, - { - "type": "float", - "name": "voice/3/cutoff_hz", - "setter": "set_voice_cutoff_hz", - "getter": "get_voice_cutoff_hz", - "index": 2 - }, - { - "type": "float", - "name": "voice/3/pan", - "setter": "set_voice_pan", - "getter": "get_voice_pan", - "index": 2 - }, - { - "type": "float", - "name": "voice/4/delay_ms", - "setter": "set_voice_delay_ms", - "getter": "get_voice_delay_ms", - "index": 3 - }, - { - "type": "float", - "name": "voice/4/rate_hz", - "setter": "set_voice_rate_hz", - "getter": "get_voice_rate_hz", - "index": 3 - }, - { - "type": "float", - "name": "voice/4/depth_ms", - "setter": "set_voice_depth_ms", - "getter": "get_voice_depth_ms", - "index": 3 - }, - { - "type": "float", - "name": "voice/4/level_db", - "setter": "set_voice_level_db", - "getter": "get_voice_level_db", - "index": 3 - }, - { - "type": "float", - "name": "voice/4/cutoff_hz", - "setter": "set_voice_cutoff_hz", - "getter": "get_voice_cutoff_hz", - "index": 3 - }, - { - "type": "float", - "name": "voice/4/pan", - "setter": "set_voice_pan", - "getter": "get_voice_pan", - "index": 3 } ] }, @@ -38902,84 +33277,84 @@ }, { "type": "bool", - "name": "tap1/active", + "name": "tap1_active", "setter": "set_tap1_active", "getter": "is_tap1_active", "index": -1 }, { "type": "float", - "name": "tap1/delay_ms", + "name": "tap1_delay_ms", "setter": "set_tap1_delay_ms", "getter": "get_tap1_delay_ms", "index": -1 }, { "type": "float", - "name": "tap1/level_db", + "name": "tap1_level_db", "setter": "set_tap1_level_db", "getter": "get_tap1_level_db", "index": -1 }, { "type": "float", - "name": "tap1/pan", + "name": "tap1_pan", "setter": "set_tap1_pan", "getter": "get_tap1_pan", "index": -1 }, { "type": "bool", - "name": "tap2/active", + "name": "tap2_active", "setter": "set_tap2_active", "getter": "is_tap2_active", "index": -1 }, { "type": "float", - "name": "tap2/delay_ms", + "name": "tap2_delay_ms", "setter": "set_tap2_delay_ms", "getter": "get_tap2_delay_ms", "index": -1 }, { "type": "float", - "name": "tap2/level_db", + "name": "tap2_level_db", "setter": "set_tap2_level_db", "getter": "get_tap2_level_db", "index": -1 }, { "type": "float", - "name": "tap2/pan", + "name": "tap2_pan", "setter": "set_tap2_pan", "getter": "get_tap2_pan", "index": -1 }, { "type": "bool", - "name": "feedback/active", + "name": "feedback_active", "setter": "set_feedback_active", "getter": "is_feedback_active", "index": -1 }, { "type": "float", - "name": "feedback/delay_ms", + "name": "feedback_delay_ms", "setter": "set_feedback_delay_ms", "getter": "get_feedback_delay_ms", "index": -1 }, { "type": "float", - "name": "feedback/level_db", + "name": "feedback_level_db", "setter": "set_feedback_level_db", "getter": "get_feedback_level_db", "index": -1 }, { "type": "float", - "name": "feedback/lowpass", + "name": "feedback_lowpass", "setter": "set_feedback_lowpass", "getter": "get_feedback_lowpass", "index": -1 @@ -41466,9 +35841,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 2981934095, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -41538,9 +35913,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 2981934095, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -44376,13 +38751,6 @@ } ], "properties": [ - { - "type": "stream_", - "name": "streams", - "setter": "", - "getter": "", - "index": -1 - }, { "type": "int", "name": "streams_count", @@ -49047,13 +43415,6 @@ "setter": "set_profile", "getter": "get_profile", "index": -1 - }, - { - "type": "bonemap", - "name": "bonemap", - "setter": "", - "getter": "", - "index": -1 } ] }, @@ -54216,6 +48577,33 @@ } ] }, + { + "name": "set_collision_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "priority", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_collision_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_calculate_tangents", "is_const": false, @@ -54295,6 +48683,13 @@ "setter": "set_collision_mask", "getter": "get_collision_mask", "index": -1 + }, + { + "type": "float", + "name": "collision_priority", + "setter": "set_collision_priority", + "getter": "get_collision_priority", + "index": -1 } ] }, @@ -57836,6 +52231,33 @@ } ] }, + { + "name": "draw_lcd_texture_rect_region", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 169610548, + "arguments": [ + { + "name": "texture", + "type": "Texture2D" + }, + { + "name": "rect", + "type": "Rect2" + }, + { + "name": "src_rect", + "type": "Rect2" + }, + { + "name": "modulate", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + } + ] + }, { "name": "draw_style_box", "is_const": false, @@ -59418,7 +53840,7 @@ }, { "type": "bool", - "name": "follow_viewport_enable", + "name": "follow_viewport_enabled", "setter": "set_follow_viewport", "getter": "is_following_viewport", "index": -1 @@ -60453,19 +54875,19 @@ ] }, { - "name": "MovingPlatformApplyVelocityOnLeave", + "name": "PlatformOnLeave", "is_bitfield": false, "values": [ { - "name": "PLATFORM_VEL_ON_LEAVE_ALWAYS", + "name": "PLATFORM_ON_LEAVE_ADD_VELOCITY", "value": 0 }, { - "name": "PLATFORM_VEL_ON_LEAVE_UPWARD_ONLY", + "name": "PLATFORM_ON_LEAVE_ADD_UPWARD_VELOCITY", "value": 1 }, { - "name": "PLATFORM_VEL_ON_LEAVE_NEVER", + "name": "PLATFORM_ON_LEAVE_DO_NOTHING", "value": 2 } ] @@ -60517,7 +54939,7 @@ "hash": 373806689, "arguments": [ { - "name": "pixels", + "name": "margin", "type": "float", "meta": "float" } @@ -60636,7 +55058,7 @@ } }, { - "name": "set_moving_platform_floor_layers", + "name": "set_platform_floor_layers", "is_const": false, "is_vararg": false, "is_static": false, @@ -60651,7 +55073,7 @@ ] }, { - "name": "get_moving_platform_floor_layers", + "name": "get_platform_floor_layers", "is_const": true, "is_vararg": false, "is_static": false, @@ -60663,7 +55085,7 @@ } }, { - "name": "set_moving_platform_wall_layers", + "name": "set_platform_wall_layers", "is_const": false, "is_vararg": false, "is_static": false, @@ -60678,7 +55100,7 @@ ] }, { - "name": "get_moving_platform_wall_layers", + "name": "get_platform_wall_layers", "is_const": true, "is_vararg": false, "is_static": false, @@ -60848,28 +55270,28 @@ } }, { - "name": "set_moving_platform_apply_velocity_on_leave", + "name": "set_platform_on_leave", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1451865543, + "hash": 2423324375, "arguments": [ { "name": "on_leave_apply_velocity", - "type": "enum::CharacterBody2D.MovingPlatformApplyVelocityOnLeave" + "type": "enum::CharacterBody2D.PlatformOnLeave" } ] }, { - "name": "get_moving_platform_apply_velocity_on_leave", + "name": "get_platform_on_leave", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3847096330, + "hash": 4054324341, "return_value": { - "type": "enum::CharacterBody2D.MovingPlatformApplyVelocityOnLeave" + "type": "enum::CharacterBody2D.PlatformOnLeave" } }, { @@ -61145,28 +55567,28 @@ }, { "type": "int", - "name": "moving_platform_apply_velocity_on_leave", - "setter": "set_moving_platform_apply_velocity_on_leave", - "getter": "get_moving_platform_apply_velocity_on_leave", + "name": "platform_on_leave", + "setter": "set_platform_on_leave", + "getter": "get_platform_on_leave", "index": -1 }, { "type": "int", - "name": "moving_platform_floor_layers", - "setter": "set_moving_platform_floor_layers", - "getter": "get_moving_platform_floor_layers", + "name": "platform_floor_layers", + "setter": "set_platform_floor_layers", + "getter": "get_platform_floor_layers", "index": -1 }, { "type": "int", - "name": "moving_platform_wall_layers", - "setter": "set_moving_platform_wall_layers", - "getter": "get_moving_platform_wall_layers", + "name": "platform_wall_layers", + "setter": "set_platform_wall_layers", + "getter": "get_platform_wall_layers", "index": -1 }, { "type": "float", - "name": "collision/safe_margin", + "name": "safe_margin", "setter": "set_safe_margin", "getter": "get_safe_margin", "index": -1 @@ -61195,19 +55617,19 @@ ] }, { - "name": "MovingPlatformApplyVelocityOnLeave", + "name": "PlatformOnLeave", "is_bitfield": false, "values": [ { - "name": "PLATFORM_VEL_ON_LEAVE_ALWAYS", + "name": "PLATFORM_ON_LEAVE_ADD_VELOCITY", "value": 0 }, { - "name": "PLATFORM_VEL_ON_LEAVE_UPWARD_ONLY", + "name": "PLATFORM_ON_LEAVE_ADD_UPWARD_VELOCITY", "value": 1 }, { - "name": "PLATFORM_VEL_ON_LEAVE_NEVER", + "name": "PLATFORM_ON_LEAVE_DO_NOTHING", "value": 2 } ] @@ -61259,7 +55681,7 @@ "hash": 373806689, "arguments": [ { - "name": "pixels", + "name": "margin", "type": "float", "meta": "float" } @@ -61378,7 +55800,7 @@ } }, { - "name": "set_moving_platform_floor_layers", + "name": "set_platform_floor_layers", "is_const": false, "is_vararg": false, "is_static": false, @@ -61393,7 +55815,7 @@ ] }, { - "name": "get_moving_platform_floor_layers", + "name": "get_platform_floor_layers", "is_const": true, "is_vararg": false, "is_static": false, @@ -61405,7 +55827,7 @@ } }, { - "name": "set_moving_platform_wall_layers", + "name": "set_platform_wall_layers", "is_const": false, "is_vararg": false, "is_static": false, @@ -61420,7 +55842,7 @@ ] }, { - "name": "get_moving_platform_wall_layers", + "name": "get_platform_wall_layers", "is_const": true, "is_vararg": false, "is_static": false, @@ -61590,28 +56012,28 @@ } }, { - "name": "set_moving_platform_apply_velocity_on_leave", + "name": "set_platform_on_leave", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2748509440, + "hash": 1459986142, "arguments": [ { "name": "on_leave_apply_velocity", - "type": "enum::CharacterBody3D.MovingPlatformApplyVelocityOnLeave" + "type": "enum::CharacterBody3D.PlatformOnLeave" } ] }, { - "name": "get_moving_platform_apply_velocity_on_leave", + "name": "get_platform_on_leave", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4009183668, + "hash": 996491171, "return_value": { - "type": "enum::CharacterBody3D.MovingPlatformApplyVelocityOnLeave" + "type": "enum::CharacterBody3D.PlatformOnLeave" } }, { @@ -61887,28 +56309,28 @@ }, { "type": "int", - "name": "moving_platform_apply_velocity_on_leave", - "setter": "set_moving_platform_apply_velocity_on_leave", - "getter": "get_moving_platform_apply_velocity_on_leave", + "name": "platform_on_leave", + "setter": "set_platform_on_leave", + "getter": "get_platform_on_leave", "index": -1 }, { "type": "int", - "name": "moving_platform_floor_layers", - "setter": "set_moving_platform_floor_layers", - "getter": "get_moving_platform_floor_layers", + "name": "platform_floor_layers", + "setter": "set_platform_floor_layers", + "getter": "get_platform_floor_layers", "index": -1 }, { "type": "int", - "name": "moving_platform_wall_layers", - "setter": "set_moving_platform_wall_layers", - "getter": "get_moving_platform_wall_layers", + "name": "platform_wall_layers", + "setter": "set_platform_wall_layers", + "getter": "get_platform_wall_layers", "index": -1 }, { "type": "float", - "name": "collision/safe_margin", + "name": "safe_margin", "setter": "set_safe_margin", "getter": "get_safe_margin", "index": -1 @@ -62963,9 +57385,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1930428628, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -63019,9 +57441,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1930428628, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -63075,9 +57497,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1930428628, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -64584,6 +59006,46 @@ } ] }, + { + "name": "_mouse_enter", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_mouse_exit", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_mouse_shape_enter", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_mouse_shape_exit", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "shape_idx", + "type": "int" + } + ] + }, { "name": "get_rid", "is_const": true, @@ -64723,6 +59185,33 @@ } ] }, + { + "name": "set_collision_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "priority", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_collision_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_disable_mode", "is_const": false, @@ -64812,9 +59301,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 969006518, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -65190,6 +59679,13 @@ "getter": "get_collision_mask", "index": -1 }, + { + "type": "float", + "name": "collision_priority", + "setter": "set_collision_priority", + "getter": "get_collision_priority", + "index": -1 + }, { "type": "bool", "name": "input_pickable", @@ -65255,6 +59751,20 @@ } ] }, + { + "name": "_mouse_enter", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_mouse_exit", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, { "name": "set_collision_layer", "is_const": false, @@ -65383,6 +59893,33 @@ } ] }, + { + "name": "set_collision_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "priority", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_collision_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_disable_mode", "is_const": false, @@ -65508,9 +60045,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 969006518, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -65800,6 +60337,13 @@ "getter": "get_collision_mask", "index": -1 }, + { + "type": "float", + "name": "collision_priority", + "setter": "set_collision_priority", + "getter": "get_collision_priority", + "index": -1 + }, { "type": "bool", "name": "input_ray_pickable", @@ -67250,16 +61794,16 @@ { "type": "float", "name": "swing_span", - "setter": "_set_swing_span", - "getter": "_get_swing_span", - "index": -1 + "setter": "set_param", + "getter": "get_param", + "index": 0 }, { "type": "float", "name": "twist_span", - "setter": "_set_twist_span", - "getter": "_get_twist_span", - "index": -1 + "setter": "set_param", + "getter": "get_param", + "index": 1 }, { "type": "float", @@ -69578,7 +64122,7 @@ } }, { - "name": "set_tooltip", + "name": "set_tooltip_text", "is_const": false, "is_vararg": false, "is_static": false, @@ -69586,11 +64130,22 @@ "hash": 83702148, "arguments": [ { - "name": "tooltip", + "name": "hint", "type": "String" } ] }, + { + "name": "get_tooltip_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, { "name": "get_tooltip", "is_const": true, @@ -70174,9 +64729,9 @@ }, { "type": "String", - "name": "hint_tooltip", - "setter": "set_tooltip", - "getter": "_get_tooltip", + "name": "tooltip_text", + "setter": "set_tooltip_text", + "getter": "get_tooltip_text", "index": -1 }, { @@ -71197,7 +65752,7 @@ "index": -1 }, { - "type": "Points,point_", + "type": "int", "name": "point_count", "setter": "set_point_count", "getter": "get_point_count", @@ -71262,7 +65817,7 @@ "default_value": "Vector2(0, 0)" }, { - "name": "at_position", + "name": "index", "type": "int", "meta": "int32", "default_value": "-1" @@ -71587,7 +66142,7 @@ "index": -1 }, { - "type": "Points,point_", + "type": "int", "name": "point_count", "setter": "set_point_count", "getter": "get_point_count", @@ -71652,7 +66207,7 @@ "default_value": "Vector3(0, 0, 0)" }, { - "name": "at_position", + "name": "index", "type": "int", "meta": "int32", "default_value": "-1" @@ -72086,7 +66641,7 @@ "index": -1 }, { - "type": "Points,point_", + "type": "int", "name": "point_count", "setter": "set_point_count", "getter": "get_point_count", @@ -74039,6 +68594,10 @@ { "name": "FEATURE_TEXT_TO_SPEECH", "value": 19 + }, + { + "name": "FEATURE_EXTEND_TO_TITLE", + "value": 20 } ] }, @@ -74273,8 +68832,12 @@ "value": 5 }, { - "name": "WINDOW_FLAG_MAX", + "name": "WINDOW_FLAG_EXTEND_TO_TITLE", "value": 6 + }, + { + "name": "WINDOW_FLAG_MAX", + "value": 7 } ] }, @@ -74410,7 +68973,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 117014956, + "hash": 1343835725, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74449,7 +69016,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 117014956, + "hash": 1343835725, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74488,7 +69059,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1885975429, + "hash": 129300587, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74531,7 +69106,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1885975429, + "hash": 129300587, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74574,7 +69153,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 117014956, + "hash": 1343835725, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74613,7 +69196,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1885975429, + "hash": 129300587, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74656,7 +69243,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4281796287, + "hash": 2051878499, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74705,7 +69296,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 20262338, + "hash": 3806306913, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -74733,7 +69328,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3043792800, + "hash": 1041533178, + "return_value": { + "type": "int", + "meta": "int32" + }, "arguments": [ { "name": "menu_root", @@ -75079,6 +69678,29 @@ } ] }, + { + "name": "global_menu_get_item_indentation_level", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3422818498, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "global_menu_set_item_checked", "is_const": false, @@ -75380,6 +70002,30 @@ } ] }, + { + "name": "global_menu_set_item_indentation_level", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3474840532, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "level", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "global_menu_remove_item", "is_const": false, @@ -76552,6 +71198,25 @@ } ] }, + { + "name": "window_get_safe_title_margins", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 763922886, + "return_value": { + "type": "Vector2i" + }, + "arguments": [ + { + "name": "window_id", + "type": "int", + "meta": "int32", + "default_value": "0" + } + ] + }, { "name": "window_request_attention", "is_const": false, @@ -76721,6 +71386,28 @@ } ] }, + { + "name": "window_maximize_on_title_dbl_click", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "window_minimize_on_title_dbl_click", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "ime_get_selection", "is_const": true, @@ -78089,6 +72776,29 @@ } ] }, + { + "name": "get_remote_address", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "get_remote_port", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "get_statistic", "is_const": false, @@ -80325,9 +75035,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1139954409, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -80541,6 +75251,21 @@ } ] }, + { + "name": "restart_editor", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3216645846, + "arguments": [ + { + "name": "save", + "type": "bool", + "default_value": "true" + } + ] + }, { "name": "set_main_screen_editor", "is_const": false, @@ -81626,7 +76351,7 @@ "value": 8 }, { - "name": "CONTAINER_PROPERTY_EDITOR_BOTTOM", + "name": "CONTAINER_INSPECTOR_BOTTOM", "value": 9 }, { @@ -82223,9 +76948,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 170677864, + "hash": 773492341, "return_value": { - "type": "UndoRedo" + "type": "EditorUndoRedoManager" } }, { @@ -82795,17 +77520,6 @@ "type": "Object" } }, - { - "name": "get_tooltip_text", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, { "name": "update_property", "is_const": false, @@ -82882,6 +77596,14 @@ { "name": "value", "type": "Variant" + }, + { + "name": "field", + "type": "StringName" + }, + { + "name": "changing", + "type": "bool" } ] }, @@ -83282,7 +78004,7 @@ "type": "Resource" }, { - "name": "edit", + "name": "inspect", "type": "bool" } ] @@ -84239,40 +78961,6 @@ } ] }, - { - "name": "property_can_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2323990056, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "property_get_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 309047738, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, { "name": "add_property_info", "is_const": false, @@ -84426,9 +79114,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1139954409, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -84647,7 +79335,7 @@ "is_vararg": false, "is_virtual": true, "return_value": { - "type": "Array" + "type": "PackedStringArray" } } ] @@ -84692,6 +79380,225 @@ } ] }, + { + "name": "EditorUndoRedoManager", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "RefCounted", + "api_type": "editor", + "enums": [ + { + "name": "SpecialHistory", + "is_bitfield": false, + "values": [ + { + "name": "GLOBAL_HISTORY", + "value": 0 + }, + { + "name": "INVALID_HISTORY", + "value": -99 + } + ] + } + ], + "methods": [ + { + "name": "create_action", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3766330317, + "arguments": [ + { + "name": "name", + "type": "String" + }, + { + "name": "merge_mode", + "type": "enum::UndoRedo.MergeMode", + "default_value": "0" + }, + { + "name": "custom_context", + "type": "Object", + "default_value": "null" + } + ] + }, + { + "name": "commit_action", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3216645846, + "arguments": [ + { + "name": "execute", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "is_committing_action", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "add_do_method", + "is_const": false, + "is_vararg": true, + "is_static": false, + "is_virtual": false, + "hash": 1517810467, + "arguments": [ + { + "name": "object", + "type": "Object" + }, + { + "name": "method", + "type": "StringName" + } + ] + }, + { + "name": "add_undo_method", + "is_const": false, + "is_vararg": true, + "is_static": false, + "is_virtual": false, + "hash": 1517810467, + "arguments": [ + { + "name": "object", + "type": "Object" + }, + { + "name": "method", + "type": "StringName" + } + ] + }, + { + "name": "add_do_property", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1017172818, + "arguments": [ + { + "name": "object", + "type": "Object" + }, + { + "name": "property", + "type": "StringName" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "add_undo_property", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1017172818, + "arguments": [ + { + "name": "object", + "type": "Object" + }, + { + "name": "property", + "type": "StringName" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "add_do_reference", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3975164845, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "add_undo_reference", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3975164845, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "get_object_history_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1107568780, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "get_history_undo_redo", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2417974513, + "return_value": { + "type": "UndoRedo" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + } + ] + } + ] + }, { "name": "EditorVCSInterface", "is_refcounted": false, @@ -88535,55 +83442,6 @@ "getter": "is_glow_enabled", "index": -1 }, - { - "type": "float", - "name": "glow_levels/1", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 0 - }, - { - "type": "float", - "name": "glow_levels/2", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 1 - }, - { - "type": "float", - "name": "glow_levels/3", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 2 - }, - { - "type": "float", - "name": "glow_levels/4", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 3 - }, - { - "type": "float", - "name": "glow_levels/5", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 4 - }, - { - "type": "float", - "name": "glow_levels/6", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 5 - }, - { - "type": "float", - "name": "glow_levels/7", - "setter": "set_glow_level", - "getter": "get_glow_level", - "index": 6 - }, { "type": "bool", "name": "glow_normalized", @@ -92348,28 +87206,28 @@ ] }, { - "name": "set_antialiased", + "name": "set_antialiasing", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2586408642, + "hash": 1669900, "arguments": [ { - "name": "antialiased", - "type": "bool" + "name": "antialiasing", + "type": "enum::TextServer.FontAntialiasing" } ] }, { - "name": "is_antialiased", + "name": "get_antialiasing", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 36873697, + "hash": 4262718649, "return_value": { - "type": "bool" + "type": "enum::TextServer.FontAntialiasing" } }, { @@ -93271,9 +88129,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3611457556, + "hash": 681709689, "return_value": { - "type": "Array" + "type": "PackedInt32Array" }, "arguments": [ { @@ -93971,10 +88829,10 @@ "index": -1 }, { - "type": "bool", - "name": "antialiased", - "setter": "set_antialiased", - "getter": "is_antialiased", + "type": "int", + "name": "antialiasing", + "setter": "set_antialiasing", + "getter": "get_antialiasing", "index": -1 }, { @@ -94320,6 +89178,13 @@ } ] }, + { + "name": "FramebufferCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, { "name": "GDScript", "is_refcounted": true, @@ -95088,6 +89953,62 @@ "inherits": "Resource", "api_type": "core", "methods": [ + { + "name": "from_node", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 237784, + "return_value": { + "type": "GLTFCamera" + }, + "arguments": [ + { + "name": "camera_node", + "type": "Camera3D" + } + ] + }, + { + "name": "to_node", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2285090890, + "return_value": { + "type": "Camera3D" + } + }, + { + "name": "from_dictionary", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2495512509, + "return_value": { + "type": "GLTFCamera" + }, + "arguments": [ + { + "name": "dictionary", + "type": "Dictionary" + } + ] + }, + { + "name": "to_dictionary", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3102165223, + "return_value": { + "type": "Dictionary" + } + }, { "name": "get_perspective", "is_const": true, @@ -95114,7 +90035,7 @@ ] }, { - "name": "get_fov_size", + "name": "get_fov", "is_const": true, "is_vararg": false, "is_static": false, @@ -95126,7 +90047,7 @@ } }, { - "name": "set_fov_size", + "name": "set_fov", "is_const": false, "is_vararg": false, "is_static": false, @@ -95134,7 +90055,34 @@ "hash": 373806689, "arguments": [ { - "name": "fov_size", + "name": "fov", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_size_mag", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_size_mag", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "size_mag", "type": "float", "meta": "float" } @@ -95205,9 +90153,16 @@ }, { "type": "float", - "name": "fov_size", - "setter": "set_fov_size", - "getter": "get_fov_size", + "name": "fov", + "setter": "set_fov", + "getter": "get_fov", + "index": -1 + }, + { + "type": "float", + "name": "size_mag", + "setter": "set_size_mag", + "getter": "get_size_mag", "index": -1 }, { @@ -95601,6 +90556,62 @@ "inherits": "Resource", "api_type": "core", "methods": [ + { + "name": "from_node", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 3907677874, + "return_value": { + "type": "GLTFLight" + }, + "arguments": [ + { + "name": "light_node", + "type": "Light3D" + } + ] + }, + { + "name": "to_node", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2040811672, + "return_value": { + "type": "Light3D" + } + }, + { + "name": "from_dictionary", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 4057087208, + "return_value": { + "type": "GLTFLight" + }, + "arguments": [ + { + "name": "dictionary", + "type": "Dictionary" + } + ] + }, + { + "name": "to_dictionary", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3102165223, + "return_value": { + "type": "Dictionary" + } + }, { "name": "get_color", "is_const": false, @@ -97420,9 +92431,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2915620761, + "hash": 969006518, "return_value": { - "type": "Array" + "type": "PackedInt32Array" } }, { @@ -97431,11 +92442,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 381264803, + "hash": 3614634198, "arguments": [ { "name": "root_nodes", - "type": "Array" + "type": "PackedInt32Array" } ] }, @@ -98774,7 +93785,7 @@ "index": -1 }, { - "type": "ShaderMaterial,ParticlesMaterial", + "type": "ShaderMaterial,ParticleProcessMaterial", "name": "process_material", "setter": "set_process_material", "getter": "get_process_material", @@ -99667,7 +94678,7 @@ "index": -1 }, { - "type": "ShaderMaterial,ParticlesMaterial", + "type": "ShaderMaterial,ParticleProcessMaterial", "name": "process_material", "setter": "set_process_material", "getter": "get_process_material", @@ -100954,596 +95965,6 @@ } ] } - ], - "properties": [ - { - "type": "bool", - "name": "linear_limit_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_x/upper_distance", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 1 - }, - { - "type": "float", - "name": "linear_limit_x/lower_distance", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_x/softness", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 2 - }, - { - "type": "float", - "name": "linear_limit_x/restitution", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 3 - }, - { - "type": "float", - "name": "linear_limit_x/damping", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 4 - }, - { - "type": "bool", - "name": "linear_limit_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_y/upper_distance", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 1 - }, - { - "type": "float", - "name": "linear_limit_y/lower_distance", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_y/softness", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 2 - }, - { - "type": "float", - "name": "linear_limit_y/restitution", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 3 - }, - { - "type": "float", - "name": "linear_limit_y/damping", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 4 - }, - { - "type": "bool", - "name": "linear_limit_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_z/upper_distance", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 1 - }, - { - "type": "float", - "name": "linear_limit_z/lower_distance", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit_z/softness", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 2 - }, - { - "type": "float", - "name": "linear_limit_z/restitution", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 3 - }, - { - "type": "float", - "name": "linear_limit_z/damping", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 4 - }, - { - "type": "bool", - "name": "linear_motor_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_x/target_velocity", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_x/force_limit", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 6 - }, - { - "type": "bool", - "name": "linear_motor_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_y/target_velocity", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_y/force_limit", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 6 - }, - { - "type": "bool", - "name": "linear_motor_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_z/target_velocity", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 5 - }, - { - "type": "float", - "name": "linear_motor_z/force_limit", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 6 - }, - { - "type": "bool", - "name": "linear_spring_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 3 - }, - { - "type": "float", - "name": "linear_spring_x/stiffness", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 7 - }, - { - "type": "float", - "name": "linear_spring_x/damping", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 8 - }, - { - "type": "float", - "name": "linear_spring_x/equilibrium_point", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 9 - }, - { - "type": "bool", - "name": "linear_spring_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 3 - }, - { - "type": "float", - "name": "linear_spring_y/stiffness", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 7 - }, - { - "type": "float", - "name": "linear_spring_y/damping", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 8 - }, - { - "type": "float", - "name": "linear_spring_y/equilibrium_point", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 9 - }, - { - "type": "bool", - "name": "linear_spring_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 3 - }, - { - "type": "float", - "name": "linear_spring_z/stiffness", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 7 - }, - { - "type": "float", - "name": "linear_spring_z/damping", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 8 - }, - { - "type": "float", - "name": "linear_spring_z/equilibrium_point", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 9 - }, - { - "type": "bool", - "name": "angular_limit_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 1 - }, - { - "type": "float", - "name": "angular_limit_x/upper_angle", - "setter": "_set_angular_hi_limit_x", - "getter": "_get_angular_hi_limit_x", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_x/lower_angle", - "setter": "_set_angular_lo_limit_x", - "getter": "_get_angular_lo_limit_x", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_x/softness", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 12 - }, - { - "type": "float", - "name": "angular_limit_x/restitution", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 14 - }, - { - "type": "float", - "name": "angular_limit_x/damping", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 13 - }, - { - "type": "float", - "name": "angular_limit_x/force_limit", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 15 - }, - { - "type": "float", - "name": "angular_limit_x/erp", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 16 - }, - { - "type": "bool", - "name": "angular_limit_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 1 - }, - { - "type": "float", - "name": "angular_limit_y/upper_angle", - "setter": "_set_angular_hi_limit_y", - "getter": "_get_angular_hi_limit_y", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_y/lower_angle", - "setter": "_set_angular_lo_limit_y", - "getter": "_get_angular_lo_limit_y", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_y/softness", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 12 - }, - { - "type": "float", - "name": "angular_limit_y/restitution", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 14 - }, - { - "type": "float", - "name": "angular_limit_y/damping", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 13 - }, - { - "type": "float", - "name": "angular_limit_y/force_limit", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 15 - }, - { - "type": "float", - "name": "angular_limit_y/erp", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 16 - }, - { - "type": "bool", - "name": "angular_limit_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 1 - }, - { - "type": "float", - "name": "angular_limit_z/upper_angle", - "setter": "_set_angular_hi_limit_z", - "getter": "_get_angular_hi_limit_z", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_z/lower_angle", - "setter": "_set_angular_lo_limit_z", - "getter": "_get_angular_lo_limit_z", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit_z/softness", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 12 - }, - { - "type": "float", - "name": "angular_limit_z/restitution", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 14 - }, - { - "type": "float", - "name": "angular_limit_z/damping", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 13 - }, - { - "type": "float", - "name": "angular_limit_z/force_limit", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 15 - }, - { - "type": "float", - "name": "angular_limit_z/erp", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 16 - }, - { - "type": "bool", - "name": "angular_motor_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 4 - }, - { - "type": "float", - "name": "angular_motor_x/target_velocity", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 17 - }, - { - "type": "float", - "name": "angular_motor_x/force_limit", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 18 - }, - { - "type": "bool", - "name": "angular_motor_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 4 - }, - { - "type": "float", - "name": "angular_motor_y/target_velocity", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 17 - }, - { - "type": "float", - "name": "angular_motor_y/force_limit", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 18 - }, - { - "type": "bool", - "name": "angular_motor_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 4 - }, - { - "type": "float", - "name": "angular_motor_z/target_velocity", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 17 - }, - { - "type": "float", - "name": "angular_motor_z/force_limit", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 18 - }, - { - "type": "bool", - "name": "angular_spring_x/enabled", - "setter": "set_flag_x", - "getter": "get_flag_x", - "index": 2 - }, - { - "type": "float", - "name": "angular_spring_x/stiffness", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 19 - }, - { - "type": "float", - "name": "angular_spring_x/damping", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 20 - }, - { - "type": "float", - "name": "angular_spring_x/equilibrium_point", - "setter": "set_param_x", - "getter": "get_param_x", - "index": 21 - }, - { - "type": "bool", - "name": "angular_spring_y/enabled", - "setter": "set_flag_y", - "getter": "get_flag_y", - "index": 2 - }, - { - "type": "float", - "name": "angular_spring_y/stiffness", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 19 - }, - { - "type": "float", - "name": "angular_spring_y/damping", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 20 - }, - { - "type": "float", - "name": "angular_spring_y/equilibrium_point", - "setter": "set_param_y", - "getter": "get_param_y", - "index": 21 - }, - { - "type": "bool", - "name": "angular_spring_z/enabled", - "setter": "set_flag_z", - "getter": "get_flag_z", - "index": 2 - }, - { - "type": "float", - "name": "angular_spring_z/stiffness", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 19 - }, - { - "type": "float", - "name": "angular_spring_z/damping", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 20 - }, - { - "type": "float", - "name": "angular_spring_z/equilibrium_point", - "setter": "set_param_z", - "getter": "get_param_z", - "index": 21 - } ] }, { @@ -104565,6 +98986,31 @@ "type": "bool" } }, + { + "name": "set_arrange_nodes_button_hidden", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_arrange_nodes_button_hidden", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_right_disconnects", "is_const": false, @@ -104770,7 +99216,7 @@ }, { "name": "slot", - "type": "String" + "type": "int" }, { "name": "is_output", @@ -104894,6 +99340,13 @@ "setter": "set_minimap_opacity", "getter": "get_minimap_opacity", "index": -1 + }, + { + "type": "bool", + "name": "arrange_nodes_button_hidden", + "setter": "set_arrange_nodes_button_hidden", + "getter": "is_arrange_nodes_button_hidden", + "index": -1 } ] }, @@ -105416,6 +99869,56 @@ "type": "bool" } }, + { + "name": "set_draggable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "draggable", + "type": "bool" + } + ] + }, + { + "name": "is_draggable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_selectable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "selectable", + "type": "bool" + } + ] + }, + { + "name": "is_selectable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + }, { "name": "set_selected", "is_const": false, @@ -105735,6 +100238,20 @@ "getter": "is_resizable", "index": -1 }, + { + "type": "bool", + "name": "draggable", + "setter": "set_draggable", + "getter": "is_draggable", + "index": -1 + }, + { + "type": "bool", + "name": "selectable", + "setter": "set_selectable", + "getter": "is_selectable", + "index": -1 + }, { "type": "bool", "name": "selected", @@ -106237,6 +100754,59 @@ } ] }, + { + "name": "get_cell_item_basis", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3493604918, + "return_value": { + "type": "Basis" + }, + "arguments": [ + { + "name": "position", + "type": "Vector3i" + } + ] + }, + { + "name": "get_basis_with_orthogonal_index", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2816196998, + "return_value": { + "type": "Basis" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_orthogonal_index_from_basis", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4210359952, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "basis", + "type": "Basis" + } + ] + }, { "name": "world_to_map", "is_const": true, @@ -108264,78 +102834,6 @@ } ] } - ], - "properties": [ - { - "type": "float", - "name": "params/bias", - "setter": "set_param", - "getter": "get_param", - "index": 0 - }, - { - "type": "bool", - "name": "angular_limit/enable", - "setter": "set_flag", - "getter": "get_flag", - "index": 0 - }, - { - "type": "float", - "name": "angular_limit/upper", - "setter": "_set_upper_limit", - "getter": "_get_upper_limit", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit/lower", - "setter": "_set_lower_limit", - "getter": "_get_lower_limit", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit/bias", - "setter": "set_param", - "getter": "get_param", - "index": 3 - }, - { - "type": "float", - "name": "angular_limit/softness", - "setter": "set_param", - "getter": "get_param", - "index": 4 - }, - { - "type": "float", - "name": "angular_limit/relaxation", - "setter": "set_param", - "getter": "get_param", - "index": 5 - }, - { - "type": "bool", - "name": "motor/enable", - "setter": "set_flag", - "getter": "get_flag", - "index": 1 - }, - { - "type": "float", - "name": "motor/target_velocity", - "setter": "set_param", - "getter": "get_param", - "index": 6 - }, - { - "type": "float", - "name": "motor/max_impulse", - "setter": "set_param", - "getter": "get_param", - "index": 7 - } ] }, { @@ -108429,9 +102927,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 500071499, + "hash": 3462780090, "return_value": { - "type": "Array" + "type": "PackedStringArray" }, "arguments": [ { @@ -108543,9 +103041,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1139954409, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -115270,7 +109768,7 @@ "index": -1 }, { - "type": "Items,item_", + "type": "int", "name": "item_count", "setter": "set_item_count", "getter": "get_item_count", @@ -115338,7 +109836,7 @@ "name": "stringify", "is_const": false, "is_vararg": false, - "is_static": false, + "is_static": true, "is_virtual": false, "hash": 2656701787, "return_value": { @@ -115366,6 +109864,23 @@ } ] }, + { + "name": "parse_string", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 309047738, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "json_string", + "type": "String" + } + ] + }, { "name": "parse", "is_const": false, @@ -116033,28 +110548,28 @@ "properties": [ { "type": "NodePath", - "name": "nodes/node_a", + "name": "node_a", "setter": "set_node_a", "getter": "get_node_a", "index": -1 }, { "type": "NodePath", - "name": "nodes/node_b", + "name": "node_b", "setter": "set_node_b", "getter": "get_node_b", "index": -1 }, { "type": "int", - "name": "solver/priority", + "name": "solver_priority", "setter": "set_solver_priority", "getter": "get_solver_priority", "index": -1 }, { "type": "bool", - "name": "collision/exclude_nodes", + "name": "exclude_nodes_from_collision", "setter": "set_exclude_nodes_from_collision", "getter": "get_exclude_nodes_from_collision", "index": -1 @@ -116843,7 +111358,7 @@ ] }, { - "name": "set_percent_visible", + "name": "set_visible_ratio", "is_const": false, "is_vararg": false, "is_static": false, @@ -116851,14 +111366,14 @@ "hash": 373806689, "arguments": [ { - "name": "percent_visible", + "name": "ratio", "type": "float", "meta": "float" } ] }, { - "name": "get_percent_visible", + "name": "get_visible_ratio", "is_const": true, "is_vararg": false, "is_static": false, @@ -117061,9 +111576,9 @@ }, { "type": "float", - "name": "percent_visible", - "setter": "set_percent_visible", - "getter": "get_percent_visible", + "name": "visible_ratio", + "setter": "set_visible_ratio", + "getter": "get_visible_ratio", "index": -1 }, { @@ -120447,7 +114962,7 @@ "hash": 163021252, "arguments": [ { - "name": "i", + "name": "index", "type": "int", "meta": "int32" }, @@ -120469,7 +114984,7 @@ }, "arguments": [ { - "name": "i", + "name": "index", "type": "int", "meta": "int32" } @@ -120500,7 +115015,7 @@ "type": "Vector2" }, { - "name": "at_position", + "name": "index", "type": "int", "meta": "int32", "default_value": "-1" @@ -120516,7 +115031,7 @@ "hash": 1286410249, "arguments": [ { - "name": "i", + "name": "index", "type": "int", "meta": "int32" } @@ -121414,10 +115929,10 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3905245786, + "hash": 1740695150, "return_value": { - "type": "int", - "meta": "int32" + "type": "float", + "meta": "float" } }, { @@ -122549,6 +117064,58 @@ "inherits": "Container", "api_type": "core" }, + { + "name": "Marker2D", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Node2D", + "api_type": "core", + "methods": [ + { + "name": "set_gizmo_extents", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "extents", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_gizmo_extents", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + } + ], + "properties": [ + { + "type": "float", + "name": "gizmo_extents", + "setter": "set_gizmo_extents", + "getter": "get_gizmo_extents", + "index": -1 + } + ] + }, + { + "name": "Marker3D", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Node3D", + "api_type": "core" + }, { "name": "Marshalls", "is_refcounted": false, @@ -122805,6 +117372,446 @@ } ] }, + { + "name": "MenuBar", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Control", + "api_type": "core", + "methods": [ + { + "name": "set_switch_on_hover", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_switch_on_hover", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_disable_shortcuts", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "set_prefer_global_menu", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_prefer_global_menu", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "is_native_menu", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "get_menu_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_text_direction", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 119160795, + "arguments": [ + { + "name": "direction", + "type": "enum::Control.TextDirection" + } + ] + }, + { + "name": "get_text_direction", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 797257663, + "return_value": { + "type": "enum::Control.TextDirection" + } + }, + { + "name": "set_language", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "language", + "type": "String" + } + ] + }, + { + "name": "get_language", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_flat", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_flat", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_start_index", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "enabled", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_start_index", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_menu_title", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 501894301, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + }, + { + "name": "title", + "type": "String" + } + ] + }, + { + "name": "get_menu_title", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844755477, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_menu_tooltip", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 501894301, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + }, + { + "name": "tooltip", + "type": "String" + } + ] + }, + { + "name": "get_menu_tooltip", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844755477, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_menu_disabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "is_menu_disabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_menu_hidden", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + }, + { + "name": "hidden", + "type": "bool" + } + ] + }, + { + "name": "is_menu_hidden", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_shortcut_context", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1078189570, + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] + }, + { + "name": "get_shortcut_context", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3160264692, + "return_value": { + "type": "Node" + } + }, + { + "name": "get_menu_popup", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2100501353, + "return_value": { + "type": "PopupMenu" + }, + "arguments": [ + { + "name": "menu", + "type": "int", + "meta": "int32" + } + ] + } + ], + "properties": [ + { + "type": "bool", + "name": "flat", + "setter": "set_flat", + "getter": "is_flat", + "index": -1 + }, + { + "type": "bool", + "name": "start_index", + "setter": "set_start_index", + "getter": "get_start_index", + "index": -1 + }, + { + "type": "bool", + "name": "switch_on_hover", + "setter": "set_switch_on_hover", + "getter": "is_switch_on_hover", + "index": -1 + }, + { + "type": "bool", + "name": "prefer_global_menu", + "setter": "set_prefer_global_menu", + "getter": "is_prefer_global_menu", + "index": -1 + }, + { + "type": "Node", + "name": "shortcut_context", + "setter": "set_shortcut_context", + "getter": "get_shortcut_context", + "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 + } + ] + }, { "name": "MenuButton", "is_refcounted": false, @@ -122904,7 +117911,7 @@ "index": -1 }, { - "type": "Items,popup/item_", + "type": "int", "name": "item_count", "setter": "set_item_count", "getter": "get_item_count", @@ -128051,7 +123058,7 @@ } }, { - "name": "set_neighbor_dist", + "name": "set_neighbor_distance", "is_const": false, "is_vararg": false, "is_static": false, @@ -128059,14 +123066,14 @@ "hash": 373806689, "arguments": [ { - "name": "neighbor_dist", + "name": "neighbor_distance", "type": "float", "meta": "float" } ] }, { - "name": "get_neighbor_dist", + "name": "get_neighbor_distance", "is_const": true, "is_vararg": false, "is_static": false, @@ -128469,9 +123476,9 @@ }, { "type": "float", - "name": "neighbor_dist", - "setter": "set_neighbor_dist", - "getter": "get_neighbor_dist", + "name": "neighbor_distance", + "setter": "set_neighbor_distance", + "getter": "get_neighbor_distance", "index": -1 }, { @@ -128674,7 +123681,7 @@ } }, { - "name": "set_neighbor_dist", + "name": "set_neighbor_distance", "is_const": false, "is_vararg": false, "is_static": false, @@ -128682,14 +123689,14 @@ "hash": 373806689, "arguments": [ { - "name": "neighbor_dist", + "name": "neighbor_distance", "type": "float", "meta": "float" } ] }, { - "name": "get_neighbor_dist", + "name": "get_neighbor_distance", "is_const": true, "is_vararg": false, "is_static": false, @@ -129099,9 +124106,9 @@ }, { "type": "float", - "name": "neighbor_dist", - "setter": "set_neighbor_dist", - "getter": "get_neighbor_dist", + "name": "neighbor_distance", + "setter": "set_neighbor_distance", + "getter": "get_neighbor_distance", "index": -1 }, { @@ -131101,7 +126108,7 @@ }, "arguments": [ { - "name": "nap", + "name": "map", "type": "RID" } ] @@ -131628,7 +126635,7 @@ ] }, { - "name": "agent_set_neighbor_dist", + "name": "agent_set_neighbor_distance", "is_const": true, "is_vararg": false, "is_static": false, @@ -131640,7 +126647,7 @@ "type": "RID" }, { - "name": "dist", + "name": "distance", "type": "float", "meta": "float" } @@ -131906,7 +126913,7 @@ }, "arguments": [ { - "name": "nap", + "name": "map", "type": "RID" } ] @@ -132537,7 +127544,7 @@ ] }, { - "name": "agent_set_neighbor_dist", + "name": "agent_set_neighbor_distance", "is_const": true, "is_vararg": false, "is_static": false, @@ -132549,7 +127556,7 @@ "type": "RID" }, { - "name": "dist", + "name": "distance", "type": "float", "meta": "float" } @@ -136237,40 +131244,6 @@ "type": "Vector3" } ] - }, - { - "name": "property_can_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2323990056, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "property_get_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 309047738, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] } ], "signals": [ @@ -136576,7 +131549,7 @@ ] }, { - "name": "NoiseTexture", + "name": "NoiseTexture2D", "is_refcounted": true, "is_instantiable": true, "inherits": "Texture2D", @@ -137645,64 +132618,6 @@ "type": "bool" } }, - { - "name": "dump_memory_to_file", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "file", - "type": "String" - } - ] - }, - { - "name": "dump_resources_to_file", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "file", - "type": "String" - } - ] - }, - { - "name": "print_resources_in_use", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 107499316, - "arguments": [ - { - "name": "short", - "type": "bool", - "default_value": "false" - } - ] - }, - { - "name": "print_all_resources", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3005725572, - "arguments": [ - { - "name": "tofile", - "type": "String", - "default_value": "\"\"" - } - ] - }, { "name": "get_static_memory_usage", "is_const": true, @@ -137821,28 +132736,6 @@ "type": "String" } }, - { - "name": "print_all_textures_by_size", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3218959716 - }, - { - "name": "print_resources_by_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4015028928, - "arguments": [ - { - "name": "types", - "type": "PackedStringArray" - } - ] - }, { "name": "get_keycode_string", "is_const": true, @@ -140550,7 +135443,7 @@ ], "properties": [ { - "type": "Items,popup/item_", + "type": "int", "name": "item_count", "setter": "set_item_count", "getter": "get_item_count", @@ -141833,7 +136726,7 @@ ] }, { - "name": "ParticlesMaterial", + "name": "ParticleProcessMaterial", "is_refcounted": true, "is_instantiable": true, "inherits": "Material", @@ -141994,6 +136887,28 @@ "value": 4 } ] + }, + { + "name": "CollisionMode", + "is_bitfield": false, + "values": [ + { + "name": "COLLISION_DISABLED", + "value": 0 + }, + { + "name": "COLLISION_RIGID", + "value": 1 + }, + { + "name": "COLLISION_HIDE_ON_CONTACT", + "value": 2 + }, + { + "name": "COLLISION_MAX", + "value": 3 + } + ] } ], "methods": [ @@ -142082,11 +136997,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4274524439, + "hash": 2295964248, "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" }, { "name": "value", @@ -142101,7 +137016,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1283126188, + "hash": 3903786503, "return_value": { "type": "float", "meta": "float" @@ -142109,7 +137024,7 @@ "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" } ] }, @@ -142119,11 +137034,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4274524439, + "hash": 2295964248, "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" }, { "name": "value", @@ -142138,7 +137053,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1283126188, + "hash": 3903786503, "return_value": { "type": "float", "meta": "float" @@ -142146,7 +137061,7 @@ "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" } ] }, @@ -142156,11 +137071,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2656851978, + "hash": 526976089, "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" }, { "name": "texture", @@ -142174,14 +137089,14 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2649254505, + "hash": 3489372978, "return_value": { "type": "Texture2D" }, "arguments": [ { "name": "param", - "type": "enum::ParticlesMaterial.Parameter" + "type": "enum::ParticleProcessMaterial.Parameter" } ] }, @@ -142266,11 +137181,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1631494402, + "hash": 1711815571, "arguments": [ { "name": "particle_flag", - "type": "enum::ParticlesMaterial.ParticleFlags" + "type": "enum::ParticleProcessMaterial.ParticleFlags" }, { "name": "enable", @@ -142284,14 +137199,14 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 818711554, + "hash": 3895316907, "return_value": { "type": "bool" }, "arguments": [ { "name": "particle_flag", - "type": "enum::ParticlesMaterial.ParticleFlags" + "type": "enum::ParticleProcessMaterial.ParticleFlags" } ] }, @@ -142301,11 +137216,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 248988319, + "hash": 461501442, "arguments": [ { "name": "shape", - "type": "enum::ParticlesMaterial.EmissionShape" + "type": "enum::ParticleProcessMaterial.EmissionShape" } ] }, @@ -142315,9 +137230,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3582086991, + "hash": 3719733018, "return_value": { - "type": "enum::ParticlesMaterial.EmissionShape" + "type": "enum::ParticleProcessMaterial.EmissionShape" } }, { @@ -142769,9 +137684,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1938652866, + "hash": 2399052877, "return_value": { - "type": "enum::ParticlesMaterial.SubEmitterMode" + "type": "enum::ParticleProcessMaterial.SubEmitterMode" } }, { @@ -142780,11 +137695,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 372278199, + "hash": 2161806672, "arguments": [ { "name": "mode", - "type": "enum::ParticlesMaterial.SubEmitterMode" + "type": "enum::ParticleProcessMaterial.SubEmitterMode" } ] }, @@ -142893,28 +137808,28 @@ } }, { - "name": "set_collision_enabled", + "name": "set_collision_mode", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2586408642, + "hash": 653804659, "arguments": [ { - "name": "enabled", - "type": "bool" + "name": "mode", + "type": "enum::ParticleProcessMaterial.CollisionMode" } ] }, { - "name": "is_collision_enabled", + "name": "get_collision_mode", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 36873697, + "hash": 139371864, "return_value": { - "type": "bool" + "type": "enum::ParticleProcessMaterial.CollisionMode" } }, { @@ -143503,10 +138418,10 @@ "index": -1 }, { - "type": "bool", - "name": "collision_enabled", - "setter": "set_collision_enabled", - "getter": "is_collision_enabled", + "type": "int", + "name": "collision_mode", + "setter": "set_collision_mode", + "getter": "get_collision_mode", "index": -1 }, { @@ -143631,7 +138546,7 @@ "api_type": "core", "methods": [ { - "name": "set_offset", + "name": "set_progress", "is_const": false, "is_vararg": false, "is_static": false, @@ -143639,14 +138554,14 @@ "hash": 373806689, "arguments": [ { - "name": "offset", + "name": "progress", "type": "float", "meta": "float" } ] }, { - "name": "get_offset", + "name": "get_progress", "is_const": true, "is_vararg": false, "is_static": false, @@ -143712,7 +138627,7 @@ } }, { - "name": "set_unit_offset", + "name": "set_progress_ratio", "is_const": false, "is_vararg": false, "is_static": false, @@ -143720,14 +138635,14 @@ "hash": 373806689, "arguments": [ { - "name": "unit_offset", + "name": "ratio", "type": "float", "meta": "float" } ] }, { - "name": "get_unit_offset", + "name": "get_progress_ratio", "is_const": true, "is_vararg": false, "is_static": false, @@ -143844,16 +138759,16 @@ "properties": [ { "type": "float", - "name": "offset", - "setter": "set_offset", - "getter": "get_offset", + "name": "progress", + "setter": "set_progress", + "getter": "get_progress", "index": -1 }, { "type": "float", - "name": "unit_offset", - "setter": "set_unit_offset", - "getter": "get_unit_offset", + "name": "progress_ratio", + "setter": "set_progress_ratio", + "getter": "get_progress_ratio", "index": -1 }, { @@ -143936,7 +138851,7 @@ ], "methods": [ { - "name": "set_offset", + "name": "set_progress", "is_const": false, "is_vararg": false, "is_static": false, @@ -143944,14 +138859,14 @@ "hash": 373806689, "arguments": [ { - "name": "offset", + "name": "progress", "type": "float", "meta": "float" } ] }, { - "name": "get_offset", + "name": "get_progress", "is_const": true, "is_vararg": false, "is_static": false, @@ -144017,7 +138932,7 @@ } }, { - "name": "set_unit_offset", + "name": "set_progress_ratio", "is_const": false, "is_vararg": false, "is_static": false, @@ -144025,14 +138940,14 @@ "hash": 373806689, "arguments": [ { - "name": "unit_offset", + "name": "ratio", "type": "float", "meta": "float" } ] }, { - "name": "get_unit_offset", + "name": "get_progress_ratio", "is_const": true, "is_vararg": false, "is_static": false, @@ -144122,16 +139037,16 @@ "properties": [ { "type": "float", - "name": "offset", - "setter": "set_offset", - "getter": "get_offset", + "name": "progress", + "setter": "set_progress", + "getter": "get_progress", "index": -1 }, { "type": "float", - "name": "unit_offset", - "setter": "set_unit_offset", - "getter": "get_unit_offset", + "name": "progress_ratio", + "setter": "set_progress_ratio", + "getter": "get_progress_ratio", "index": -1 }, { @@ -144400,7 +139315,7 @@ "name": "PhysicalBone2D", "is_refcounted": false, "is_instantiable": true, - "inherits": "RigidDynamicBody2D", + "inherits": "RigidBody2D", "api_type": "core", "methods": [ { @@ -148011,9 +142926,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1194958700, + "hash": 711275086, "return_value": { - "type": "Array" + "type": "PackedFloat32Array" }, "arguments": [ { @@ -148140,9 +143055,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2463445962, + "hash": 1778757334, "return_value": { - "type": "Array" + "type": "PackedFloat32Array" }, "arguments": [ { @@ -149771,11 +144686,11 @@ "value": 1 }, { - "name": "BODY_MODE_DYNAMIC", + "name": "BODY_MODE_RIGID", "value": 2 }, { - "name": "BODY_MODE_DYNAMIC_LINEAR", + "name": "BODY_MODE_RIGID_LINEAR", "value": 3 } ] @@ -151194,6 +146109,43 @@ } ] }, + { + "name": "body_set_collision_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1794382983, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "priority", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_get_collision_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 866169185, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, { "name": "body_set_param", "is_const": false, @@ -152490,11 +147442,11 @@ "value": 1 }, { - "name": "BODY_MODE_DYNAMIC", + "name": "BODY_MODE_RIGID", "value": 2 }, { - "name": "BODY_MODE_DYNAMIC_LINEAR", + "name": "BODY_MODE_RIGID_LINEAR", "value": 3 } ] @@ -153579,6 +148531,43 @@ } ] }, + { + "name": "body_set_collision_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1794382983, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "priority", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_get_collision_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 866169185, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, { "name": "body_add_shape", "is_const": false, @@ -155958,6 +150947,39 @@ } ] }, + { + "name": "_body_set_collision_priority", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "priority", + "type": "float" + } + ] + }, + { + "name": "_body_get_collision_priority", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, { "name": "_body_add_shape", "is_const": false, @@ -159101,29 +154123,6 @@ } ] } - ], - "properties": [ - { - "type": "float", - "name": "params/bias", - "setter": "set_param", - "getter": "get_param", - "index": 0 - }, - { - "type": "float", - "name": "params/damping", - "setter": "set_param", - "getter": "get_param", - "index": 1 - }, - { - "type": "float", - "name": "params/impulse_clamp", - "setter": "set_param", - "getter": "get_param", - "index": 2 - } ] }, { @@ -159332,6 +154331,26 @@ "is_instantiable": true, "inherits": "PrimitiveMesh", "api_type": "core", + "enums": [ + { + "name": "Orientation", + "is_bitfield": false, + "values": [ + { + "name": "FACE_X", + "value": 0 + }, + { + "name": "FACE_Y", + "value": 1 + }, + { + "name": "FACE_Z", + "value": 2 + } + ] + } + ], "methods": [ { "name": "set_size", @@ -159436,6 +154455,31 @@ "return_value": { "type": "Vector3" } + }, + { + "name": "set_orientation", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2751399687, + "arguments": [ + { + "name": "orientation", + "type": "enum::PlaneMesh.Orientation" + } + ] + }, + { + "name": "get_orientation", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3227599250, + "return_value": { + "type": "enum::PlaneMesh.Orientation" + } } ], "properties": [ @@ -159466,6 +154510,13 @@ "setter": "set_center_offset", "getter": "get_center_offset", "index": -1 + }, + { + "type": "int", + "name": "orientation", + "setter": "set_orientation", + "getter": "get_orientation", + "index": -1 } ] }, @@ -159827,7 +154878,7 @@ } }, { - "name": "set_invert", + "name": "set_invert_enabled", "is_const": false, "is_vararg": false, "is_static": false, @@ -159841,7 +154892,7 @@ ] }, { - "name": "get_invert", + "name": "get_invert_enabled", "is_const": true, "is_vararg": false, "is_static": false, @@ -160167,9 +155218,9 @@ }, { "type": "bool", - "name": "invert_enable", - "setter": "set_invert", - "getter": "get_invert", + "name": "invert_enabled", + "setter": "set_invert_enabled", + "getter": "get_invert_enabled", "index": -1 }, { @@ -161123,7 +156174,7 @@ ] }, { - "name": "set_item_horizontal_offset", + "name": "set_item_indent", "is_const": false, "is_vararg": false, "is_static": false, @@ -161136,7 +156187,7 @@ "meta": "int32" }, { - "name": "offset", + "name": "indent", "type": "int", "meta": "int32" } @@ -161520,7 +156571,7 @@ ] }, { - "name": "get_item_horizontal_offset", + "name": "get_item_indent", "is_const": true, "is_vararg": false, "is_static": false, @@ -161806,6 +156857,9 @@ "type": "int" } ] + }, + { + "name": "menu_changed" } ], "properties": [ @@ -161845,7 +156899,7 @@ "index": -1 }, { - "type": "Items,item_", + "type": "int", "name": "item_count", "setter": "set_item_count", "getter": "get_item_count", @@ -162043,58 +157097,6 @@ } ] }, - { - "name": "Position2D", - "is_refcounted": false, - "is_instantiable": true, - "inherits": "Node2D", - "api_type": "core", - "methods": [ - { - "name": "set_gizmo_extents", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 373806689, - "arguments": [ - { - "name": "extents", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_gizmo_extents", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1740695150, - "return_value": { - "type": "float", - "meta": "float" - } - } - ], - "properties": [ - { - "type": "float", - "name": "gizmo_extents", - "setter": "set_gizmo_extents", - "getter": "get_gizmo_extents", - "index": -1 - } - ] - }, - { - "name": "Position3D", - "is_refcounted": false, - "is_instantiable": true, - "inherits": "Node3D", - "api_type": "core" - }, { "name": "PrimitiveMesh", "is_refcounted": true, @@ -163157,40 +158159,6 @@ } ] }, - { - "name": "property_can_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2323990056, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "property_get_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 309047738, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, { "name": "save_custom", "is_const": false, @@ -163310,124 +158278,6 @@ } ] }, - { - "name": "ProxyTexture", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Texture2D", - "api_type": "core", - "methods": [ - { - "name": "set_base", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4051416890, - "arguments": [ - { - "name": "base", - "type": "Texture2D" - } - ] - }, - { - "name": "get_base", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3635182373, - "return_value": { - "type": "Texture2D" - } - } - ], - "properties": [ - { - "type": "Texture2D", - "name": "base", - "setter": "set_base", - "getter": "get_base", - "index": -1 - } - ] - }, - { - "name": "QuadMesh", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "PrimitiveMesh", - "api_type": "core", - "methods": [ - { - "name": "set_size", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 743155724, - "arguments": [ - { - "name": "size", - "type": "Vector2" - } - ] - }, - { - "name": "get_size", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3341600327, - "return_value": { - "type": "Vector2" - } - }, - { - "name": "set_center_offset", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3460891852, - "arguments": [ - { - "name": "center_offset", - "type": "Vector3" - } - ] - }, - { - "name": "get_center_offset", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3360562783, - "return_value": { - "type": "Vector3" - } - } - ], - "properties": [ - { - "type": "Vector2", - "name": "size", - "setter": "set_size", - "getter": "get_size", - "index": -1 - }, - { - "type": "Vector3", - "name": "center_offset", - "setter": "set_center_offset", - "getter": "get_center_offset", - "index": -1 - } - ] - }, { "name": "QuadOccluder3D", "is_refcounted": true, @@ -167938,6 +162788,17 @@ "type": "Object" } }, + { + "name": "get_collider_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2944877500, + "return_value": { + "type": "RID" + } + }, { "name": "get_collider_shape", "is_const": true, @@ -168340,6 +163201,17 @@ "type": "Object" } }, + { + "name": "get_collider_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2944877500, + "return_value": { + "type": "RID" + } + }, { "name": "get_collider_shape", "is_const": true, @@ -169571,9 +164443,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1139954409, "return_value": { - "type": "Array" + "type": "PackedStringArray" } } ] @@ -173425,6 +168297,25 @@ } ] }, + { + "name": "draw_list_set_blend_constants", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2878471219, + "arguments": [ + { + "name": "draw_list", + "type": "int", + "meta": "int64" + }, + { + "name": "color", + "type": "Color" + } + ] + }, { "name": "draw_list_bind_render_pipeline", "is_const": false, @@ -182994,9 +177885,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1149645703, + "hash": 2031554939, "return_value": { - "type": "Array" + "type": "PackedInt64Array" }, "arguments": [ { @@ -183016,9 +177907,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4168413368, + "hash": 3388524336, "return_value": { - "type": "Array" + "type": "PackedInt64Array" }, "arguments": [ { @@ -183042,9 +177933,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2871735507, + "hash": 3690700105, "return_value": { - "type": "Array" + "type": "PackedInt64Array" }, "arguments": [ { @@ -183672,6 +178563,36 @@ } ] }, + { + "name": "canvas_item_add_lcd_texture_rect_region", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 359793297, + "arguments": [ + { + "name": "item", + "type": "RID" + }, + { + "name": "rect", + "type": "Rect2" + }, + { + "name": "texture", + "type": "RID" + }, + { + "name": "src_rect", + "type": "Rect2" + }, + { + "name": "modulate", + "type": "Color" + } + ] + }, { "name": "canvas_item_add_texture_rect_region", "is_const": false, @@ -185656,11 +180577,11 @@ }, "arguments": [ { - "name": "path", + "name": "resource", "type": "Resource" }, { - "name": "resource", + "name": "path", "type": "String" }, { @@ -187983,7 +182904,7 @@ ] }, { - "name": "set_percent_visible", + "name": "set_visible_ratio", "is_const": false, "is_vararg": false, "is_static": false, @@ -187991,14 +182912,14 @@ "hash": 373806689, "arguments": [ { - "name": "percent_visible", + "name": "ratio", "type": "float", "meta": "float" } ] }, { - "name": "get_percent_visible", + "name": "get_visible_ratio", "is_const": true, "is_vararg": false, "is_static": false, @@ -188313,27 +183234,6 @@ "getter": "is_using_bbcode", "index": -1 }, - { - "type": "bool", - "name": "threaded", - "setter": "set_threaded", - "getter": "is_threaded", - "index": -1 - }, - { - "type": "int", - "name": "progress_bar_delay", - "setter": "set_progress_bar_delay", - "getter": "get_progress_bar_delay", - "index": -1 - }, - { - "type": "int", - "name": "tab_size", - "setter": "set_tab_size", - "getter": "get_tab_size", - "index": -1 - }, { "type": "String", "name": "text", @@ -188363,24 +183263,31 @@ "index": -1 }, { - "type": "bool", - "name": "selection_enabled", - "setter": "set_selection_enabled", - "getter": "is_selection_enabled", + "type": "int", + "name": "autowrap_mode", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "index": -1 + }, + { + "type": "int", + "name": "tab_size", + "setter": "set_tab_size", + "getter": "get_tab_size", "index": -1 }, { "type": "bool", - "name": "override_selected_font_color", - "setter": "set_override_selected_font_color", - "getter": "is_overriding_selected_font_color", + "name": "context_menu_enabled", + "setter": "set_context_menu_enabled", + "getter": "is_context_menu_enabled", "index": -1 }, { "type": "bool", - "name": "deselect_on_focus_loss_enabled", - "setter": "set_deselect_on_focus_loss_enabled", - "getter": "is_deselect_on_focus_loss_enabled", + "name": "shortcut_keys_enabled", + "setter": "set_shortcut_keys_enabled", + "getter": "is_shortcut_keys_enabled", "index": -1 }, { @@ -188404,11 +183311,39 @@ "getter": "is_hint_underlined", "index": -1 }, + { + "type": "bool", + "name": "threaded", + "setter": "set_threaded", + "getter": "is_threaded", + "index": -1 + }, { "type": "int", - "name": "autowrap_mode", - "setter": "set_autowrap_mode", - "getter": "get_autowrap_mode", + "name": "progress_bar_delay", + "setter": "set_progress_bar_delay", + "getter": "get_progress_bar_delay", + "index": -1 + }, + { + "type": "bool", + "name": "selection_enabled", + "setter": "set_selection_enabled", + "getter": "is_selection_enabled", + "index": -1 + }, + { + "type": "bool", + "name": "override_selected_font_color", + "setter": "set_override_selected_font_color", + "getter": "is_overriding_selected_font_color", + "index": -1 + }, + { + "type": "bool", + "name": "deselect_on_focus_loss_enabled", + "setter": "set_deselect_on_focus_loss_enabled", + "getter": "is_deselect_on_focus_loss_enabled", "index": -1 }, { @@ -188427,23 +183362,9 @@ }, { "type": "float", - "name": "percent_visible", - "setter": "set_percent_visible", - "getter": "get_percent_visible", - "index": -1 - }, - { - "type": "bool", - "name": "context_menu_enabled", - "setter": "set_context_menu_enabled", - "getter": "is_context_menu_enabled", - "index": -1 - }, - { - "type": "bool", - "name": "shortcut_keys_enabled", - "setter": "set_shortcut_keys_enabled", - "getter": "is_shortcut_keys_enabled", + "name": "visible_ratio", + "setter": "set_visible_ratio", + "getter": "get_visible_ratio", "index": -1 }, { @@ -188477,7 +183398,7 @@ ] }, { - "name": "RigidDynamicBody2D", + "name": "RigidBody2D", "is_refcounted": false, "is_instantiable": true, "inherits": "PhysicsBody2D", @@ -188618,11 +183539,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3452825391, + "hash": 1757235706, "arguments": [ { "name": "mode", - "type": "enum::RigidDynamicBody2D.CenterOfMassMode" + "type": "enum::RigidBody2D.CenterOfMassMode" } ] }, @@ -188632,9 +183553,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1339826430, + "hash": 3277132817, "return_value": { - "type": "enum::RigidDynamicBody2D.CenterOfMassMode" + "type": "enum::RigidBody2D.CenterOfMassMode" } }, { @@ -188720,11 +183641,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 511720019, + "hash": 3406533708, "arguments": [ { "name": "linear_damp_mode", - "type": "enum::RigidDynamicBody2D.DampMode" + "type": "enum::RigidBody2D.DampMode" } ] }, @@ -188734,9 +183655,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1421279436, + "hash": 2970511462, "return_value": { - "type": "enum::RigidDynamicBody2D.DampMode" + "type": "enum::RigidBody2D.DampMode" } }, { @@ -188745,11 +183666,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 511720019, + "hash": 3406533708, "arguments": [ { "name": "angular_damp_mode", - "type": "enum::RigidDynamicBody2D.DampMode" + "type": "enum::RigidBody2D.DampMode" } ] }, @@ -188759,9 +183680,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1421279436, + "hash": 2970511462, "return_value": { - "type": "enum::RigidDynamicBody2D.DampMode" + "type": "enum::RigidBody2D.DampMode" } }, { @@ -188897,6 +183818,18 @@ "meta": "int32" } }, + { + "name": "get_contact_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_use_custom_integrator", "is_const": false, @@ -188953,11 +183886,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2718300349, + "hash": 1000241384, "arguments": [ { "name": "mode", - "type": "enum::RigidDynamicBody2D.CCDMode" + "type": "enum::RigidBody2D.CCDMode" } ] }, @@ -188967,9 +183900,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 92885946, + "hash": 815214376, "return_value": { - "type": "enum::RigidDynamicBody2D.CCDMode" + "type": "enum::RigidBody2D.CCDMode" } }, { @@ -189289,11 +184222,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2450751375, + "hash": 1705112154, "arguments": [ { "name": "freeze_mode", - "type": "enum::RigidDynamicBody2D.FreezeMode" + "type": "enum::RigidBody2D.FreezeMode" } ] }, @@ -189303,9 +184236,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 870555613, + "hash": 2016872314, "return_value": { - "type": "enum::RigidDynamicBody2D.FreezeMode" + "type": "enum::RigidBody2D.FreezeMode" } }, { @@ -189444,7 +184377,7 @@ }, { "type": "int", - "name": "contacts_reported", + "name": "max_contacts_reported", "setter": "set_max_contacts_reported", "getter": "get_max_contacts_reported", "index": -1 @@ -189550,7 +184483,7 @@ ] }, { - "name": "RigidDynamicBody3D", + "name": "RigidBody3D", "is_refcounted": false, "is_instantiable": true, "inherits": "PhysicsBody3D", @@ -189671,11 +184604,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1631935582, + "hash": 3625866032, "arguments": [ { "name": "mode", - "type": "enum::RigidDynamicBody3D.CenterOfMassMode" + "type": "enum::RigidBody3D.CenterOfMassMode" } ] }, @@ -189685,9 +184618,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2909173950, + "hash": 237405040, "return_value": { - "type": "enum::RigidDynamicBody3D.CenterOfMassMode" + "type": "enum::RigidBody3D.CenterOfMassMode" } }, { @@ -189834,11 +184767,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 47243782, + "hash": 1802035050, "arguments": [ { "name": "linear_damp_mode", - "type": "enum::RigidDynamicBody3D.DampMode" + "type": "enum::RigidBody3D.DampMode" } ] }, @@ -189848,9 +184781,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2950994489, + "hash": 1366206940, "return_value": { - "type": "enum::RigidDynamicBody3D.DampMode" + "type": "enum::RigidBody3D.DampMode" } }, { @@ -189859,11 +184792,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 47243782, + "hash": 1802035050, "arguments": [ { "name": "angular_damp_mode", - "type": "enum::RigidDynamicBody3D.DampMode" + "type": "enum::RigidBody3D.DampMode" } ] }, @@ -189873,9 +184806,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2950994489, + "hash": 1366206940, "return_value": { - "type": "enum::RigidDynamicBody3D.DampMode" + "type": "enum::RigidBody3D.DampMode" } }, { @@ -189959,6 +184892,18 @@ "meta": "int32" } }, + { + "name": "get_contact_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_use_custom_integrator", "is_const": false, @@ -190345,11 +185290,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1256278317, + "hash": 1319914653, "arguments": [ { "name": "freeze_mode", - "type": "enum::RigidDynamicBody3D.FreezeMode" + "type": "enum::RigidBody3D.FreezeMode" } ] }, @@ -190359,9 +185304,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 497157993, + "hash": 2008423905, "return_value": { - "type": "enum::RigidDynamicBody3D.FreezeMode" + "type": "enum::RigidBody3D.FreezeMode" } }, { @@ -190500,7 +185445,7 @@ }, { "type": "int", - "name": "contacts_reported", + "name": "max_contacts_reported", "setter": "set_max_contacts_reported", "getter": "get_max_contacts_reported", "index": -1 @@ -193084,6 +188029,22 @@ "type": "Array" } }, + { + "name": "_has_property_default_value", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "property", + "type": "StringName" + } + ] + }, { "name": "_get_property_default_value", "is_const": true, @@ -195044,40 +190005,6 @@ "type": "StringName" } ] - }, - { - "name": "property_can_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2323990056, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "property_get_revert", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 309047738, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] } ], "properties": [ @@ -195188,9 +190115,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 322365360, + "hash": 3056932662, "return_value": { - "type": "Array" + "type": "PackedVector2Array" }, "arguments": [ { @@ -195213,9 +190140,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1867376717, + "hash": 3620351573, "return_value": { - "type": "Array" + "type": "PackedVector2Array" }, "arguments": [ { @@ -196881,65 +191808,6 @@ } ] }, - { - "name": "set_bone_children", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3500328261, - "arguments": [ - { - "name": "bone_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "bone_children", - "type": "PackedInt32Array" - } - ] - }, - { - "name": "add_bone_child", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3937882851, - "arguments": [ - { - "name": "bone_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "child_bone_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "remove_bone_child", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3937882851, - "arguments": [ - { - "name": "bone_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "child_bone_idx", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "get_parentless_bones", "is_const": false, @@ -197179,6 +192047,29 @@ } ] }, + { + "name": "reset_bone_pose", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "reset_bone_poses", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, { "name": "is_bone_enabled", "is_const": true, @@ -202648,7 +197539,7 @@ "index": -1 }, { - "type": "Modifications,modifications/", + "type": "int", "name": "modification_count", "setter": "set_modification_count", "getter": "get_modification_count", @@ -202889,7 +197780,7 @@ "index": -1 }, { - "type": "Modifications,modifications/", + "type": "int", "name": "modification_count", "setter": "set_modification_count", "getter": "get_modification_count", @@ -203401,14 +198292,14 @@ "index": -1 }, { - "type": "Groups,groups/", + "type": "int", "name": "group_size", "setter": "set_group_size", "getter": "get_group_size", "index": -1 }, { - "type": "Bones,bones/", + "type": "int", "name": "bone_size", "setter": "set_bone_size", "getter": "get_bone_size", @@ -204116,166 +199007,10 @@ } ] } - ], - "properties": [ - { - "type": "float", - "name": "linear_limit/upper_distance", - "setter": "set_param", - "getter": "get_param", - "index": 0 - }, - { - "type": "float", - "name": "linear_limit/lower_distance", - "setter": "set_param", - "getter": "get_param", - "index": 1 - }, - { - "type": "float", - "name": "linear_limit/softness", - "setter": "set_param", - "getter": "get_param", - "index": 2 - }, - { - "type": "float", - "name": "linear_limit/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 3 - }, - { - "type": "float", - "name": "linear_limit/damping", - "setter": "set_param", - "getter": "get_param", - "index": 4 - }, - { - "type": "float", - "name": "linear_motion/softness", - "setter": "set_param", - "getter": "get_param", - "index": 5 - }, - { - "type": "float", - "name": "linear_motion/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 6 - }, - { - "type": "float", - "name": "linear_motion/damping", - "setter": "set_param", - "getter": "get_param", - "index": 7 - }, - { - "type": "float", - "name": "linear_ortho/softness", - "setter": "set_param", - "getter": "get_param", - "index": 8 - }, - { - "type": "float", - "name": "linear_ortho/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 9 - }, - { - "type": "float", - "name": "linear_ortho/damping", - "setter": "set_param", - "getter": "get_param", - "index": 10 - }, - { - "type": "float", - "name": "angular_limit/upper_angle", - "setter": "_set_upper_limit_angular", - "getter": "_get_upper_limit_angular", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit/lower_angle", - "setter": "_set_lower_limit_angular", - "getter": "_get_lower_limit_angular", - "index": -1 - }, - { - "type": "float", - "name": "angular_limit/softness", - "setter": "set_param", - "getter": "get_param", - "index": 13 - }, - { - "type": "float", - "name": "angular_limit/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 14 - }, - { - "type": "float", - "name": "angular_limit/damping", - "setter": "set_param", - "getter": "get_param", - "index": 15 - }, - { - "type": "float", - "name": "angular_motion/softness", - "setter": "set_param", - "getter": "get_param", - "index": 16 - }, - { - "type": "float", - "name": "angular_motion/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 17 - }, - { - "type": "float", - "name": "angular_motion/damping", - "setter": "set_param", - "getter": "get_param", - "index": 18 - }, - { - "type": "float", - "name": "angular_ortho/softness", - "setter": "set_param", - "getter": "get_param", - "index": 19 - }, - { - "type": "float", - "name": "angular_ortho/restitution", - "setter": "set_param", - "getter": "get_param", - "index": 20 - }, - { - "type": "float", - "name": "angular_ortho/damping", - "setter": "set_param", - "getter": "get_param", - "index": 21 - } ] }, { - "name": "SoftDynamicBody3D", + "name": "SoftBody3D", "is_refcounted": false, "is_instantiable": true, "inherits": "MeshInstance3D", @@ -204467,11 +199202,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3605008527, + "hash": 1104158384, "arguments": [ { "name": "mode", - "type": "enum::SoftDynamicBody3D.DisableMode" + "type": "enum::SoftBody3D.DisableMode" } ] }, @@ -204481,9 +199216,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 599013717, + "hash": 4135042476, "return_value": { - "type": "enum::SoftDynamicBody3D.DisableMode" + "type": "enum::SoftBody3D.DisableMode" } }, { @@ -210957,28 +205692,28 @@ "api_type": "core", "methods": [ { - "name": "set_antialiased", + "name": "set_antialiasing", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2586408642, + "hash": 1669900, "arguments": [ { - "name": "antialiased", - "type": "bool" + "name": "antialiasing", + "type": "enum::TextServer.FontAntialiasing" } ] }, { - "name": "is_antialiased", + "name": "get_antialiasing", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 36873697, + "hash": 4262718649, "return_value": { - "type": "bool" + "type": "enum::TextServer.FontAntialiasing" } }, { @@ -211081,6 +205816,31 @@ "type": "enum::TextServer.SubpixelPositioning" } }, + { + "name": "set_multichannel_signed_distance_field", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "msdf", + "type": "bool" + } + ] + }, + { + "name": "is_multichannel_signed_distance_field", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_oversampling", "is_const": false, @@ -211164,10 +205924,10 @@ "index": -1 }, { - "type": "bool", - "name": "antialiased", - "setter": "set_antialiased", - "getter": "is_antialiased", + "type": "int", + "name": "antialiasing", + "setter": "set_antialiasing", + "getter": "get_antialiasing", "index": -1 }, { @@ -211198,6 +205958,13 @@ "getter": "get_subpixel_positioning", "index": -1 }, + { + "type": "bool", + "name": "multichannel_signed_distance_field", + "setter": "set_multichannel_signed_distance_field", + "getter": "is_multichannel_signed_distance_field", + "index": -1 + }, { "type": "float", "name": "oversampling", @@ -212182,7 +206949,7 @@ "index": -1 }, { - "type": "Tabs,tab_", + "type": "int", "name": "tab_count", "setter": "set_tab_count", "getter": "get_tab_count", @@ -216754,6 +211521,31 @@ "type": "enum::HorizontalAlignment" } }, + { + "name": "set_vertical_alignment", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1796458609, + "arguments": [ + { + "name": "alignment", + "type": "enum::VerticalAlignment" + } + ] + }, + { + "name": "get_vertical_alignment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3274884059, + "return_value": { + "type": "enum::VerticalAlignment" + } + }, { "name": "set_text", "is_const": false, @@ -216831,6 +211623,58 @@ "meta": "int32" } }, + { + "name": "set_line_spacing", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "line_spacing", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_line_spacing", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_autowrap_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289138044, + "arguments": [ + { + "name": "autowrap_mode", + "type": "enum::TextServer.AutowrapMode" + } + ] + }, + { + "name": "get_autowrap_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1549071663, + "return_value": { + "type": "enum::TextServer.AutowrapMode" + } + }, { "name": "set_depth", "is_const": false, @@ -216912,6 +211756,31 @@ "meta": "float" } }, + { + "name": "set_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 743155724, + "arguments": [ + { + "name": "offset", + "type": "Vector2" + } + ] + }, + { + "name": "get_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3341600327, + "return_value": { + "type": "Vector2" + } + }, { "name": "set_curve_step", "is_const": false, @@ -217094,6 +211963,13 @@ "getter": "get_horizontal_alignment", "index": -1 }, + { + "type": "int", + "name": "vertical_alignment", + "setter": "set_vertical_alignment", + "getter": "get_vertical_alignment", + "index": -1 + }, { "type": "bool", "name": "uppercase", @@ -217101,6 +211977,20 @@ "getter": "is_uppercase", "index": -1 }, + { + "type": "float", + "name": "line_spacing", + "setter": "set_line_spacing", + "getter": "get_line_spacing", + "index": -1 + }, + { + "type": "int", + "name": "autowrap_mode", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "index": -1 + }, { "type": "float", "name": "pixel_size", @@ -217129,6 +212019,13 @@ "getter": "get_width", "index": -1 }, + { + "type": "Vector2", + "name": "offset", + "setter": "set_offset", + "getter": "get_offset", + "index": -1 + }, { "type": "int", "name": "text_direction", @@ -218169,6 +213066,50 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ + { + "name": "FontAntialiasing", + "is_bitfield": false, + "values": [ + { + "name": "FONT_ANTIALIASING_NONE", + "value": 0 + }, + { + "name": "FONT_ANTIALIASING_GRAY", + "value": 1 + }, + { + "name": "FONT_ANTIALIASING_LCD", + "value": 2 + } + ] + }, + { + "name": "FontLCDSubpixelLayout", + "is_bitfield": false, + "values": [ + { + "name": "FONT_LCD_SUBPIXEL_LAYOUT_NONE", + "value": 0 + }, + { + "name": "FONT_LCD_SUBPIXEL_LAYOUT_HRGB", + "value": 1 + }, + { + "name": "FONT_LCD_SUBPIXEL_LAYOUT_HBGR", + "value": 2 + }, + { + "name": "FONT_LCD_SUBPIXEL_LAYOUT_VRGB", + "value": 3 + }, + { + "name": "FONT_LCD_SUBPIXEL_LAYOUT_VBGR", + "value": 4 + } + ] + }, { "name": "Direction", "is_bitfield": false, @@ -218997,32 +213938,32 @@ ] }, { - "name": "font_set_antialiased", + "name": "font_set_antialiasing", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1265174801, + "hash": 958337235, "arguments": [ { "name": "font_rid", "type": "RID" }, { - "name": "antialiased", - "type": "bool" + "name": "antialiasing", + "type": "enum::TextServer.FontAntialiasing" } ] }, { - "name": "font_is_antialiased", + "name": "font_get_antialiasing", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 4155700596, + "hash": 3389420495, "return_value": { - "type": "bool" + "type": "enum::TextServer.FontAntialiasing" }, "arguments": [ { @@ -219920,9 +214861,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 609223755, + "hash": 46086620, "return_value": { - "type": "Array" + "type": "PackedInt32Array" }, "arguments": [ { @@ -222885,7 +217826,7 @@ ] }, { - "name": "font_set_antialiased", + "name": "font_set_antialiasing", "is_const": false, "is_static": false, "is_vararg": false, @@ -222896,19 +217837,19 @@ "type": "RID" }, { - "name": "antialiased", - "type": "bool" + "name": "antialiasing", + "type": "enum::TextServer.FontAntialiasing" } ] }, { - "name": "font_is_antialiased", + "name": "font_get_antialiasing", "is_const": true, "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { - "type": "bool" + "type": "enum::TextServer.FontAntialiasing" }, "arguments": [ { @@ -223727,7 +218668,7 @@ "is_vararg": false, "is_virtual": true, "return_value": { - "type": "Array" + "type": "PackedInt32Array" }, "arguments": [ { @@ -229256,6 +224197,208 @@ } ] }, + { + "name": "ThemeDB", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Object", + "api_type": "core", + "methods": [ + { + "name": "get_default_theme", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 754276358, + "return_value": { + "type": "Theme" + } + }, + { + "name": "get_project_theme", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 754276358, + "return_value": { + "type": "Theme" + } + }, + { + "name": "set_fallback_base_scale", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "base_scale", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_fallback_base_scale", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 191475506, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_fallback_font", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1262170328, + "arguments": [ + { + "name": "font", + "type": "Font" + } + ] + }, + { + "name": "get_fallback_font", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3656929885, + "return_value": { + "type": "Font" + } + }, + { + "name": "set_fallback_font_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "font_size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_fallback_font_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_fallback_icon", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4051416890, + "arguments": [ + { + "name": "icon", + "type": "Texture2D" + } + ] + }, + { + "name": "get_fallback_icon", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 255860311, + "return_value": { + "type": "Texture2D" + } + }, + { + "name": "set_fallback_stylebox", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2797200388, + "arguments": [ + { + "name": "stylebox", + "type": "StyleBox" + } + ] + }, + { + "name": "get_fallback_stylebox", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 496040854, + "return_value": { + "type": "StyleBox" + } + } + ], + "signals": [ + { + "name": "fallback_changed" + } + ], + "properties": [ + { + "type": "float", + "name": "fallback_base_scale", + "setter": "set_fallback_base_scale", + "getter": "get_fallback_base_scale", + "index": -1 + }, + { + "type": "Font", + "name": "fallback_font", + "setter": "set_fallback_font", + "getter": "get_fallback_font", + "index": -1 + }, + { + "type": "int", + "name": "fallback_font_size", + "setter": "set_fallback_font_size", + "getter": "get_fallback_font_size", + "index": -1 + }, + { + "type": "Texture2D", + "name": "fallback_icon", + "setter": "set_fallback_icon", + "getter": "get_fallback_icon", + "index": -1 + }, + { + "type": "StyleBox", + "name": "fallback_stylebox", + "setter": "set_fallback_stylebox", + "getter": "get_fallback_stylebox", + "index": -1 + } + ] + }, { "name": "Thread", "is_refcounted": true, @@ -230475,7 +225618,7 @@ "meta": "int32" }, { - "name": "enabled", + "name": "modulate", "type": "Color" } ] @@ -230749,7 +225892,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 201473609, + "hash": 551761942, "return_value": { "type": "int", "meta": "int32" @@ -230766,7 +225909,8 @@ }, { "name": "use_proxies", - "type": "bool" + "type": "bool", + "default_value": "false" } ] }, @@ -230776,7 +225920,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 780734168, + "hash": 1869815066, "return_value": { "type": "Vector2i" }, @@ -230792,7 +225936,8 @@ }, { "name": "use_proxies", - "type": "bool" + "type": "bool", + "default_value": "false" } ] }, @@ -230802,7 +225947,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 201473609, + "hash": 551761942, "return_value": { "type": "int", "meta": "int32" @@ -230819,7 +225964,35 @@ }, { "name": "use_proxies", - "type": "bool" + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "get_cell_tile_data", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2849631287, + "return_value": { + "type": "TileData" + }, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "int32" + }, + { + "name": "coords", + "type": "Vector2i" + }, + { + "name": "use_proxies", + "type": "bool", + "default_value": "false" } ] }, @@ -231167,13 +226340,6 @@ "setter": "set_navigation_visibility_mode", "getter": "get_navigation_visibility_mode", "index": -1 - }, - { - "type": "layer_", - "name": "layers", - "setter": "", - "getter": "", - "index": -1 } ] }, @@ -233059,41 +228225,6 @@ "setter": "set_uv_clipping", "getter": "is_uv_clipping", "index": -1 - }, - { - "type": "occlusion_layer_", - "name": "occlusion_layers", - "setter": "", - "getter": "", - "index": -1 - }, - { - "type": "physics_layer_", - "name": "physics_layers", - "setter": "", - "getter": "", - "index": -1 - }, - { - "type": "terrain_set_", - "name": "terrain_sets", - "setter": "", - "getter": "", - "index": -1 - }, - { - "type": "navigation_layer_", - "name": "navigation_layers", - "setter": "", - "getter": "", - "index": -1 - }, - { - "type": "custom_data_layer_", - "name": "custom_data_layers", - "setter": "", - "getter": "", - "index": -1 } ] }, @@ -235866,9 +230997,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3995934104, + "hash": 1139954409, "return_value": { - "type": "Array" + "type": "PackedStringArray" } }, { @@ -236897,11 +232028,15 @@ "name": "item_activated" }, { - "name": "column_title_pressed", + "name": "column_title_clicked", "arguments": [ { "name": "column", "type": "int" + }, + { + "name": "mouse_button_index", + "type": "int" } ] }, @@ -240711,6 +235846,13 @@ } ] }, + { + "name": "UniformSetCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, { "name": "VBoxContainer", "is_refcounted": false, @@ -240757,7 +235899,7 @@ "name": "VehicleBody3D", "is_refcounted": false, "is_instantiable": true, - "inherits": "RigidDynamicBody3D", + "inherits": "RigidBody3D", "api_type": "core", "methods": [ { @@ -241395,88 +236537,6 @@ } ] }, - { - "name": "VelocityTracker3D", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "RefCounted", - "api_type": "core", - "methods": [ - { - "name": "set_track_physics_step", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2586408642, - "arguments": [ - { - "name": "enable", - "type": "bool" - } - ] - }, - { - "name": "is_tracking_physics_step", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 36873697, - "return_value": { - "type": "bool" - } - }, - { - "name": "update_position", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3460891852, - "arguments": [ - { - "name": "position", - "type": "Vector3" - } - ] - }, - { - "name": "get_tracked_linear_velocity", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3360562783, - "return_value": { - "type": "Vector3" - } - }, - { - "name": "reset", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3460891852, - "arguments": [ - { - "name": "position", - "type": "Vector3" - } - ] - } - ], - "properties": [ - { - "type": "bool", - "name": "track_physics_step", - "setter": "set_track_physics_step", - "getter": "is_tracking_physics_step", - "index": -1 - } - ] - }, { "name": "VideoStream", "is_refcounted": true, @@ -244298,4638 +239358,6 @@ } ] }, - { - "name": "VisualScript", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Script", - "api_type": "core", - "methods": [ - { - "name": "add_function", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2415702435, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "func_node_id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "has_function", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2619796661, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "remove_function", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "rename_function", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3740211285, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "new_name", - "type": "StringName" - } - ] - }, - { - "name": "set_scroll", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 743155724, - "arguments": [ - { - "name": "offset", - "type": "Vector2" - } - ] - }, - { - "name": "get_scroll", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3341600327, - "return_value": { - "type": "Vector2" - } - }, - { - "name": "add_node", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3131718070, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "node", - "type": "VisualScriptNode" - }, - { - "name": "position", - "type": "Vector2", - "default_value": "Vector2(0, 0)" - } - ] - }, - { - "name": "remove_node", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_function_node_id", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2458036349, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_node", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3745104081, - "return_value": { - "type": "VisualScriptNode" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "has_node", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1116898809, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_node_position", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 163021252, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "position", - "type": "Vector2" - } - ] - }, - { - "name": "get_node_position", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2299179447, - "return_value": { - "type": "Vector2" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "sequence_connect", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1649997291, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_output", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "sequence_disconnect", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1649997291, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_output", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "has_sequence_connection", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3072856071, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_output", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "data_connect", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4275841770, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_port", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - }, - { - "name": "to_port", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "data_disconnect", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4275841770, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_port", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - }, - { - "name": "to_port", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "has_data_connection", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1701679529, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "from_node", - "type": "int", - "meta": "int32" - }, - { - "name": "from_port", - "type": "int", - "meta": "int32" - }, - { - "name": "to_node", - "type": "int", - "meta": "int32" - }, - { - "name": "to_port", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "add_variable", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4087535639, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "default_value", - "type": "Variant", - "default_value": "null" - }, - { - "name": "export", - "type": "bool", - "default_value": "false" - } - ] - }, - { - "name": "has_variable", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2619796661, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "remove_variable", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "set_variable_default_value", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3776071444, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "get_variable_default_value", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2760726917, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "set_variable_info", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 745996376, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "value", - "type": "Dictionary" - } - ] - }, - { - "name": "get_variable_info", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4028089122, - "return_value": { - "type": "Dictionary" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "set_variable_export", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2524380260, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "enable", - "type": "bool" - } - ] - }, - { - "name": "get_variable_export", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2619796661, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "rename_variable", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3740211285, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "new_name", - "type": "StringName" - } - ] - }, - { - "name": "add_custom_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "has_custom_signal", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2619796661, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "custom_signal_add_argument", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1149431365, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "type", - "type": "enum::Variant.Type" - }, - { - "name": "argname", - "type": "String" - }, - { - "name": "index", - "type": "int", - "meta": "int32", - "default_value": "-1" - } - ] - }, - { - "name": "custom_signal_set_argument_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2311141340, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - }, - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "custom_signal_get_argument_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1605562169, - "return_value": { - "type": "enum::Variant.Type" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "custom_signal_set_argument_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2785984494, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - }, - { - "name": "argname", - "type": "String" - } - ] - }, - { - "name": "custom_signal_get_argument_name", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 988217201, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "custom_signal_remove_argument", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2415702435, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "custom_signal_get_argument_count", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2458036349, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "custom_signal_swap_argument", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2825628604, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "argidx", - "type": "int", - "meta": "int32" - }, - { - "name": "withidx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "remove_custom_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "rename_custom_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3740211285, - "arguments": [ - { - "name": "name", - "type": "StringName" - }, - { - "name": "new_name", - "type": "StringName" - } - ] - }, - { - "name": "set_instance_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "type", - "type": "StringName" - } - ] - } - ], - "signals": [ - { - "name": "node_ports_changed", - "arguments": [ - { - "name": "id", - "type": "int" - } - ] - } - ], - "properties": [ - { - "type": "Dictionary", - "name": "data", - "setter": "_set_data", - "getter": "_get_data", - "index": -1 - } - ] - }, - { - "name": "VisualScriptBasicTypeConstant", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_basic_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "name", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_basic_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_basic_type_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_basic_type_constant", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "int", - "name": "basic_type", - "setter": "set_basic_type", - "getter": "get_basic_type", - "index": -1 - }, - { - "type": "String", - "name": "constant", - "setter": "set_basic_type_constant", - "getter": "get_basic_type_constant", - "index": -1 - } - ] - }, - { - "name": "VisualScriptBuiltinFunc", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "BuiltinFunc", - "is_bitfield": false, - "values": [ - { - "name": "MATH_SIN", - "value": 0 - }, - { - "name": "MATH_COS", - "value": 1 - }, - { - "name": "MATH_TAN", - "value": 2 - }, - { - "name": "MATH_SINH", - "value": 3 - }, - { - "name": "MATH_COSH", - "value": 4 - }, - { - "name": "MATH_TANH", - "value": 5 - }, - { - "name": "MATH_ASIN", - "value": 6 - }, - { - "name": "MATH_ACOS", - "value": 7 - }, - { - "name": "MATH_ATAN", - "value": 8 - }, - { - "name": "MATH_ATAN2", - "value": 9 - }, - { - "name": "MATH_SQRT", - "value": 10 - }, - { - "name": "MATH_FMOD", - "value": 11 - }, - { - "name": "MATH_FPOSMOD", - "value": 12 - }, - { - "name": "MATH_FLOOR", - "value": 13 - }, - { - "name": "MATH_CEIL", - "value": 14 - }, - { - "name": "MATH_ROUND", - "value": 15 - }, - { - "name": "MATH_ABS", - "value": 16 - }, - { - "name": "MATH_SIGN", - "value": 17 - }, - { - "name": "MATH_POW", - "value": 18 - }, - { - "name": "MATH_LOG", - "value": 19 - }, - { - "name": "MATH_EXP", - "value": 20 - }, - { - "name": "MATH_ISNAN", - "value": 21 - }, - { - "name": "MATH_ISINF", - "value": 22 - }, - { - "name": "MATH_EASE", - "value": 23 - }, - { - "name": "MATH_STEP_DECIMALS", - "value": 24 - }, - { - "name": "MATH_SNAPPED", - "value": 25 - }, - { - "name": "MATH_LERP", - "value": 26 - }, - { - "name": "MATH_CUBIC_INTERPOLATE", - "value": 27 - }, - { - "name": "MATH_INVERSE_LERP", - "value": 28 - }, - { - "name": "MATH_RANGE_LERP", - "value": 29 - }, - { - "name": "MATH_MOVE_TOWARD", - "value": 30 - }, - { - "name": "MATH_RANDOMIZE", - "value": 31 - }, - { - "name": "MATH_RANDI", - "value": 32 - }, - { - "name": "MATH_RANDF", - "value": 33 - }, - { - "name": "MATH_RANDI_RANGE", - "value": 34 - }, - { - "name": "MATH_RANDF_RANGE", - "value": 35 - }, - { - "name": "MATH_RANDFN", - "value": 36 - }, - { - "name": "MATH_SEED", - "value": 37 - }, - { - "name": "MATH_RANDSEED", - "value": 38 - }, - { - "name": "MATH_DEG2RAD", - "value": 39 - }, - { - "name": "MATH_RAD2DEG", - "value": 40 - }, - { - "name": "MATH_LINEAR2DB", - "value": 41 - }, - { - "name": "MATH_DB2LINEAR", - "value": 42 - }, - { - "name": "MATH_WRAP", - "value": 43 - }, - { - "name": "MATH_WRAPF", - "value": 44 - }, - { - "name": "MATH_PINGPONG", - "value": 45 - }, - { - "name": "LOGIC_MAX", - "value": 46 - }, - { - "name": "LOGIC_MIN", - "value": 47 - }, - { - "name": "LOGIC_CLAMP", - "value": 48 - }, - { - "name": "LOGIC_NEAREST_PO2", - "value": 49 - }, - { - "name": "OBJ_WEAKREF", - "value": 50 - }, - { - "name": "TYPE_CONVERT", - "value": 51 - }, - { - "name": "TYPE_OF", - "value": 52 - }, - { - "name": "TYPE_EXISTS", - "value": 53 - }, - { - "name": "TEXT_CHAR", - "value": 54 - }, - { - "name": "TEXT_STR", - "value": 55 - }, - { - "name": "TEXT_PRINT", - "value": 56 - }, - { - "name": "TEXT_PRINTERR", - "value": 57 - }, - { - "name": "TEXT_PRINTRAW", - "value": 58 - }, - { - "name": "TEXT_PRINT_VERBOSE", - "value": 59 - }, - { - "name": "VAR_TO_STR", - "value": 60 - }, - { - "name": "STR_TO_VAR", - "value": 61 - }, - { - "name": "VAR_TO_BYTES", - "value": 62 - }, - { - "name": "BYTES_TO_VAR", - "value": 63 - }, - { - "name": "MATH_SMOOTHSTEP", - "value": 64 - }, - { - "name": "MATH_POSMOD", - "value": 65 - }, - { - "name": "MATH_LERP_ANGLE", - "value": 66 - }, - { - "name": "TEXT_ORD", - "value": 67 - }, - { - "name": "FUNC_MAX", - "value": 68 - } - ] - } - ], - "methods": [ - { - "name": "set_func", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 620405801, - "arguments": [ - { - "name": "which", - "type": "enum::VisualScriptBuiltinFunc.BuiltinFunc" - } - ] - }, - { - "name": "get_func", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 781834680, - "return_value": { - "type": "enum::VisualScriptBuiltinFunc.BuiltinFunc" - } - } - ], - "properties": [ - { - "type": "int", - "name": "function", - "setter": "set_func", - "getter": "get_func", - "index": -1 - } - ] - }, - { - "name": "VisualScriptClassConstant", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_class_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_class_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2737447660, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2737447660, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "String", - "name": "constant", - "setter": "set_class_constant", - "getter": "get_class_constant", - "index": -1 - } - ] - }, - { - "name": "VisualScriptComment", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_title", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "title", - "type": "String" - } - ] - }, - { - "name": "get_title", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, - { - "name": "set_description", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "description", - "type": "String" - } - ] - }, - { - "name": "get_description", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, - { - "name": "set_size", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 743155724, - "arguments": [ - { - "name": "size", - "type": "Vector2" - } - ] - }, - { - "name": "get_size", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3341600327, - "return_value": { - "type": "Vector2" - } - } - ], - "properties": [ - { - "type": "String", - "name": "title", - "setter": "set_title", - "getter": "get_title", - "index": -1 - }, - { - "type": "String", - "name": "description", - "setter": "set_description", - "getter": "get_description", - "index": -1 - }, - { - "type": "Vector2", - "name": "size", - "setter": "set_size", - "getter": "get_size", - "index": -1 - } - ] - }, - { - "name": "VisualScriptComposeArray", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptLists", - "api_type": "core" - }, - { - "name": "VisualScriptCondition", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptConstant", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_constant_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_constant_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_constant_value", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1114965689, - "arguments": [ - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "get_constant_value", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1214101251, - "return_value": { - "type": "Variant" - } - } - ], - "properties": [ - { - "type": "int", - "name": "type", - "setter": "set_constant_type", - "getter": "get_constant_type", - "index": -1 - }, - { - "type": "Variant", - "name": "value", - "setter": "set_constant_value", - "getter": "get_constant_value", - "index": -1 - } - ] - }, - { - "name": "VisualScriptConstructor", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_constructor_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_constructor_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_constructor", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4155329257, - "arguments": [ - { - "name": "constructor", - "type": "Dictionary" - } - ] - }, - { - "name": "get_constructor", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3102165223, - "return_value": { - "type": "Dictionary" - } - } - ], - "properties": [ - { - "type": "int", - "name": "type", - "setter": "set_constructor_type", - "getter": "get_constructor_type", - "index": -1 - }, - { - "type": "Dictionary", - "name": "constructor", - "setter": "set_constructor", - "getter": "get_constructor", - "index": -1 - } - ] - }, - { - "name": "VisualScriptCustomNode", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "constants": [ - { - "name": "STEP_PUSH_STACK_BIT", - "value": 16777216 - }, - { - "name": "STEP_GO_BACK_BIT", - "value": 33554432 - }, - { - "name": "STEP_NO_ADVANCE_BIT", - "value": 67108864 - }, - { - "name": "STEP_EXIT_FUNCTION_BIT", - "value": 134217728 - }, - { - "name": "STEP_YIELD_BIT", - "value": 268435456 - } - ], - "enums": [ - { - "name": "StartMode", - "is_bitfield": false, - "values": [ - { - "name": "START_MODE_BEGIN_SEQUENCE", - "value": 0 - }, - { - "name": "START_MODE_CONTINUE_SEQUENCE", - "value": 1 - }, - { - "name": "START_MODE_RESUME_YIELD", - "value": 2 - } - ] - } - ], - "methods": [ - { - "name": "_get_output_sequence_port_count", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - } - }, - { - "name": "_has_input_sequence_port", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "bool" - } - }, - { - "name": "_get_output_sequence_port_text", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "seq_idx", - "type": "int" - } - ] - }, - { - "name": "_get_input_value_port_count", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - } - }, - { - "name": "_get_input_value_port_type", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - }, - "arguments": [ - { - "name": "input_idx", - "type": "int" - } - ] - }, - { - "name": "_get_input_value_port_name", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "input_idx", - "type": "int" - } - ] - }, - { - "name": "_get_input_value_port_hint", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - }, - "arguments": [ - { - "name": "input_idx", - "type": "int" - } - ] - }, - { - "name": "_get_input_value_port_hint_string", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "input_idx", - "type": "int" - } - ] - }, - { - "name": "_get_output_value_port_count", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - } - }, - { - "name": "_get_output_value_port_type", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - }, - "arguments": [ - { - "name": "output_idx", - "type": "int" - } - ] - }, - { - "name": "_get_output_value_port_name", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "output_idx", - "type": "int" - } - ] - }, - { - "name": "_get_output_value_port_hint", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - }, - "arguments": [ - { - "name": "output_idx", - "type": "int" - } - ] - }, - { - "name": "_get_output_value_port_hint_string", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "output_idx", - "type": "int" - } - ] - }, - { - "name": "_get_caption", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - } - }, - { - "name": "_get_text", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - } - }, - { - "name": "_get_category", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "String" - } - }, - { - "name": "_get_working_memory_size", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - } - }, - { - "name": "_step", - "is_const": true, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "inputs", - "type": "Array" - }, - { - "name": "outputs", - "type": "Array" - }, - { - "name": "start_mode", - "type": "int" - }, - { - "name": "working_mem", - "type": "Array" - } - ] - } - ] - }, - { - "name": "VisualScriptCustomNodes", - "is_refcounted": false, - "is_instantiable": false, - "inherits": "Object", - "api_type": "editor", - "methods": [ - { - "name": "add_custom_node", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4270490372, - "arguments": [ - { - "name": "name", - "type": "String" - }, - { - "name": "category", - "type": "String" - }, - { - "name": "script", - "type": "Script" - } - ] - }, - { - "name": "remove_custom_node", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3186203200, - "arguments": [ - { - "name": "name", - "type": "String" - }, - { - "name": "category", - "type": "String" - } - ] - } - ], - "signals": [ - { - "name": "custom_nodes_updated" - } - ] - }, - { - "name": "VisualScriptDeconstruct", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_deconstruct_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_deconstruct_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - } - ], - "properties": [ - { - "type": "int", - "name": "type", - "setter": "set_deconstruct_type", - "getter": "get_deconstruct_type", - "index": -1 - }, - { - "type": "Array", - "name": "elem_cache", - "setter": "_set_elem_cache", - "getter": "_get_elem_cache", - "index": -1 - } - ] - }, - { - "name": "VisualScriptEmitSignal", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_signal", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "String", - "name": "signal", - "setter": "set_signal", - "getter": "get_signal", - "index": -1 - } - ] - }, - { - "name": "VisualScriptEngineSingleton", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_singleton", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "get_singleton", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2841200299, - "return_value": { - "type": "String" - } - } - ], - "properties": [ - { - "type": "String", - "name": "constant", - "setter": "set_singleton", - "getter": "get_singleton", - "index": -1 - } - ] - }, - { - "name": "VisualScriptExpression", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptFunction", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptFunctionCall", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "CallMode", - "is_bitfield": false, - "values": [ - { - "name": "CALL_MODE_SELF", - "value": 0 - }, - { - "name": "CALL_MODE_NODE_PATH", - "value": 1 - }, - { - "name": "CALL_MODE_INSTANCE", - "value": 2 - }, - { - "name": "CALL_MODE_BASIC_TYPE", - "value": 3 - }, - { - "name": "CALL_MODE_SINGLETON", - "value": 4 - } - ] - }, - { - "name": "RPCCallMode", - "is_bitfield": false, - "values": [ - { - "name": "RPC_DISABLED", - "value": 0 - }, - { - "name": "RPC_RELIABLE", - "value": 1 - }, - { - "name": "RPC_UNRELIABLE", - "value": 2 - }, - { - "name": "RPC_RELIABLE_TO_ID", - "value": 3 - }, - { - "name": "RPC_UNRELIABLE_TO_ID", - "value": 4 - } - ] - } - ], - "methods": [ - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "base_type", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_base_script", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "base_script", - "type": "String" - } - ] - }, - { - "name": "get_base_script", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, - { - "name": "set_basic_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "basic_type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_basic_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_singleton", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "singleton", - "type": "StringName" - } - ] - }, - { - "name": "get_singleton", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_function", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "function", - "type": "StringName" - } - ] - }, - { - "name": "get_function", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_call_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 697692193, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptFunctionCall.CallMode" - } - ] - }, - { - "name": "get_call_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1833353862, - "return_value": { - "type": "enum::VisualScriptFunctionCall.CallMode" - } - }, - { - "name": "set_base_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1348162250, - "arguments": [ - { - "name": "base_path", - "type": "NodePath" - } - ] - }, - { - "name": "get_base_path", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4075236667, - "return_value": { - "type": "NodePath" - } - }, - { - "name": "set_use_default_args", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "amount", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_use_default_args", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3905245786, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "set_rpc_call_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3836215895, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptFunctionCall.RPCCallMode" - } - ] - }, - { - "name": "get_rpc_call_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1976562450, - "return_value": { - "type": "enum::VisualScriptFunctionCall.RPCCallMode" - } - }, - { - "name": "set_validate", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2586408642, - "arguments": [ - { - "name": "enable", - "type": "bool" - } - ] - }, - { - "name": "get_validate", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 36873697, - "return_value": { - "type": "bool" - } - } - ], - "properties": [ - { - "type": "int", - "name": "call_mode", - "setter": "set_call_mode", - "getter": "get_call_mode", - "index": -1 - }, - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "String", - "name": "base_script", - "setter": "set_base_script", - "getter": "get_base_script", - "index": -1 - }, - { - "type": "String", - "name": "singleton", - "setter": "set_singleton", - "getter": "get_singleton", - "index": -1 - }, - { - "type": "int", - "name": "basic_type", - "setter": "set_basic_type", - "getter": "get_basic_type", - "index": -1 - }, - { - "type": "NodePath", - "name": "node_path", - "setter": "set_base_path", - "getter": "get_base_path", - "index": -1 - }, - { - "type": "Dictionary", - "name": "argument_cache", - "setter": "_set_argument_cache", - "getter": "_get_argument_cache", - "index": -1 - }, - { - "type": "String", - "name": "function", - "setter": "set_function", - "getter": "get_function", - "index": -1 - }, - { - "type": "int", - "name": "use_default_args", - "setter": "set_use_default_args", - "getter": "get_use_default_args", - "index": -1 - }, - { - "type": "bool", - "name": "validate", - "setter": "set_validate", - "getter": "get_validate", - "index": -1 - }, - { - "type": "int", - "name": "rpc_call_mode", - "setter": "set_rpc_call_mode", - "getter": "get_rpc_call_mode", - "index": -1 - } - ] - }, - { - "name": "VisualScriptFunctionState", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "RefCounted", - "api_type": "core", - "methods": [ - { - "name": "connect_to_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3557354769, - "arguments": [ - { - "name": "obj", - "type": "Object" - }, - { - "name": "signals", - "type": "String" - }, - { - "name": "args", - "type": "Array" - } - ] - }, - { - "name": "resume", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2627273609, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "args", - "type": "Array", - "default_value": "[]" - } - ] - }, - { - "name": "is_valid", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 36873697, - "return_value": { - "type": "bool" - } - } - ] - }, - { - "name": "VisualScriptGlobalConstant", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_global_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_global_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2455072627, - "return_value": { - "type": "int", - "meta": "int32" - } - } - ], - "properties": [ - { - "type": "int", - "name": "constant", - "setter": "set_global_constant", - "getter": "get_global_constant", - "index": -1 - } - ] - }, - { - "name": "VisualScriptIndexGet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptIndexSet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptInputAction", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "Mode", - "is_bitfield": false, - "values": [ - { - "name": "MODE_PRESSED", - "value": 0 - }, - { - "name": "MODE_RELEASED", - "value": 1 - }, - { - "name": "MODE_JUST_PRESSED", - "value": 2 - }, - { - "name": "MODE_JUST_RELEASED", - "value": 3 - } - ] - } - ], - "methods": [ - { - "name": "set_action_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_action_name", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_action_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 315703700, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptInputAction.Mode" - } - ] - }, - { - "name": "get_action_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2667110114, - "return_value": { - "type": "enum::VisualScriptInputAction.Mode" - } - } - ], - "properties": [ - { - "type": "String", - "name": "action", - "setter": "set_action_name", - "getter": "get_action_name", - "index": -1 - }, - { - "type": "int", - "name": "mode", - "setter": "set_action_mode", - "getter": "get_action_mode", - "index": -1 - } - ] - }, - { - "name": "VisualScriptIterator", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptLists", - "is_refcounted": true, - "is_instantiable": false, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "add_input_data_port", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2260798308, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - }, - { - "name": "name", - "type": "String" - }, - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_input_data_port_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 501894301, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "set_input_data_port_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3492912874, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "remove_input_data_port", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "add_output_data_port", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2260798308, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - }, - { - "name": "name", - "type": "String" - }, - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_output_data_port_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 501894301, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "set_output_data_port_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3492912874, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "remove_output_data_port", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - } - ] - }, - { - "name": "VisualScriptLocalVar", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_var_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_var_name", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_var_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_var_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - } - ], - "properties": [ - { - "type": "String", - "name": "var_name", - "setter": "set_var_name", - "getter": "get_var_name", - "index": -1 - }, - { - "type": "int", - "name": "type", - "setter": "set_var_type", - "getter": "get_var_type", - "index": -1 - } - ] - }, - { - "name": "VisualScriptLocalVarSet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_var_name", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_var_name", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_var_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_var_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - } - ], - "properties": [ - { - "type": "String", - "name": "var_name", - "setter": "set_var_name", - "getter": "get_var_name", - "index": -1 - }, - { - "type": "int", - "name": "type", - "setter": "set_var_type", - "getter": "get_var_type", - "index": -1 - } - ] - }, - { - "name": "VisualScriptMathConstant", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "MathConstant", - "is_bitfield": false, - "values": [ - { - "name": "MATH_CONSTANT_ONE", - "value": 0 - }, - { - "name": "MATH_CONSTANT_PI", - "value": 1 - }, - { - "name": "MATH_CONSTANT_HALF_PI", - "value": 2 - }, - { - "name": "MATH_CONSTANT_TAU", - "value": 3 - }, - { - "name": "MATH_CONSTANT_E", - "value": 4 - }, - { - "name": "MATH_CONSTANT_SQRT2", - "value": 5 - }, - { - "name": "MATH_CONSTANT_INF", - "value": 6 - }, - { - "name": "MATH_CONSTANT_NAN", - "value": 7 - }, - { - "name": "MATH_CONSTANT_MAX", - "value": 8 - } - ] - } - ], - "methods": [ - { - "name": "set_math_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 585905713, - "arguments": [ - { - "name": "which", - "type": "enum::VisualScriptMathConstant.MathConstant" - } - ] - }, - { - "name": "get_math_constant", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1673478079, - "return_value": { - "type": "enum::VisualScriptMathConstant.MathConstant" - } - } - ], - "properties": [ - { - "type": "int", - "name": "constant", - "setter": "set_math_constant", - "getter": "get_math_constant", - "index": -1 - } - ] - }, - { - "name": "VisualScriptNode", - "is_refcounted": true, - "is_instantiable": false, - "inherits": "Resource", - "api_type": "core", - "methods": [ - { - "name": "get_visual_script", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 400131028, - "return_value": { - "type": "VisualScript" - } - }, - { - "name": "set_default_input_value", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2152698145, - "arguments": [ - { - "name": "port_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "get_default_input_value", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4227898402, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "port_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "ports_changed_notify", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3218959716 - } - ], - "signals": [ - { - "name": "ports_changed" - } - ] - }, - { - "name": "VisualScriptOperator", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_operator", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 766151822, - "arguments": [ - { - "name": "op", - "type": "enum::Variant.Operator" - } - ] - }, - { - "name": "get_operator", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3816674027, - "return_value": { - "type": "enum::Variant.Operator" - } - }, - { - "name": "set_typed", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_typed", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - } - ], - "properties": [ - { - "type": "int", - "name": "operator", - "setter": "set_operator", - "getter": "get_operator", - "index": -1 - }, - { - "type": "int", - "name": "type", - "setter": "set_typed", - "getter": "get_typed", - "index": -1 - } - ] - }, - { - "name": "VisualScriptPreload", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_preload", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 968641751, - "arguments": [ - { - "name": "resource", - "type": "Resource" - } - ] - }, - { - "name": "get_preload", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 121922552, - "return_value": { - "type": "Resource" - } - } - ], - "properties": [ - { - "type": "Resource", - "name": "resource", - "setter": "set_preload", - "getter": "get_preload", - "index": -1 - } - ] - }, - { - "name": "VisualScriptPropertyGet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "CallMode", - "is_bitfield": false, - "values": [ - { - "name": "CALL_MODE_SELF", - "value": 0 - }, - { - "name": "CALL_MODE_NODE_PATH", - "value": 1 - }, - { - "name": "CALL_MODE_INSTANCE", - "value": 2 - }, - { - "name": "CALL_MODE_BASIC_TYPE", - "value": 3 - } - ] - } - ], - "methods": [ - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "base_type", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_base_script", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "base_script", - "type": "String" - } - ] - }, - { - "name": "get_base_script", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, - { - "name": "set_basic_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "basic_type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_basic_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_property", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "property", - "type": "StringName" - } - ] - }, - { - "name": "get_property", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_call_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3551783243, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptPropertyGet.CallMode" - } - ] - }, - { - "name": "get_call_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 206945834, - "return_value": { - "type": "enum::VisualScriptPropertyGet.CallMode" - } - }, - { - "name": "set_base_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1348162250, - "arguments": [ - { - "name": "base_path", - "type": "NodePath" - } - ] - }, - { - "name": "get_base_path", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4075236667, - "return_value": { - "type": "NodePath" - } - }, - { - "name": "set_index", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "index", - "type": "StringName" - } - ] - }, - { - "name": "get_index", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "int", - "name": "set_mode", - "setter": "set_call_mode", - "getter": "get_call_mode", - "index": -1 - }, - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "String", - "name": "base_script", - "setter": "set_base_script", - "getter": "get_base_script", - "index": -1 - }, - { - "type": "int", - "name": "type_cache", - "setter": "_set_type_cache", - "getter": "_get_type_cache", - "index": -1 - }, - { - "type": "int", - "name": "basic_type", - "setter": "set_basic_type", - "getter": "get_basic_type", - "index": -1 - }, - { - "type": "NodePath", - "name": "node_path", - "setter": "set_base_path", - "getter": "get_base_path", - "index": -1 - }, - { - "type": "String", - "name": "property", - "setter": "set_property", - "getter": "get_property", - "index": -1 - }, - { - "type": "String", - "name": "index", - "setter": "set_index", - "getter": "get_index", - "index": -1 - } - ] - }, - { - "name": "VisualScriptPropertySet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "CallMode", - "is_bitfield": false, - "values": [ - { - "name": "CALL_MODE_SELF", - "value": 0 - }, - { - "name": "CALL_MODE_NODE_PATH", - "value": 1 - }, - { - "name": "CALL_MODE_INSTANCE", - "value": 2 - }, - { - "name": "CALL_MODE_BASIC_TYPE", - "value": 3 - } - ] - }, - { - "name": "AssignOp", - "is_bitfield": false, - "values": [ - { - "name": "ASSIGN_OP_NONE", - "value": 0 - }, - { - "name": "ASSIGN_OP_ADD", - "value": 1 - }, - { - "name": "ASSIGN_OP_SUB", - "value": 2 - }, - { - "name": "ASSIGN_OP_MUL", - "value": 3 - }, - { - "name": "ASSIGN_OP_DIV", - "value": 4 - }, - { - "name": "ASSIGN_OP_MOD", - "value": 5 - }, - { - "name": "ASSIGN_OP_SHIFT_LEFT", - "value": 6 - }, - { - "name": "ASSIGN_OP_SHIFT_RIGHT", - "value": 7 - }, - { - "name": "ASSIGN_OP_BIT_AND", - "value": 8 - }, - { - "name": "ASSIGN_OP_BIT_OR", - "value": 9 - }, - { - "name": "ASSIGN_OP_BIT_XOR", - "value": 10 - } - ] - } - ], - "methods": [ - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "base_type", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_base_script", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "base_script", - "type": "String" - } - ] - }, - { - "name": "get_base_script", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - }, - { - "name": "set_basic_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "basic_type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_basic_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_property", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "property", - "type": "StringName" - } - ] - }, - { - "name": "get_property", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_call_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2955593888, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptPropertySet.CallMode" - } - ] - }, - { - "name": "get_call_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 724201062, - "return_value": { - "type": "enum::VisualScriptPropertySet.CallMode" - } - }, - { - "name": "set_base_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1348162250, - "arguments": [ - { - "name": "base_path", - "type": "NodePath" - } - ] - }, - { - "name": "get_base_path", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4075236667, - "return_value": { - "type": "NodePath" - } - }, - { - "name": "set_index", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "index", - "type": "StringName" - } - ] - }, - { - "name": "get_index", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_assign_op", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 670467928, - "arguments": [ - { - "name": "assign_op", - "type": "enum::VisualScriptPropertySet.AssignOp" - } - ] - }, - { - "name": "get_assign_op", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3860320925, - "return_value": { - "type": "enum::VisualScriptPropertySet.AssignOp" - } - } - ], - "properties": [ - { - "type": "int", - "name": "set_mode", - "setter": "set_call_mode", - "getter": "get_call_mode", - "index": -1 - }, - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "String", - "name": "base_script", - "setter": "set_base_script", - "getter": "get_base_script", - "index": -1 - }, - { - "type": "int", - "name": "type_cache", - "setter": "_set_type_cache", - "getter": "_get_type_cache", - "index": -1 - }, - { - "type": "int", - "name": "basic_type", - "setter": "set_basic_type", - "getter": "get_basic_type", - "index": -1 - }, - { - "type": "NodePath", - "name": "node_path", - "setter": "set_base_path", - "getter": "get_base_path", - "index": -1 - }, - { - "type": "String", - "name": "property", - "setter": "set_property", - "getter": "get_property", - "index": -1 - }, - { - "type": "String", - "name": "index", - "setter": "set_index", - "getter": "get_index", - "index": -1 - }, - { - "type": "int", - "name": "assign_op", - "setter": "set_assign_op", - "getter": "get_assign_op", - "index": -1 - } - ] - }, - { - "name": "VisualScriptResourcePath", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_resource_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "path", - "type": "String" - } - ] - }, - { - "name": "get_resource_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2841200299, - "return_value": { - "type": "String" - } - } - ], - "properties": [ - { - "type": "String", - "name": "path", - "setter": "set_resource_path", - "getter": "get_resource_path", - "index": -1 - } - ] - }, - { - "name": "VisualScriptReturn", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_return_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_return_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - }, - { - "name": "set_enable_return_value", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2586408642, - "arguments": [ - { - "name": "enable", - "type": "bool" - } - ] - }, - { - "name": "is_return_value_enabled", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 36873697, - "return_value": { - "type": "bool" - } - } - ], - "properties": [ - { - "type": "bool", - "name": "return_enabled", - "setter": "set_enable_return_value", - "getter": "is_return_value_enabled", - "index": -1 - }, - { - "type": "int", - "name": "return_type", - "setter": "set_return_type", - "getter": "get_return_type", - "index": -1 - } - ] - }, - { - "name": "VisualScriptSceneNode", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_node_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1348162250, - "arguments": [ - { - "name": "path", - "type": "NodePath" - } - ] - }, - { - "name": "get_node_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 277076166, - "return_value": { - "type": "NodePath" - } - } - ], - "properties": [ - { - "type": "NodePath", - "name": "node_path", - "setter": "set_node_path", - "getter": "get_node_path", - "index": -1 - } - ] - }, - { - "name": "VisualScriptSceneTree", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptSelect", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_typed", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2887708385, - "arguments": [ - { - "name": "type", - "type": "enum::Variant.Type" - } - ] - }, - { - "name": "get_typed", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3416842102, - "return_value": { - "type": "enum::Variant.Type" - } - } - ], - "properties": [ - { - "type": "int", - "name": "type", - "setter": "set_typed", - "getter": "get_typed", - "index": -1 - } - ] - }, - { - "name": "VisualScriptSelf", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptSequence", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_steps", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "steps", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_steps", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3905245786, - "return_value": { - "type": "int", - "meta": "int32" - } - } - ], - "properties": [ - { - "type": "int", - "name": "steps", - "setter": "set_steps", - "getter": "get_steps", - "index": -1 - } - ] - }, - { - "name": "VisualScriptSubCall", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptSwitch", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptTypeCast", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "type", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_base_script", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 83702148, - "arguments": [ - { - "name": "path", - "type": "String" - } - ] - }, - { - "name": "get_base_script", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 201670096, - "return_value": { - "type": "String" - } - } - ], - "properties": [ - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "String", - "name": "base_script", - "setter": "set_base_script", - "getter": "get_base_script", - "index": -1 - } - ] - }, - { - "name": "VisualScriptVariableGet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_variable", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_variable", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "String", - "name": "var_name", - "setter": "set_variable", - "getter": "get_variable", - "index": -1 - } - ] - }, - { - "name": "VisualScriptVariableSet", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "methods": [ - { - "name": "set_variable", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_variable", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - } - ], - "properties": [ - { - "type": "String", - "name": "var_name", - "setter": "set_variable", - "getter": "get_variable", - "index": -1 - } - ] - }, - { - "name": "VisualScriptWhile", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core" - }, - { - "name": "VisualScriptYield", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "YieldMode", - "is_bitfield": false, - "values": [ - { - "name": "YIELD_FRAME", - "value": 1 - }, - { - "name": "YIELD_PHYSICS_FRAME", - "value": 2 - }, - { - "name": "YIELD_WAIT", - "value": 3 - } - ] - } - ], - "methods": [ - { - "name": "set_yield_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2680332698, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptYield.YieldMode" - } - ] - }, - { - "name": "get_yield_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 561851229, - "return_value": { - "type": "enum::VisualScriptYield.YieldMode" - } - }, - { - "name": "set_wait_time", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 373806689, - "arguments": [ - { - "name": "sec", - "type": "float", - "meta": "double" - } - ] - }, - { - "name": "get_wait_time", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 191475506, - "return_value": { - "type": "float", - "meta": "double" - } - } - ], - "properties": [ - { - "type": "int", - "name": "mode", - "setter": "set_yield_mode", - "getter": "get_yield_mode", - "index": -1 - }, - { - "type": "float", - "name": "wait_time", - "setter": "set_wait_time", - "getter": "get_wait_time", - "index": -1 - } - ] - }, - { - "name": "VisualScriptYieldSignal", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VisualScriptNode", - "api_type": "core", - "enums": [ - { - "name": "CallMode", - "is_bitfield": false, - "values": [ - { - "name": "CALL_MODE_SELF", - "value": 0 - }, - { - "name": "CALL_MODE_NODE_PATH", - "value": 1 - }, - { - "name": "CALL_MODE_INSTANCE", - "value": 2 - } - ] - } - ], - "methods": [ - { - "name": "set_base_type", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "base_type", - "type": "StringName" - } - ] - }, - { - "name": "get_base_type", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_signal", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "signal", - "type": "StringName" - } - ] - }, - { - "name": "get_signal", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2002593661, - "return_value": { - "type": "StringName" - } - }, - { - "name": "set_call_mode", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 418847721, - "arguments": [ - { - "name": "mode", - "type": "enum::VisualScriptYieldSignal.CallMode" - } - ] - }, - { - "name": "get_call_mode", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3059194562, - "return_value": { - "type": "enum::VisualScriptYieldSignal.CallMode" - } - }, - { - "name": "set_base_path", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1348162250, - "arguments": [ - { - "name": "base_path", - "type": "NodePath" - } - ] - }, - { - "name": "get_base_path", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 4075236667, - "return_value": { - "type": "NodePath" - } - } - ], - "properties": [ - { - "type": "int", - "name": "call_mode", - "setter": "set_call_mode", - "getter": "get_call_mode", - "index": -1 - }, - { - "type": "String", - "name": "base_type", - "setter": "set_base_type", - "getter": "get_base_type", - "index": -1 - }, - { - "type": "NodePath", - "name": "node_path", - "setter": "set_base_path", - "getter": "get_base_path", - "index": -1 - }, - { - "type": "String", - "name": "signal", - "setter": "set_signal", - "getter": "get_signal", - "index": -1 - } - ] - }, { "name": "VisualShader", "is_refcounted": true, @@ -249024,28 +239452,32 @@ "value": 0 }, { - "name": "VARYING_TYPE_VECTOR_2D", + "name": "VARYING_TYPE_INT", "value": 1 }, { - "name": "VARYING_TYPE_VECTOR_3D", + "name": "VARYING_TYPE_VECTOR_2D", "value": 2 }, { - "name": "VARYING_TYPE_VECTOR_4D", + "name": "VARYING_TYPE_VECTOR_3D", "value": 3 }, { - "name": "VARYING_TYPE_COLOR", + "name": "VARYING_TYPE_VECTOR_4D", "value": 4 }, { - "name": "VARYING_TYPE_TRANSFORM", + "name": "VARYING_TYPE_BOOLEAN", "value": 5 }, { - "name": "VARYING_TYPE_MAX", + "name": "VARYING_TYPE_TRANSFORM", "value": 6 + }, + { + "name": "VARYING_TYPE_MAX", + "value": 7 } ] } @@ -251186,6 +241618,13 @@ "inherits": "VisualShaderNode", "api_type": "core" }, + { + "name": "VisualShaderNodeDistanceFade", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, { "name": "VisualShaderNodeDotProduct", "is_refcounted": true, @@ -252730,6 +243169,13 @@ } ] }, + { + "name": "VisualShaderNodeLinearSceneDepth", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, { "name": "VisualShaderNodeMix", "is_refcounted": true, @@ -253333,6 +243779,27 @@ "inherits": "VisualShaderNodeParticleEmitter", "api_type": "core" }, + { + "name": "VisualShaderNodeProximityFade", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, + { + "name": "VisualShaderNodeRandomRange", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, + { + "name": "VisualShaderNodeRemap", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, { "name": "VisualShaderNodeResizableBase", "is_refcounted": true, @@ -254664,6 +245131,13 @@ } ] }, + { + "name": "VisualShaderNodeUVPolarCoord", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNode", + "api_type": "core" + }, { "name": "VisualShaderNodeUniform", "is_refcounted": true, @@ -258231,6 +248705,10 @@ { "name": "NOTIFICATION_VISIBILITY_CHANGED", "value": 30 + }, + { + "name": "NOTIFICATION_THEME_CHANGED", + "value": 32 } ], "enums": [ @@ -258289,8 +248767,12 @@ "value": 5 }, { - "name": "FLAG_MAX", + "name": "FLAG_EXTEND_TO_TITLE", "value": 6 + }, + { + "name": "FLAG_MAX", + "value": 7 } ] }, @@ -259598,6 +250080,13 @@ "getter": "get_flag", "index": 5 }, + { + "type": "bool", + "name": "extend_to_title", + "setter": "set_flag", + "getter": "get_flag", + "index": 6 + }, { "type": "Vector2i", "name": "min_size", @@ -262832,10 +253321,6 @@ "name": "WorkerThreadPool", "type": "WorkerThreadPool" }, - { - "name": "VisualScriptCustomNodes", - "type": "VisualScriptCustomNodes" - }, { "name": "JavaClassWrapper", "type": "JavaClassWrapper" @@ -262844,6 +253329,10 @@ "name": "JavaScript", "type": "JavaScript" }, + { + "name": "ThemeDB", + "type": "ThemeDB" + }, { "name": "DisplayServer", "type": "DisplayServer"