diff --git a/ci/extension_api.json b/ci/extension_api.json index 188520a..0faa72f 100644 --- a/ci/extension_api.json +++ b/ci/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 0, "version_patch": 0, - "version_status": "beta", - "version_build": "custom_build", - "version_full_name": "Godot Engine v4.0.beta.custom_build" + "version_status": "beta10", + "version_build": "official", + "version_full_name": "Godot Engine v4.0.beta10.official" }, "builtin_class_sizes": [ { @@ -24834,6 +24834,43 @@ } ] }, + { + "name": "set_point_weight_scale", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2262553149, + "arguments": [ + { + "name": "id", + "type": "Vector2i" + }, + { + "name": "weight_scale", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_point_weight_scale", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 719993801, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "id", + "type": "Vector2i" + } + ] + }, { "name": "clear", "is_const": false, @@ -24842,6 +24879,23 @@ "is_virtual": false, "hash": 3218959716 }, + { + "name": "get_point_position", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 108438297, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "id", + "type": "Vector2i" + } + ] + }, { "name": "get_point_path", "is_const": false, @@ -26203,6 +26257,24 @@ "value": 2 } ] + }, + { + "name": "FindMode", + "is_bitfield": false, + "values": [ + { + "name": "FIND_MODE_NEAREST", + "value": 0 + }, + { + "name": "FIND_MODE_APPROX", + "value": 1 + }, + { + "name": "FIND_MODE_EXACT", + "value": 2 + } + ] } ], "methods": [ @@ -26835,7 +26907,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2119071283, + "hash": 3898229885, "return_value": { "type": "int", "meta": "int32" @@ -26852,9 +26924,9 @@ "meta": "double" }, { - "name": "exact", - "type": "bool", - "default_value": "false" + "name": "find_mode", + "type": "enum::Animation.FindMode", + "default_value": "0" } ] }, @@ -30131,6 +30203,24 @@ "value": 2 } ] + }, + { + "name": "AdvanceMode", + "is_bitfield": false, + "values": [ + { + "name": "ADVANCE_MODE_DISABLED", + "value": 0 + }, + { + "name": "ADVANCE_MODE_ENABLED", + "value": 1 + }, + { + "name": "ADVANCE_MODE_AUTO", + "value": 2 + } + ] } ], "methods": [ @@ -30160,28 +30250,28 @@ } }, { - "name": "set_auto_advance", + "name": "set_advance_mode", "is_const": false, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2586408642, + "hash": 1210869868, "arguments": [ { - "name": "auto_advance", - "type": "bool" + "name": "mode", + "type": "enum::AnimationNodeStateMachineTransition.AdvanceMode" } ] }, { - "name": "has_auto_advance", + "name": "get_advance_mode", "is_const": true, "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 36873697, + "hash": 61101689, "return_value": { - "type": "bool" + "type": "enum::AnimationNodeStateMachineTransition.AdvanceMode" } }, { @@ -30261,31 +30351,6 @@ "type": "Curve" } }, - { - "name": "set_disabled", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 2586408642, - "arguments": [ - { - "name": "disabled", - "type": "bool" - } - ] - }, - { - "name": "is_disabled", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 36873697, - "return_value": { - "type": "bool" - } - }, { "name": "set_priority", "is_const": false, @@ -30370,10 +30435,10 @@ "getter": "get_switch_mode" }, { - "type": "bool", - "name": "auto_advance", - "setter": "set_auto_advance", - "getter": "has_auto_advance" + "type": "int", + "name": "advance_mode", + "setter": "set_advance_mode", + "getter": "get_advance_mode" }, { "type": "StringName", @@ -30386,12 +30451,6 @@ "name": "advance_expression", "setter": "set_advance_expression", "getter": "get_advance_expression" - }, - { - "type": "bool", - "name": "disabled", - "setter": "set_disabled", - "getter": "is_disabled" } ] }, @@ -31815,6 +31874,24 @@ "signals": [ { "name": "animation_player_changed" + }, + { + "name": "animation_started", + "arguments": [ + { + "name": "anim_name", + "type": "StringName" + } + ] + }, + { + "name": "animation_finished", + "arguments": [ + { + "name": "anim_name", + "type": "StringName" + } + ] } ], "properties": [ @@ -40645,12 +40722,22 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1286410249, + "hash": 3197802065, "arguments": [ { "name": "index", "type": "int", "meta": "int32" + }, + { + "name": "stream", + "type": "AudioStream" + }, + { + "name": "weight", + "type": "float", + "meta": "float", + "default_value": "1.0" } ] }, @@ -63566,7 +63653,7 @@ "name": "ColorPicker", "is_refcounted": false, "is_instantiable": true, - "inherits": "BoxContainer", + "inherits": "VBoxContainer", "api_type": "core", "enums": [ { @@ -82710,6 +82797,20 @@ } } ], + "signals": [ + { + "name": "grabbed" + }, + { + "name": "ungrabbed" + }, + { + "name": "value_focus_entered" + }, + { + "name": "value_focus_exited" + } + ], "properties": [ { "type": "String", @@ -104842,6 +104943,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_physics_material", "is_const": false, @@ -104917,70 +105045,6 @@ "type": "RID" } }, - { - "name": "set_navigation_layers", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1286410249, - "arguments": [ - { - "name": "layers", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "get_navigation_layers", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 3905245786, - "return_value": { - "type": "int", - "meta": "uint32" - } - }, - { - "name": "set_navigation_layer_value", - "is_const": false, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 300928843, - "arguments": [ - { - "name": "layer_number", - "type": "int", - "meta": "int32" - }, - { - "name": "value", - "type": "bool" - } - ] - }, - { - "name": "get_navigation_layer_value", - "is_const": true, - "is_vararg": false, - "is_static": false, - "is_virtual": false, - "hash": 1116898809, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "layer_number", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_mesh_library", "is_const": false, @@ -105501,17 +105565,17 @@ "setter": "set_collision_mask", "getter": "get_collision_mask" }, + { + "type": "float", + "name": "collision_priority", + "setter": "set_collision_priority", + "getter": "get_collision_priority" + }, { "type": "bool", "name": "bake_navigation", "setter": "set_bake_navigation", "getter": "is_baking_navigation" - }, - { - "type": "int", - "name": "navigation_layers", - "setter": "set_navigation_layers", - "getter": "get_navigation_layers" } ] }, @@ -107608,8 +107672,24 @@ "value": 34 }, { - "name": "FORMAT_MAX", + "name": "FORMAT_ASTC_4x4", "value": 35 + }, + { + "name": "FORMAT_ASTC_4x4_HDR", + "value": 36 + }, + { + "name": "FORMAT_ASTC_8x8", + "value": 37 + }, + { + "name": "FORMAT_ASTC_8x8_HDR", + "value": 38 + }, + { + "name": "FORMAT_MAX", + "value": 39 } ] }, @@ -107726,6 +107806,20 @@ "value": 2 } ] + }, + { + "name": "ASTCFormat", + "is_bitfield": false, + "values": [ + { + "name": "ASTC_FORMAT_4x4", + "value": 0 + }, + { + "name": "ASTC_FORMAT_8x8", + "value": 1 + } + ] } ], "methods": [ @@ -108296,7 +108390,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 2521880595, + "hash": 3422491167, "return_value": { "type": "enum::Error" }, @@ -108315,6 +108409,11 @@ "type": "float", "meta": "float", "default_value": "0.7" + }, + { + "name": "astc_format", + "type": "enum::Image.ASTCFormat", + "default_value": "0" } ] }, @@ -108324,7 +108423,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1815281629, + "hash": 180597543, "return_value": { "type": "enum::Error" }, @@ -108342,6 +108441,11 @@ "type": "float", "meta": "float", "default_value": "0.7" + }, + { + "name": "astc_format", + "type": "enum::Image.ASTCFormat", + "default_value": "0" } ] }, @@ -124244,6 +124348,26 @@ } ] }, + { + "name": "set_item_navigation_layers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3937882851, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + }, + { + "name": "navigation_layers", + "type": "int", + "meta": "uint32" + } + ] + }, { "name": "set_item_shapes", "is_const": false, @@ -124372,6 +124496,25 @@ } ] }, + { + "name": "get_item_navigation_layers", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 923996154, + "return_value": { + "type": "int", + "meta": "uint32" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_item_shapes", "is_const": true, @@ -127515,6 +127658,31 @@ } ] }, + { + "name": "set_path_metadata_flags", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 24274129, + "arguments": [ + { + "name": "flags", + "type": "bitfield::NavigationPathQueryParameters2D.PathMetadataFlags" + } + ] + }, + { + "name": "get_path_metadata_flags", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 488152976, + "return_value": { + "type": "bitfield::NavigationPathQueryParameters2D.PathMetadataFlags" + } + }, { "name": "set_navigation_map", "is_const": false, @@ -127602,6 +127770,17 @@ } ] }, + { + "name": "get_current_navigation_result", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 166799483, + "return_value": { + "type": "NavigationPathQueryResult2D" + } + }, { "name": "get_current_navigation_path", "is_const": true, @@ -127677,6 +127856,24 @@ { "name": "target_reached" }, + { + "name": "waypoint_reached", + "arguments": [ + { + "name": "details", + "type": "Dictionary" + } + ] + }, + { + "name": "link_reached", + "arguments": [ + { + "name": "details", + "type": "Dictionary" + } + ] + }, { "name": "navigation_finished" }, @@ -127721,6 +127918,12 @@ "setter": "set_navigation_layers", "getter": "get_navigation_layers" }, + { + "type": "int", + "name": "path_metadata_flags", + "setter": "set_path_metadata_flags", + "getter": "get_path_metadata_flags" + }, { "type": "bool", "name": "avoidance_enabled", @@ -128134,6 +128337,31 @@ } ] }, + { + "name": "set_path_metadata_flags", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2713846708, + "arguments": [ + { + "name": "flags", + "type": "bitfield::NavigationPathQueryParameters3D.PathMetadataFlags" + } + ] + }, + { + "name": "get_path_metadata_flags", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1582332802, + "return_value": { + "type": "bitfield::NavigationPathQueryParameters3D.PathMetadataFlags" + } + }, { "name": "set_navigation_map", "is_const": false, @@ -128221,6 +128449,17 @@ } ] }, + { + "name": "get_current_navigation_result", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 728825684, + "return_value": { + "type": "NavigationPathQueryResult3D" + } + }, { "name": "get_current_navigation_path", "is_const": true, @@ -128296,6 +128535,24 @@ { "name": "target_reached" }, + { + "name": "waypoint_reached", + "arguments": [ + { + "name": "details", + "type": "Dictionary" + } + ] + }, + { + "name": "link_reached", + "arguments": [ + { + "name": "details", + "type": "Dictionary" + } + ] + }, { "name": "navigation_finished" }, @@ -128346,6 +128603,12 @@ "setter": "set_navigation_layers", "getter": "get_navigation_layers" }, + { + "type": "int", + "name": "path_metadata_flags", + "setter": "set_path_metadata_flags", + "getter": "get_path_metadata_flags" + }, { "type": "bool", "name": "avoidance_enabled", @@ -129442,7 +129705,7 @@ } }, { - "name": "set_vertices_per_polyon", + "name": "set_vertices_per_polygon", "is_const": false, "is_vararg": false, "is_static": false, @@ -129450,14 +129713,14 @@ "hash": 373806689, "arguments": [ { - "name": "vertices_per_polyon", + "name": "vertices_per_polygon", "type": "float", "meta": "float" } ] }, { - "name": "get_vertices_per_polyon", + "name": "get_vertices_per_polygon", "is_const": true, "is_vararg": false, "is_static": false, @@ -129844,9 +130107,9 @@ }, { "type": "float", - "name": "polygon_vertices_per_polyon", - "setter": "set_vertices_per_polyon", - "getter": "get_vertices_per_polyon" + "name": "vertices_per_polygon", + "setter": "set_vertices_per_polygon", + "getter": "get_vertices_per_polygon" }, { "type": "float", @@ -130185,6 +130448,32 @@ "value": 1 } ] + }, + { + "name": "PathMetadataFlags", + "is_bitfield": true, + "values": [ + { + "name": "PATH_METADATA_INCLUDE_NONE", + "value": 0 + }, + { + "name": "PATH_METADATA_INCLUDE_TYPES", + "value": 1 + }, + { + "name": "PATH_METADATA_INCLUDE_RIDS", + "value": 2 + }, + { + "name": "PATH_METADATA_INCLUDE_OWNERS", + "value": 4 + }, + { + "name": "PATH_METADATA_INCLUDE_ALL", + "value": 7 + } + ] } ], "methods": [ @@ -130339,6 +130628,31 @@ "type": "int", "meta": "uint32" } + }, + { + "name": "set_metadata_flags", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 24274129, + "arguments": [ + { + "name": "flags", + "type": "bitfield::NavigationPathQueryParameters2D.PathMetadataFlags" + } + ] + }, + { + "name": "get_metadata_flags", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 488152976, + "return_value": { + "type": "bitfield::NavigationPathQueryParameters2D.PathMetadataFlags" + } } ], "properties": [ @@ -130377,6 +130691,12 @@ "name": "path_postprocessing", "setter": "set_path_postprocessing", "getter": "get_path_postprocessing" + }, + { + "type": "int", + "name": "metadata_flags", + "setter": "set_metadata_flags", + "getter": "get_metadata_flags" } ] }, @@ -130410,6 +130730,32 @@ "value": 1 } ] + }, + { + "name": "PathMetadataFlags", + "is_bitfield": true, + "values": [ + { + "name": "PATH_METADATA_INCLUDE_NONE", + "value": 0 + }, + { + "name": "PATH_METADATA_INCLUDE_TYPES", + "value": 1 + }, + { + "name": "PATH_METADATA_INCLUDE_RIDS", + "value": 2 + }, + { + "name": "PATH_METADATA_INCLUDE_OWNERS", + "value": 4 + }, + { + "name": "PATH_METADATA_INCLUDE_ALL", + "value": 7 + } + ] } ], "methods": [ @@ -130564,6 +130910,31 @@ "type": "int", "meta": "uint32" } + }, + { + "name": "set_metadata_flags", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2713846708, + "arguments": [ + { + "name": "flags", + "type": "bitfield::NavigationPathQueryParameters3D.PathMetadataFlags" + } + ] + }, + { + "name": "get_metadata_flags", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1582332802, + "return_value": { + "type": "bitfield::NavigationPathQueryParameters3D.PathMetadataFlags" + } } ], "properties": [ @@ -130602,6 +130973,12 @@ "name": "path_postprocessing", "setter": "set_path_postprocessing", "getter": "get_path_postprocessing" + }, + { + "type": "int", + "name": "metadata_flags", + "setter": "set_metadata_flags", + "getter": "get_metadata_flags" } ] }, @@ -130611,6 +130988,22 @@ "is_instantiable": true, "inherits": "RefCounted", "api_type": "core", + "enums": [ + { + "name": "PathSegmentType", + "is_bitfield": false, + "values": [ + { + "name": "PATH_SEGMENT_TYPE_REGION", + "value": 0 + }, + { + "name": "PATH_SEGMENT_TYPE_LINK", + "value": 1 + } + ] + } + ], "methods": [ { "name": "set_path", @@ -130637,6 +131030,81 @@ "type": "PackedVector2Array" } }, + { + "name": "set_path_types", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3614634198, + "arguments": [ + { + "name": "path_types", + "type": "PackedInt32Array" + } + ] + }, + { + "name": "get_path_types", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1930428628, + "return_value": { + "type": "PackedInt32Array" + } + }, + { + "name": "set_path_rids", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 381264803, + "arguments": [ + { + "name": "path_rids", + "type": "typedarray::RID" + } + ] + }, + { + "name": "get_path_rids", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3995934104, + "return_value": { + "type": "typedarray::RID" + } + }, + { + "name": "set_path_owner_ids", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3709968205, + "arguments": [ + { + "name": "path_owner_ids", + "type": "PackedInt64Array" + } + ] + }, + { + "name": "get_path_owner_ids", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 235988956, + "return_value": { + "type": "PackedInt64Array" + } + }, { "name": "reset", "is_const": false, @@ -130652,6 +131120,24 @@ "name": "path", "setter": "set_path", "getter": "get_path" + }, + { + "type": "PackedInt32Array", + "name": "path_types", + "setter": "set_path_types", + "getter": "get_path_types" + }, + { + "type": "typedarray::RID", + "name": "path_rids", + "setter": "set_path_rids", + "getter": "get_path_rids" + }, + { + "type": "PackedInt64Array", + "name": "path_owner_ids", + "setter": "set_path_owner_ids", + "getter": "get_path_owner_ids" } ] }, @@ -130661,6 +131147,22 @@ "is_instantiable": true, "inherits": "RefCounted", "api_type": "core", + "enums": [ + { + "name": "PathSegmentType", + "is_bitfield": false, + "values": [ + { + "name": "PATH_SEGMENT_TYPE_REGION", + "value": 0 + }, + { + "name": "PATH_SEGMENT_TYPE_LINK", + "value": 1 + } + ] + } + ], "methods": [ { "name": "set_path", @@ -130687,6 +131189,81 @@ "type": "PackedVector3Array" } }, + { + "name": "set_path_types", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3614634198, + "arguments": [ + { + "name": "path_types", + "type": "PackedInt32Array" + } + ] + }, + { + "name": "get_path_types", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1930428628, + "return_value": { + "type": "PackedInt32Array" + } + }, + { + "name": "set_path_rids", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 381264803, + "arguments": [ + { + "name": "path_rids", + "type": "typedarray::RID" + } + ] + }, + { + "name": "get_path_rids", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3995934104, + "return_value": { + "type": "typedarray::RID" + } + }, + { + "name": "set_path_owner_ids", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3709968205, + "arguments": [ + { + "name": "path_owner_ids", + "type": "PackedInt64Array" + } + ] + }, + { + "name": "get_path_owner_ids", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 235988956, + "return_value": { + "type": "PackedInt64Array" + } + }, { "name": "reset", "is_const": false, @@ -130702,6 +131279,24 @@ "name": "path", "setter": "set_path", "getter": "get_path" + }, + { + "type": "PackedInt32Array", + "name": "path_types", + "setter": "set_path_types", + "getter": "get_path_types" + }, + { + "type": "typedarray::RID", + "name": "path_rids", + "setter": "set_path_rids", + "getter": "get_path_rids" + }, + { + "type": "PackedInt64Array", + "name": "path_owner_ids", + "setter": "set_path_owner_ids", + "getter": "get_path_owner_ids" } ] }, @@ -168600,7 +169195,7 @@ "is_vararg": false, "is_static": false, "is_virtual": false, - "hash": 1868160156, + "hash": 223050753, "return_value": { "type": "Variant" }, @@ -168608,6 +169203,11 @@ { "name": "name", "type": "String" + }, + { + "name": "default_value", + "type": "Variant", + "default_value": "null" } ] }, @@ -188071,6 +188671,29 @@ } ] }, + { + "name": "instance_set_pivot_data", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1280615259, + "arguments": [ + { + "name": "instance", + "type": "RID" + }, + { + "name": "sorting_offset", + "type": "float", + "meta": "float" + }, + { + "name": "use_aabb_center", + "type": "bool" + } + ] + }, { "name": "instance_set_transform", "is_const": false, @@ -192510,7 +193133,7 @@ "hash": 3218959716 }, { - "name": "remove_line", + "name": "remove_paragraph", "is_const": false, "is_vararg": false, "is_static": false, @@ -192521,7 +193144,7 @@ }, "arguments": [ { - "name": "line", + "name": "paragraph", "type": "int", "meta": "int32" } @@ -245469,6 +246092,56 @@ "meta": "int32" } }, + { + "name": "set_cap_top", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "cap_top", + "type": "bool" + } + ] + }, + { + "name": "is_cap_top", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_cap_bottom", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "cap_bottom", + "type": "bool" + } + ] + }, + { + "name": "is_cap_bottom", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_curve", "is_const": false, @@ -245526,6 +246199,18 @@ "setter": "set_section_rings", "getter": "get_section_rings" }, + { + "type": "bool", + "name": "cap_top", + "setter": "set_cap_top", + "getter": "is_cap_top" + }, + { + "type": "bool", + "name": "cap_bottom", + "setter": "set_cap_bottom", + "getter": "is_cap_bottom" + }, { "type": "Curve", "name": "curve", @@ -250793,6 +251478,58 @@ } ] }, + { + "name": "set_sorting_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "offset", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_sorting_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_sorting_use_aabb_center", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_sorting_use_aabb_center", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "get_aabb", "is_const": true, @@ -250811,6 +251548,18 @@ "name": "layers", "setter": "set_layer_mask", "getter": "get_layer_mask" + }, + { + "type": "float", + "name": "sorting_offset", + "setter": "set_sorting_offset", + "getter": "get_sorting_offset" + }, + { + "type": "bool", + "name": "sorting_use_aabb_center", + "setter": "set_sorting_use_aabb_center", + "getter": "is_sorting_use_aabb_center" } ] },