From 00db31c4f0b173d0ff726098849f484e6f9d6746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 16 Nov 2022 10:36:25 +0100 Subject: [PATCH] headers: Sync with upstream commit 89a33d28f (4.0-beta5) --- godot-headers/extension_api.json | 1576 +++++++++++++++++++++++------- 1 file changed, 1228 insertions(+), 348 deletions(-) diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json index c2ba169..8a5aec9 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": "beta4", - "version_build": "official", - "version_full_name": "Godot Engine v4.0.beta4.official" + "version_status": "beta", + "version_build": "custom_build", + "version_full_name": "Godot Engine v4.0.beta.custom_build" }, "builtin_class_sizes": [ { @@ -1898,6 +1898,35 @@ } ] }, + { + "name": "EulerOrder", + "values": [ + { + "name": "EULER_ORDER_XYZ", + "value": 0 + }, + { + "name": "EULER_ORDER_XZY", + "value": 1 + }, + { + "name": "EULER_ORDER_YXZ", + "value": 2 + }, + { + "name": "EULER_ORDER_YZX", + "value": 3 + }, + { + "name": "EULER_ORDER_ZXY", + "value": 4 + }, + { + "name": "EULER_ORDER_ZYX", + "value": 5 + } + ] + }, { "name": "Key", "values": [ @@ -3577,108 +3606,100 @@ "value": 21 }, { - "name": "PROPERTY_HINT_IMAGE_COMPRESS_LOSSY", + "name": "PROPERTY_HINT_OBJECT_ID", "value": 22 }, { - "name": "PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS", + "name": "PROPERTY_HINT_TYPE_STRING", "value": 23 }, { - "name": "PROPERTY_HINT_OBJECT_ID", + "name": "PROPERTY_HINT_NODE_PATH_TO_EDITED_NODE", "value": 24 }, { - "name": "PROPERTY_HINT_TYPE_STRING", + "name": "PROPERTY_HINT_METHOD_OF_VARIANT_TYPE", "value": 25 }, { - "name": "PROPERTY_HINT_NODE_PATH_TO_EDITED_NODE", + "name": "PROPERTY_HINT_METHOD_OF_BASE_TYPE", "value": 26 }, { - "name": "PROPERTY_HINT_METHOD_OF_VARIANT_TYPE", + "name": "PROPERTY_HINT_METHOD_OF_INSTANCE", "value": 27 }, { - "name": "PROPERTY_HINT_METHOD_OF_BASE_TYPE", + "name": "PROPERTY_HINT_METHOD_OF_SCRIPT", "value": 28 }, { - "name": "PROPERTY_HINT_METHOD_OF_INSTANCE", + "name": "PROPERTY_HINT_PROPERTY_OF_VARIANT_TYPE", "value": 29 }, { - "name": "PROPERTY_HINT_METHOD_OF_SCRIPT", + "name": "PROPERTY_HINT_PROPERTY_OF_BASE_TYPE", "value": 30 }, { - "name": "PROPERTY_HINT_PROPERTY_OF_VARIANT_TYPE", + "name": "PROPERTY_HINT_PROPERTY_OF_INSTANCE", "value": 31 }, { - "name": "PROPERTY_HINT_PROPERTY_OF_BASE_TYPE", + "name": "PROPERTY_HINT_PROPERTY_OF_SCRIPT", "value": 32 }, { - "name": "PROPERTY_HINT_PROPERTY_OF_INSTANCE", + "name": "PROPERTY_HINT_OBJECT_TOO_BIG", "value": 33 }, { - "name": "PROPERTY_HINT_PROPERTY_OF_SCRIPT", + "name": "PROPERTY_HINT_NODE_PATH_VALID_TYPES", "value": 34 }, { - "name": "PROPERTY_HINT_OBJECT_TOO_BIG", + "name": "PROPERTY_HINT_SAVE_FILE", "value": 35 }, { - "name": "PROPERTY_HINT_NODE_PATH_VALID_TYPES", + "name": "PROPERTY_HINT_GLOBAL_SAVE_FILE", "value": 36 }, { - "name": "PROPERTY_HINT_SAVE_FILE", + "name": "PROPERTY_HINT_INT_IS_OBJECTID", "value": 37 }, { - "name": "PROPERTY_HINT_GLOBAL_SAVE_FILE", + "name": "PROPERTY_HINT_INT_IS_POINTER", "value": 38 }, { - "name": "PROPERTY_HINT_INT_IS_OBJECTID", + "name": "PROPERTY_HINT_ARRAY_TYPE", "value": 39 }, { - "name": "PROPERTY_HINT_INT_IS_POINTER", - "value": 41 - }, - { - "name": "PROPERTY_HINT_ARRAY_TYPE", + "name": "PROPERTY_HINT_LOCALE_ID", "value": 40 }, - { - "name": "PROPERTY_HINT_LOCALE_ID", - "value": 42 - }, { "name": "PROPERTY_HINT_LOCALIZABLE_STRING", - "value": 43 + "value": 41 }, { "name": "PROPERTY_HINT_NODE_TYPE", - "value": 44 + "value": 42 }, { "name": "PROPERTY_HINT_HIDE_QUATERNION_EDIT", - "value": 45 + "value": 43 }, { "name": "PROPERTY_HINT_PASSWORD", - "value": 46 + "value": 44 }, { "name": "PROPERTY_HINT_MAX", - "value": 47 + "value": 45 } ] }, @@ -5970,6 +5991,16 @@ "right_type": "Transform3D", "return_type": "bool" }, + { + "name": "==", + "right_type": "Projection", + "return_type": "bool" + }, + { + "name": "!=", + "right_type": "Projection", + "return_type": "bool" + }, { "name": "==", "right_type": "Color", @@ -6580,11 +6611,6 @@ "right_type": "float", "return_type": "bool" }, - { - "name": "+", - "right_type": "String", - "return_type": "String" - }, { "name": "*", "right_type": "Vector2", @@ -6706,6 +6732,15 @@ "type": "bool" } ] + }, + { + "index": 4, + "arguments": [ + { + "name": "from", + "type": "String" + } + ] } ], "has_destructor": false @@ -7027,6 +7062,15 @@ "type": "bool" } ] + }, + { + "index": 4, + "arguments": [ + { + "name": "from", + "type": "String" + } + ] } ], "has_destructor": false @@ -7056,11 +7100,6 @@ "right_type": "bool", "return_type": "String" }, - { - "name": "+", - "right_type": "int", - "return_type": "String" - }, { "name": "%", "right_type": "int", @@ -7791,7 +7830,8 @@ "arguments": [ { "name": "delimiter", - "type": "String" + "type": "String", + "default_value": "\"\"" }, { "name": "allow_empty", @@ -7815,7 +7855,8 @@ "arguments": [ { "name": "delimiter", - "type": "String" + "type": "String", + "default_value": "\"\"" }, { "name": "allow_empty", @@ -13321,7 +13362,28 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1776574132 + "hash": 1394941017, + "arguments": [ + { + "name": "order", + "type": "int", + "default_value": "2" + } + ] + }, + { + "name": "from_euler", + "return_type": "Quaternion", + "is_vararg": false, + "is_const": false, + "is_static": true, + "hash": 4053467903, + "arguments": [ + { + "name": "euler", + "type": "Vector3" + } + ] }, { "name": "get_axis", @@ -13408,15 +13470,6 @@ "type": "float" } ] - }, - { - "index": 6, - "arguments": [ - { - "name": "euler_yxz", - "type": "Vector3" - } - ] } ], "has_destructor": false @@ -13811,36 +13864,6 @@ } ], "constants": [ - { - "name": "EULER_ORDER_XYZ", - "type": "int", - "value": "0" - }, - { - "name": "EULER_ORDER_XZY", - "type": "int", - "value": "1" - }, - { - "name": "EULER_ORDER_YXZ", - "type": "int", - "value": "2" - }, - { - "name": "EULER_ORDER_YZX", - "type": "int", - "value": "3" - }, - { - "name": "EULER_ORDER_ZXY", - "type": "int", - "value": "4" - }, - { - "name": "EULER_ORDER_ZYX", - "type": "int", - "value": "5" - }, { "name": "IDENTITY", "type": "Basis", @@ -13862,37 +13885,6 @@ "value": "Basis(1, 0, 0, 0, 1, 0, 0, 0, -1)" } ], - "enums": [ - { - "name": "EulerOrder", - "values": [ - { - "name": "EULER_ORDER_XYZ", - "value": 0 - }, - { - "name": "EULER_ORDER_XZY", - "value": 1 - }, - { - "name": "EULER_ORDER_YXZ", - "value": 2 - }, - { - "name": "EULER_ORDER_YZX", - "value": 3 - }, - { - "name": "EULER_ORDER_ZXY", - "value": 4 - }, - { - "name": "EULER_ORDER_ZYX", - "value": 5 - } - ] - } - ], "operators": [ { "name": "==", @@ -14665,6 +14657,16 @@ } ], "operators": [ + { + "name": "==", + "right_type": "Variant", + "return_type": "bool" + }, + { + "name": "!=", + "right_type": "Variant", + "return_type": "bool" + }, { "name": "*", "right_type": "Vector4", @@ -16310,56 +16312,6 @@ } ] }, - { - "name": "find_named_color", - "return_type": "int", - "is_vararg": false, - "is_const": false, - "is_static": true, - "hash": 1116350977, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "get_named_color_count", - "return_type": "int", - "is_vararg": false, - "is_const": false, - "is_static": true, - "hash": 911363434 - }, - { - "name": "get_named_color_name", - "return_type": "String", - "is_vararg": false, - "is_const": false, - "is_static": true, - "hash": 897497541, - "arguments": [ - { - "name": "idx", - "type": "int" - } - ] - }, - { - "name": "get_named_color", - "return_type": "Color", - "is_vararg": false, - "is_const": false, - "is_static": true, - "hash": 351421375, - "arguments": [ - { - "name": "idx", - "type": "int" - } - ] - }, { "name": "from_string", "return_type": "Color", @@ -40306,6 +40258,31 @@ "return_value": { "type": "ButtonGroup" } + }, + { + "name": "set_shortcut_feedback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_shortcut_feedback", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } } ], "signals": [ @@ -40385,6 +40362,13 @@ "getter": "get_shortcut", "index": -1 }, + { + "type": "bool", + "name": "shortcut_feedback", + "setter": "set_shortcut_feedback", + "getter": "is_shortcut_feedback", + "index": -1 + }, { "type": "ButtonGroup", "name": "button_group", @@ -54548,6 +54532,70 @@ } ] }, + { + "name": "set_visibility_layer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "get_visibility_layer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "uint32" + } + }, + { + "name": "set_visibility_layer_bit", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "uint32" + }, + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "get_visibility_layer_bit", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "uint32" + } + ] + }, { "name": "set_texture_filter", "is_const": false, @@ -54688,6 +54736,13 @@ "getter": "get_light_mask", "index": -1 }, + { + "type": "int", + "name": "visibility_layer", + "setter": "set_visibility_layer", + "getter": "get_visibility_layer", + "index": -1 + }, { "type": "int", "name": "texture_filter", @@ -62464,6 +62519,10 @@ { "name": "SHAPE_OKHSL_CIRCLE", "value": 3 + }, + { + "name": "SHAPE_NONE", + "value": 4 } ] } @@ -62570,7 +62629,7 @@ } }, { - "name": "set_presets_enabled", + "name": "set_can_add_swatches", "is_const": false, "is_vararg": false, "is_static": false, @@ -62584,7 +62643,7 @@ ] }, { - "name": "are_presets_enabled", + "name": "are_swatches_enabled", "is_const": true, "is_vararg": false, "is_static": false, @@ -62619,6 +62678,106 @@ "type": "bool" } }, + { + "name": "set_modes_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "visible", + "type": "bool" + } + ] + }, + { + "name": "are_modes_visible", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_sampler_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "visible", + "type": "bool" + } + ] + }, + { + "name": "is_sampler_visible", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_sliders_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "visible", + "type": "bool" + } + ] + }, + { + "name": "are_sliders_visible", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_hex_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "visible", + "type": "bool" + } + ] + }, + { + "name": "is_hex_visible", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "add_preset", "is_const": false, @@ -62790,9 +62949,37 @@ }, { "type": "bool", - "name": "presets_enabled", - "setter": "set_presets_enabled", - "getter": "are_presets_enabled", + "name": "can_add_swatches", + "setter": "set_can_add_swatches", + "getter": "are_swatches_enabled", + "index": -1 + }, + { + "type": "bool", + "name": "sampler_visible", + "setter": "set_sampler_visible", + "getter": "is_sampler_visible", + "index": -1 + }, + { + "type": "bool", + "name": "color_modes_visible", + "setter": "set_modes_visible", + "getter": "are_modes_visible", + "index": -1 + }, + { + "type": "bool", + "name": "sliders_visible", + "setter": "set_sliders_visible", + "getter": "are_sliders_visible", + "index": -1 + }, + { + "type": "bool", + "name": "hex_visible", + "setter": "set_hex_visible", + "getter": "is_hex_visible", "index": -1 }, { @@ -67629,6 +67816,40 @@ } ] }, + { + "name": "sample_baked_with_rotation", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 772207473, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "offset", + "type": "float", + "meta": "float" + }, + { + "name": "cubic", + "type": "bool", + "default_value": "false" + }, + { + "name": "loop", + "type": "bool", + "default_value": "true" + }, + { + "name": "lookahead", + "type": "float", + "meta": "float", + "default_value": "4.0" + } + ] + }, { "name": "get_baked_points", "is_const": true, @@ -70658,6 +70879,10 @@ { "name": "WINDOW_VIEW", "value": 2 + }, + { + "name": "OPENGL_CONTEXT", + "value": 3 } ] }, @@ -74227,22 +74452,6 @@ } ] }, - { - "name": "close_connection", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2886164389, - "arguments": [ - { - "name": "wait_usec", - "type": "int", - "meta": "uint32", - "default_value": "100" - } - ] - }, { "name": "set_bind_ip", "is_const": false, @@ -74721,18 +74930,49 @@ }, { "name": "EditorDebuggerPlugin", - "is_refcounted": false, + "is_refcounted": true, "is_instantiable": false, - "inherits": "Control", + "inherits": "RefCounted", "api_type": "editor", "methods": [ { - "name": "send_message", + "name": "_setup_session", "is_const": false, - "is_vararg": false, "is_static": false, - "is_virtual": false, - "hash": 1209351045, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "session_id", + "type": "int" + } + ] + }, + { + "name": "_has_capture", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "capture", + "type": "String" + } + ] + }, + { + "name": "_capture", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, "arguments": [ { "name": "message", @@ -74741,55 +74981,90 @@ { "name": "data", "type": "Array" - } - ] - }, - { - "name": "register_message_capture", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1874754934, - "arguments": [ - { - "name": "name", - "type": "StringName" }, { - "name": "callable", - "type": "Callable" + "name": "session_id", + "type": "int" } ] }, { - "name": "unregister_message_capture", + "name": "get_session", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3304788590, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "has_capture", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2041966384, + "hash": 3061968499, "return_value": { - "type": "bool" + "type": "EditorDebuggerSession" }, "arguments": [ { - "name": "name", - "type": "StringName" + "name": "id", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_sessions", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2915620761, + "return_value": { + "type": "Array" + } + } + ] + }, + { + "name": "EditorDebuggerSession", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "RefCounted", + "api_type": "editor", + "methods": [ + { + "name": "send_message", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3780025912, + "arguments": [ + { + "name": "message", + "type": "String" + }, + { + "name": "data", + "type": "Array", + "default_value": "[]" + } + ] + }, + { + "name": "toggle_profiler", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 35674246, + "arguments": [ + { + "name": "profiler", + "type": "String" + }, + { + "name": "enable", + "type": "bool" + }, + { + "name": "data", + "type": "Array", + "default_value": "[]" } ] }, @@ -74816,7 +75091,7 @@ } }, { - "name": "is_session_active", + "name": "is_active", "is_const": false, "is_vararg": false, "is_static": false, @@ -74825,6 +75100,34 @@ "return_value": { "type": "bool" } + }, + { + "name": "add_session_tab", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1496901182, + "arguments": [ + { + "name": "control", + "type": "Control" + } + ] + }, + { + "name": "remove_session_tab", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1496901182, + "arguments": [ + { + "name": "control", + "type": "Control" + } + ] } ], "signals": [ @@ -75235,8 +75538,12 @@ "value": 6 }, { - "name": "FEATURE_MAX", + "name": "FEATURE_HISTORY_DOCK", "value": 7 + }, + { + "name": "FEATURE_MAX", + "value": 8 } ] } @@ -77071,7 +77378,18 @@ ] }, { - "name": "get_selected_path", + "name": "get_selected_paths", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1139954409, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "get_current_path", "is_const": true, "is_vararg": false, "is_static": false, @@ -77082,7 +77400,7 @@ } }, { - "name": "get_current_path", + "name": "get_current_directory", "is_const": true, "is_vararg": false, "is_static": false, @@ -79237,11 +79555,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3657522847, + "hash": 3749880309, "arguments": [ { "name": "script", - "type": "Script" + "type": "EditorDebuggerPlugin" } ] }, @@ -79251,11 +79569,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 3657522847, + "hash": 3749880309, "arguments": [ { "name": "script", - "type": "Script" + "type": "EditorDebuggerPlugin" } ] } @@ -81603,6 +81921,14 @@ } ] } + ], + "signals": [ + { + "name": "history_changed" + }, + { + "name": "version_changed" + } ] }, { @@ -82272,6 +82598,33 @@ "meta": "int32" } }, + { + "name": "set_max_physics_steps_per_frame", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "max_physics_steps", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_max_physics_steps_per_frame", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_physics_jitter_fix", "is_const": false, @@ -82696,6 +83049,13 @@ "getter": "get_physics_ticks_per_second", "index": -1 }, + { + "type": "int", + "name": "max_physics_steps_per_frame", + "setter": "set_max_physics_steps_per_frame", + "getter": "get_max_physics_steps_per_frame", + "index": -1 + }, { "type": "int", "name": "max_fps", @@ -88310,6 +88670,26 @@ "is_instantiable": true, "inherits": "Container", "api_type": "core", + "enums": [ + { + "name": "AlignmentMode", + "is_bitfield": false, + "values": [ + { + "name": "ALIGNMENT_BEGIN", + "value": 0 + }, + { + "name": "ALIGNMENT_CENTER", + "value": 1 + }, + { + "name": "ALIGNMENT_END", + "value": 2 + } + ] + } + ], "methods": [ { "name": "get_line_count", @@ -88323,6 +88703,31 @@ "meta": "int32" } }, + { + "name": "set_alignment", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 575250951, + "arguments": [ + { + "name": "alignment", + "type": "enum::FlowContainer.AlignmentMode" + } + ] + }, + { + "name": "get_alignment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3749743559, + "return_value": { + "type": "enum::FlowContainer.AlignmentMode" + } + }, { "name": "set_vertical", "is_const": false, @@ -88350,6 +88755,13 @@ } ], "properties": [ + { + "type": "int", + "name": "alignment", + "setter": "set_alignment", + "getter": "get_alignment", + "index": -1 + }, { "type": "bool", "name": "vertical", @@ -96269,7 +96681,7 @@ ] }, { - "name": "set_trail_length", + "name": "set_trail_lifetime", "is_const": false, "is_vararg": false, "is_static": false, @@ -96295,7 +96707,7 @@ } }, { - "name": "get_trail_length", + "name": "get_trail_lifetime", "is_const": true, "is_vararg": false, "is_static": false, @@ -96483,9 +96895,9 @@ }, { "type": "float", - "name": "trail_length_secs", - "setter": "set_trail_length", - "getter": "get_trail_length", + "name": "trail_lifetime", + "setter": "set_trail_lifetime", + "getter": "get_trail_lifetime", "index": -1 }, { @@ -97198,7 +97610,7 @@ ] }, { - "name": "set_trail_length", + "name": "set_trail_lifetime", "is_const": false, "is_vararg": false, "is_static": false, @@ -97224,7 +97636,7 @@ } }, { - "name": "get_trail_length", + "name": "get_trail_lifetime", "is_const": true, "is_vararg": false, "is_static": false, @@ -97390,9 +97802,9 @@ }, { "type": "float", - "name": "trail_length_secs", - "setter": "set_trail_length", - "getter": "get_trail_length", + "name": "trail_lifetime", + "setter": "set_trail_lifetime", + "getter": "get_trail_lifetime", "index": -1 }, { @@ -107048,7 +107460,7 @@ } }, { - "name": "get_rect", + "name": "get_region", "is_const": true, "is_vararg": false, "is_static": false, @@ -107059,7 +107471,7 @@ }, "arguments": [ { - "name": "rect", + "name": "region", "type": "Rect2i" } ] @@ -124991,6 +125403,34 @@ "is_virtual": false, "hash": 3218959716 }, + { + "name": "close", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, + { + "name": "disconnect_peer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4023243586, + "arguments": [ + { + "name": "peer", + "type": "int", + "meta": "int32" + }, + { + "name": "force", + "type": "bool", + "default_value": "false" + } + ] + }, { "name": "get_connection_status", "is_const": true, @@ -125081,15 +125521,6 @@ "type": "int" } ] - }, - { - "name": "server_disconnected" - }, - { - "name": "connection_succeeded" - }, - { - "name": "connection_failed" } ], "properties": [ @@ -125295,6 +125726,30 @@ "is_vararg": false, "is_virtual": true }, + { + "name": "_close", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_disconnect_peer", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "p_peer", + "type": "int" + }, + { + "name": "p_force", + "type": "bool" + } + ] + }, { "name": "_get_unique_id", "is_const": true, @@ -135362,36 +135817,6 @@ "value": 2 } ] - }, - { - "name": "RotationOrder", - "is_bitfield": false, - "values": [ - { - "name": "ROTATION_ORDER_XYZ", - "value": 0 - }, - { - "name": "ROTATION_ORDER_XZY", - "value": 1 - }, - { - "name": "ROTATION_ORDER_YXZ", - "value": 2 - }, - { - "name": "ROTATION_ORDER_YZX", - "value": 3 - }, - { - "name": "ROTATION_ORDER_ZXY", - "value": 4 - }, - { - "name": "ROTATION_ORDER_ZYX", - "value": 5 - } - ] } ], "methods": [ @@ -135476,11 +135901,11 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1415243067, + "hash": 1820889989, "arguments": [ { "name": "order", - "type": "enum::Node3D.RotationOrder" + "type": "enum::EulerOrder" } ] }, @@ -135490,9 +135915,9 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2488981056, + "hash": 916939469, "return_value": { - "type": "enum::Node3D.RotationOrder" + "type": "enum::EulerOrder" } }, { @@ -166766,6 +167191,58 @@ "return_value": { "type": "bool" } + }, + { + "name": "set_add_uv2", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "add_uv2", + "type": "bool" + } + ] + }, + { + "name": "get_add_uv2", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_uv2_padding", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "uv2_padding", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_uv2_padding", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } } ], "properties": [ @@ -166789,6 +167266,20 @@ "setter": "set_flip_faces", "getter": "get_flip_faces", "index": -1 + }, + { + "type": "bool", + "name": "add_uv2", + "setter": "set_add_uv2", + "getter": "get_add_uv2", + "index": -1 + }, + { + "type": "float", + "name": "uv2_padding", + "setter": "set_uv2_padding", + "getter": "get_uv2_padding", + "index": -1 } ] }, @@ -172008,6 +172499,21 @@ } ] }, + { + "name": "set_value_no_signal", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "value", + "type": "float", + "meta": "double" + } + ] + }, { "name": "set_min", "is_const": false, @@ -177217,6 +177723,33 @@ } ] }, + { + "name": "vertex_array_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 130023918, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "vertex_count", + "type": "int", + "meta": "uint32" + }, + { + "name": "vertex_format", + "type": "int", + "meta": "int64" + }, + { + "name": "src_buffers", + "type": "typedarray::RID" + } + ] + }, { "name": "index_buffer_create", "is_const": false, @@ -181145,6 +181678,28 @@ } ] }, + { + "name": "texture_get_rd_texture", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2790148051, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "texture", + "type": "RID" + }, + { + "name": "srgb", + "type": "bool", + "default_value": "false" + } + ] + }, { "name": "shader_create", "is_const": false, @@ -185086,6 +185641,25 @@ } ] }, + { + "name": "viewport_set_canvas_cull_mask", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3411492887, + "arguments": [ + { + "name": "viewport", + "type": "RID" + }, + { + "name": "canvas_cull_mask", + "type": "int", + "meta": "uint32" + } + ] + }, { "name": "viewport_set_scaling_3d_mode", "is_const": false, @@ -187935,6 +188509,25 @@ } ] }, + { + "name": "canvas_item_set_visibility_layer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3411492887, + "arguments": [ + { + "name": "item", + "type": "RID" + }, + { + "name": "visibility_layer", + "type": "int", + "meta": "uint32" + } + ] + }, { "name": "canvas_item_set_transform", "is_const": false, @@ -195480,6 +196073,124 @@ "is_virtual": false, "hash": 3218959716 }, + { + "name": "disconnect_peer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_authenticating_peers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 969006518, + "return_value": { + "type": "PackedInt32Array" + } + }, + { + "name": "send_auth", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 506032537, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + }, + { + "name": "data", + "type": "PackedByteArray" + } + ] + }, + { + "name": "complete_auth", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844576869, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_auth_callback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1611583062, + "arguments": [ + { + "name": "callback", + "type": "Callable" + } + ] + }, + { + "name": "get_auth_callback", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Callable" + } + }, + { + "name": "set_auth_timeout", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "timeout", + "type": "float", + "meta": "double" + } + ] + }, + { + "name": "get_auth_timeout", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "double" + } + }, { "name": "set_refuse_new_connections", "is_const": false, @@ -195591,6 +196302,24 @@ } ], "signals": [ + { + "name": "peer_authenticating", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] + }, + { + "name": "peer_authentication_failed", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] + }, { "name": "peer_packet", "arguments": [ @@ -195613,6 +196342,20 @@ "getter": "get_root_path", "index": -1 }, + { + "type": "Callable", + "name": "auth_callback", + "setter": "set_auth_callback", + "getter": "get_auth_callback", + "index": -1 + }, + { + "type": "float", + "name": "auth_timeout", + "setter": "set_auth_timeout", + "getter": "get_auth_timeout", + "index": -1 + }, { "type": "bool", "name": "allow_object_decoding", @@ -200252,6 +200995,24 @@ } ] }, + { + "name": "get_collider_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 495598643, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_collider_shape", "is_const": true, @@ -200807,6 +201568,24 @@ } ] }, + { + "name": "get_collider_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 495598643, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_collider_shape", "is_const": true, @@ -241012,6 +241791,17 @@ "type": "PackedStringArray" } }, + { + "name": "get_translated_message_list", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1139954409, + "return_value": { + "type": "PackedStringArray" + } + }, { "name": "get_message_count", "is_const": true, @@ -241696,6 +242486,25 @@ "type": "TreeItem" } }, + { + "name": "set_selected", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2662547442, + "arguments": [ + { + "name": "item", + "type": "TreeItem" + }, + { + "name": "column", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_selected_column", "is_const": true, @@ -248608,6 +249417,70 @@ "type": "bool" } }, + { + "name": "set_canvas_cull_mask", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "mask", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "get_canvas_cull_mask", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "uint32" + } + }, + { + "name": "set_canvas_cull_mask_bit", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "uint32" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "get_canvas_cull_mask_bit", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "uint32" + } + ] + }, { "name": "set_default_canvas_item_texture_repeat", "is_const": false, @@ -249315,6 +250188,13 @@ "setter": "set_global_canvas_transform", "getter": "get_global_canvas_transform", "index": -1 + }, + { + "type": "int", + "name": "canvas_cull_mask", + "setter": "set_canvas_cull_mask", + "getter": "get_canvas_cull_mask", + "index": -1 } ] }, @@ -257721,14 +258601,6 @@ "return_value": { "type": "Dictionary" } - }, - { - "name": "close", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3218959716 } ] }, @@ -258280,14 +259152,6 @@ } ] }, - { - "name": "close", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3218959716 - }, { "name": "get_peer", "is_const": true, @@ -258343,32 +259207,6 @@ } ] }, - { - "name": "disconnect_peer", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2976048447, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "code", - "type": "int", - "meta": "int32", - "default_value": "1000" - }, - { - "name": "reason", - "type": "String", - "default_value": "\"\"" - } - ] - }, { "name": "get_supported_protocols", "is_const": true, @@ -262269,6 +263107,61 @@ "is_static": false, "is_virtual": false, "hash": 3218959716 + }, + { + "name": "get_transform_for_view", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 518934792, + "return_value": { + "type": "Transform3D" + }, + "arguments": [ + { + "name": "view", + "type": "int", + "meta": "uint32" + }, + { + "name": "cam_transform", + "type": "Transform3D" + } + ] + }, + { + "name": "get_projection_for_view", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3766090294, + "return_value": { + "type": "Projection" + }, + "arguments": [ + { + "name": "view", + "type": "int", + "meta": "uint32" + }, + { + "name": "aspect", + "type": "float", + "meta": "double" + }, + { + "name": "near", + "type": "float", + "meta": "double" + }, + { + "name": "far", + "type": "float", + "meta": "double" + } + ] } ], "signals": [ @@ -262554,19 +263447,6 @@ "is_vararg": false, "is_virtual": true }, - { - "name": "_notification", - "is_const": false, - "is_static": false, - "is_vararg": false, - "is_virtual": true, - "arguments": [ - { - "name": "what", - "type": "int" - } - ] - }, { "name": "_get_suggested_tracker_names", "is_const": true,