|
@@ -3,9 +3,9 @@
|
|
|
"version_major": 4,
|
|
|
"version_minor": 3,
|
|
|
"version_patch": 0,
|
|
|
- "version_status": "beta1",
|
|
|
- "version_build": "official",
|
|
|
- "version_full_name": "Godot Engine v4.3.beta1.official"
|
|
|
+ "version_status": "beta",
|
|
|
+ "version_build": "custom_build",
|
|
|
+ "version_full_name": "Godot Engine v4.3.beta.custom_build"
|
|
|
},
|
|
|
"builtin_class_sizes": [
|
|
|
{
|
|
@@ -20086,6 +20086,24 @@
|
|
|
"is_const": true,
|
|
|
"is_static": false,
|
|
|
"hash": 3918633141
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "recursive_equal",
|
|
|
+ "return_type": "bool",
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_const": true,
|
|
|
+ "is_static": false,
|
|
|
+ "hash": 1404404751,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "dictionary",
|
|
|
+ "type": "Dictionary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "recursion_count",
|
|
|
+ "type": "int"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"constructors": [
|
|
@@ -28951,7 +28969,7 @@
|
|
|
"is_vararg": false,
|
|
|
"is_static": false,
|
|
|
"is_virtual": false,
|
|
|
- "hash": 189695464,
|
|
|
+ "hash": 4230953007,
|
|
|
"hash_compatibility": [
|
|
|
3245197284,
|
|
|
3898229885
|
|
@@ -28980,6 +28998,11 @@
|
|
|
"name": "limit",
|
|
|
"type": "bool",
|
|
|
"default_value": "false"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "backward",
|
|
|
+ "type": "bool",
|
|
|
+ "default_value": "false"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -83264,6 +83287,53 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "_goto_script_line",
|
|
|
+ "is_const": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_virtual": true,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "script",
|
|
|
+ "type": "Script"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "_breakpoints_cleared_in_tree",
|
|
|
+ "is_const": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_virtual": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "_breakpoint_set_in_tree",
|
|
|
+ "is_const": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_virtual": true,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "script",
|
|
|
+ "type": "Script"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "enabled",
|
|
|
+ "type": "bool"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "get_session",
|
|
|
"is_const": false,
|
|
@@ -83410,6 +83480,29 @@
|
|
|
"type": "Control"
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "set_breakpoint",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 4108344793,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "path",
|
|
|
+ "type": "String"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "enabled",
|
|
|
+ "type": "bool"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"signals": [
|
|
@@ -92682,6 +92775,14 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "line_poll",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3218959716
|
|
|
+ },
|
|
|
{
|
|
|
"name": "send_message",
|
|
|
"is_const": false,
|
|
@@ -92699,6 +92800,183 @@
|
|
|
"type": "Array"
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "debug",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 2751962654,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "can_continue",
|
|
|
+ "type": "bool",
|
|
|
+ "default_value": "true"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_error_breakpoint",
|
|
|
+ "type": "bool",
|
|
|
+ "default_value": "false"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "script_debug",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 2442343672,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "language",
|
|
|
+ "type": "ScriptLanguage"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "can_continue",
|
|
|
+ "type": "bool",
|
|
|
+ "default_value": "true"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_error_breakpoint",
|
|
|
+ "type": "bool",
|
|
|
+ "default_value": "false"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "set_lines_left",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 1286410249,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "lines",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_lines_left",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3905245786,
|
|
|
+ "return_value": {
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "set_depth",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 1286410249,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "depth",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "get_depth",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3905245786,
|
|
|
+ "return_value": {
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_breakpoint",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 921227809,
|
|
|
+ "return_value": {
|
|
|
+ "type": "bool"
|
|
|
+ },
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "source",
|
|
|
+ "type": "StringName"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_skipping_breakpoints",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 36873697,
|
|
|
+ "return_value": {
|
|
|
+ "type": "bool"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "insert_breakpoint",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3780747571,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "source",
|
|
|
+ "type": "StringName"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "remove_breakpoint",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3780747571,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "line",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "source",
|
|
|
+ "type": "StringName"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "clear_breakpoints",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3218959716
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -119369,6 +119647,18 @@
|
|
|
"type": "PackedByteArray"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "get_data_size",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 3905245786,
|
|
|
+ "return_value": {
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int64"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "convert",
|
|
|
"is_const": false,
|
|
@@ -119563,6 +119853,37 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "create_empty",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": true,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 986942177,
|
|
|
+ "return_value": {
|
|
|
+ "type": "Image"
|
|
|
+ },
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "width",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "height",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "use_mipmaps",
|
|
|
+ "type": "bool"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "format",
|
|
|
+ "type": "enum::Image.Format"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "create_from_data",
|
|
|
"is_const": false,
|
|
@@ -141461,6 +141782,23 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "is_opened",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 4155700596,
|
|
|
+ "return_value": {
|
|
|
+ "type": "bool"
|
|
|
+ },
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "rid",
|
|
|
+ "type": "RID"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "add_submenu_item",
|
|
|
"is_const": false,
|
|
@@ -230851,6 +231189,23 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "_debug_get_stack_level_source",
|
|
|
+ "is_const": true,
|
|
|
+ "is_static": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_virtual": true,
|
|
|
+ "return_value": {
|
|
|
+ "type": "String"
|
|
|
+ },
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "level",
|
|
|
+ "type": "int",
|
|
|
+ "meta": "int32"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "_debug_get_stack_level_locals",
|
|
|
"is_const": false,
|
|
@@ -233841,6 +234196,17 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "get_concatenated_bone_names",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 2002593661,
|
|
|
+ "return_value": {
|
|
|
+ "type": "StringName"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "get_bone_parent",
|
|
|
"is_const": true,
|
|
@@ -237238,6 +237604,17 @@
|
|
|
"is_vararg": false,
|
|
|
"is_virtual": true
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "get_skeleton",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 1488626673,
|
|
|
+ "return_value": {
|
|
|
+ "type": "Skeleton3D"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "set_active",
|
|
|
"is_const": false,
|
|
@@ -256177,7 +256554,7 @@
|
|
|
{
|
|
|
"name": "baseline_offset",
|
|
|
"type": "float",
|
|
|
- "meta": "float"
|
|
|
+ "meta": "double"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -256190,7 +256567,7 @@
|
|
|
"hash": 866169185,
|
|
|
"return_value": {
|
|
|
"type": "float",
|
|
|
- "meta": "float"
|
|
|
+ "meta": "double"
|
|
|
},
|
|
|
"arguments": [
|
|
|
{
|
|
@@ -259603,7 +259980,8 @@
|
|
|
"arguments": [
|
|
|
{
|
|
|
"name": "unicode",
|
|
|
- "type": "int"
|
|
|
+ "type": "int",
|
|
|
+ "meta": "uint64"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -260691,7 +261069,7 @@
|
|
|
{
|
|
|
"name": "baseline_offset",
|
|
|
"type": "float",
|
|
|
- "meta": "float"
|
|
|
+ "meta": "double"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -260703,7 +261081,7 @@
|
|
|
"is_virtual": true,
|
|
|
"return_value": {
|
|
|
"type": "float",
|
|
|
- "meta": "float"
|
|
|
+ "meta": "double"
|
|
|
},
|
|
|
"arguments": [
|
|
|
{
|
|
@@ -263806,7 +264184,8 @@
|
|
|
"arguments": [
|
|
|
{
|
|
|
"name": "unicode",
|
|
|
- "type": "int"
|
|
|
+ "type": "int",
|
|
|
+ "meta": "uint64"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -263985,6 +264364,13 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "TextServerFallback",
|
|
|
+ "is_refcounted": true,
|
|
|
+ "is_instantiable": true,
|
|
|
+ "inherits": "TextServerExtension",
|
|
|
+ "api_type": "core"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "TextServerManager",
|
|
|
"is_refcounted": false,
|
|
@@ -270333,6 +270719,31 @@
|
|
|
"meta": "int32"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "set_x_draw_order_reversed",
|
|
|
+ "is_const": false,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 2586408642,
|
|
|
+ "arguments": [
|
|
|
+ {
|
|
|
+ "name": "x_draw_order_reversed",
|
|
|
+ "type": "bool"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is_x_draw_order_reversed",
|
|
|
+ "is_const": true,
|
|
|
+ "is_vararg": false,
|
|
|
+ "is_static": false,
|
|
|
+ "is_virtual": false,
|
|
|
+ "hash": 36873697,
|
|
|
+ "return_value": {
|
|
|
+ "type": "bool"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"name": "set_rendering_quadrant_size",
|
|
|
"is_const": false,
|
|
@@ -270541,6 +270952,12 @@
|
|
|
"setter": "set_y_sort_origin",
|
|
|
"getter": "get_y_sort_origin"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "bool",
|
|
|
+ "name": "x_draw_order_reversed",
|
|
|
+ "setter": "set_x_draw_order_reversed",
|
|
|
+ "getter": "is_x_draw_order_reversed"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "int",
|
|
|
"name": "rendering_quadrant_size",
|