diff --git "a/godot_docs.json" "b/godot_docs.json" new file mode 100644--- /dev/null +++ "b/godot_docs.json" @@ -0,0 +1,147270 @@ +[ + { + "name": "VisualShaderNodeUVFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "Label", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_height", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_total_character_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_visible_line_count", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "autowrap_mode", + "type": "int", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "default": "0" + }, + { + "name": "clip_text", + "type": "bool", + "setter": "set_clip_text", + "getter": "is_clipping_text", + "default": "false" + }, + { + "name": "horizontal_alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "0" + }, + { + "name": "justification_flags", + "type": "int", + "setter": "set_justification_flags", + "getter": "get_justification_flags", + "default": "163" + }, + { + "name": "label_settings", + "type": "LabelSettings", + "setter": "set_label_settings", + "getter": "get_label_settings", + "default": "" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "lines_skipped", + "type": "int", + "setter": "set_lines_skipped", + "getter": "get_lines_skipped", + "default": "0" + }, + { + "name": "max_lines_visible", + "type": "int", + "setter": "set_max_lines_visible", + "getter": "get_max_lines_visible", + "default": "-1" + }, + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "2" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "4" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "setter": "set_tab_stops", + "getter": "get_tab_stops", + "default": "PackedFloat32Array()" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "text_overrun_behavior", + "type": "int", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "default": "0" + }, + { + "name": "uppercase", + "type": "bool", + "setter": "set_uppercase", + "getter": "is_uppercase", + "default": "false" + }, + { + "name": "vertical_alignment", + "type": "int", + "setter": "set_vertical_alignment", + "getter": "get_vertical_alignment", + "default": "0" + }, + { + "name": "visible_characters", + "type": "int", + "setter": "set_visible_characters", + "getter": "get_visible_characters", + "default": "-1" + }, + { + "name": "visible_characters_behavior", + "type": "int", + "setter": "set_visible_characters_behavior", + "getter": "get_visible_characters_behavior", + "default": "0" + }, + { + "name": "visible_ratio", + "type": "float", + "setter": "set_visible_ratio", + "getter": "get_visible_ratio", + "default": "1.0" + } + ] + }, + { + "name": "PhysicsServer3D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "area_add_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "area_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "area_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_param", + "return_type": "Variant", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_space", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_remove_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_area_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_monitorable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "monitorable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_param", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_ray_pickable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_space", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "body_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "body_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "body_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "body_apply_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "body_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_collision_priority", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_constant_force", + "return_type": "Vector3", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_constant_torque", + "return_type": "Vector3", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_direct_state", + "return_type": "PhysicsDirectBodyState3D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_max_contacts_reported", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_param", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_space", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_state", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_is_axis_locked", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_is_continuous_collision_detection_enabled", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_is_omitting_force_integration", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_remove_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_reset_mass_properties", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_axis_lock", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "lock", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis_velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_priority", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_enable_continuous_collision_detection", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_force_integration_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "body_set_max_contacts_reported", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_omit_force_integration", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_param", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_ray_pickable", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_space", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_state", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "body_test_motion", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "parameters", + "type": "PhysicsTestMotionParameters3D", + "default": null + }, + { + "name": "result", + "type": "PhysicsTestMotionResult3D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "box_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "capsule_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "concave_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "cone_twist_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "cone_twist_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "convex_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "custom_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "cylinder_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "generic_6dof_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "generic_6dof_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "generic_6dof_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "generic_6dof_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_process_info", + "return_type": "int", + "params": [ + { + "name": "process_info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "heightmap_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "hinge_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "hinge_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "hinge_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "hinge_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_clear", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "joint_disable_collisions_between_bodies", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_get_solver_priority", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_get_type", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_is_disabled_collisions_between_bodies", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_cone_twist", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_generic_6dof", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_hinge", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "hinge_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "hinge_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_pin", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_A", + "type": "Vector3", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_B", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_slider", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_set_solver_priority", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_get_local_a", + "return_type": "Vector3", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_get_local_b", + "return_type": "Vector3", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_set_local_a", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "local_A", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_set_local_b", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "local_B", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "separation_ray_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_get_data", + "return_type": "Variant", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_get_type", + "return_type": "int", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_set_data", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "slider_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "slider_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "soft_body_get_bounds", + "return_type": "AABB", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "space_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "space_get_direct_state", + "return_type": "PhysicsDirectSpaceState3D", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "space_get_param", + "return_type": "float", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "space_is_active", + "return_type": "bool", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "space_set_active", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "space_set_param", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "sphere_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "world_boundary_shape_create", + "return_type": "RID", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectStereoEnhance", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "pan_pullout", + "type": "float", + "setter": "set_pan_pullout", + "getter": "get_pan_pullout", + "default": "1.0" + }, + { + "name": "surround", + "type": "float", + "setter": "set_surround", + "getter": "get_surround", + "default": "0.0" + }, + { + "name": "time_pullout_ms", + "type": "float", + "setter": "set_time_pullout", + "getter": "get_time_pullout", + "default": "0.0" + } + ] + }, + { + "name": "ScrollBar", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "custom_step", + "type": "float", + "setter": "set_custom_step", + "getter": "get_custom_step", + "default": "-1.0" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "0.0" + } + ] + }, + { + "name": "VisualShaderNodeFloatParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "float", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "0.0" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + }, + { + "name": "hint", + "type": "int", + "setter": "set_hint", + "getter": "get_hint", + "default": "0" + }, + { + "name": "max", + "type": "float", + "setter": "set_max", + "getter": "get_max", + "default": "1.0" + }, + { + "name": "min", + "type": "float", + "setter": "set_min", + "getter": "get_min", + "default": "0.0" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "0.1" + } + ] + }, + { + "name": "Control", + "inherits": "CanvasItem", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_drop_data", + "return_type": "bool", + "params": [ + { + "name": "at_position", + "type": "Vector2", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_drop_data", + "return_type": "void", + "params": [ + { + "name": "at_position", + "type": "Vector2", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_drag_data", + "return_type": "Variant", + "params": [ + { + "name": "at_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_tooltip", + "return_type": "String", + "params": [ + { + "name": "at_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_gui_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_point", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_make_custom_tooltip", + "return_type": "Object", + "params": [ + { + "name": "for_text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_structured_text_parser", + "return_type": "Vector3i[]", + "params": [ + { + "name": "args", + "type": "Array", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "accept_event", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "add_theme_color_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_constant_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "constant", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_font_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_font_size_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_icon_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_stylebox_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "stylebox", + "type": "StyleBox", + "default": null + } + ], + "description": "" + }, + { + "name": "begin_bulk_theme_override", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "end_bulk_theme_override", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "find_next_valid_focus", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "find_prev_valid_focus", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "find_valid_focus_neighbor", + "return_type": "Control", + "params": [ + { + "name": "side", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "force_drag", + "return_type": "void", + "params": [ + { + "name": "data", + "type": "Variant", + "default": null + }, + { + "name": "preview", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "get_anchor", + "return_type": "float", + "params": [ + { + "name": "side", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_begin", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_combined_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_cursor_shape", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "get_end", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_focus_neighbor", + "return_type": "NodePath", + "params": [ + { + "name": "side", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_global_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "get_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_offset", + "return_type": "float", + "params": [ + { + "name": "offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parent_area_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_parent_control", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "get_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "get_screen_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_theme_color", + "return_type": "Color", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_constant", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_default_base_scale", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_theme_default_font", + "return_type": "Font", + "params": [], + "description": "" + }, + { + "name": "get_theme_default_font_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_theme_font", + "return_type": "Font", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_font_size", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_stylebox", + "return_type": "StyleBox", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_tooltip", + "return_type": "String", + "params": [ + { + "name": "at_position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "grab_click_focus", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "grab_focus", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "has_focus", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_theme_color", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_color_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_constant", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_constant_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_font", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_font_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_font_size", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_font_size_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_icon", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_icon_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_stylebox", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_stylebox_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_drag_successful", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_layout_rtl", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "release_focus", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_theme_color_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_constant_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_font_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_font_size_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_icon_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_stylebox_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "reset_size", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_anchor", + "return_type": "void", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "anchor", + "type": "float", + "default": null + }, + { + "name": "keep_offset", + "type": "bool", + "default": "false" + }, + { + "name": "push_opposite_anchor", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_anchor_and_offset", + "return_type": "void", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "anchor", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + }, + { + "name": "push_opposite_anchor", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_anchors_and_offsets_preset", + "return_type": "void", + "params": [ + { + "name": "preset", + "type": "int", + "default": null + }, + { + "name": "resize_mode", + "type": "int", + "default": "0" + }, + { + "name": "margin", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_anchors_preset", + "return_type": "void", + "params": [ + { + "name": "preset", + "type": "int", + "default": null + }, + { + "name": "keep_offsets", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_begin", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_drag_forwarding", + "return_type": "void", + "params": [ + { + "name": "drag_func", + "type": "Callable", + "default": null + }, + { + "name": "can_drop_func", + "type": "Callable", + "default": null + }, + { + "name": "drop_func", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "set_drag_preview", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "set_end", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_focus_neighbor", + "return_type": "void", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "neighbor", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_global_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "keep_offsets", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_offset", + "return_type": "void", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_offsets_preset", + "return_type": "void", + "params": [ + { + "name": "preset", + "type": "int", + "default": null + }, + { + "name": "resize_mode", + "type": "int", + "default": "0" + }, + { + "name": "margin", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "keep_offsets", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "keep_offsets", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "update_minimum_size", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "warp_mouse", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "anchor_bottom", + "type": "float", + "setter": "_set_anchor", + "getter": "get_anchor", + "default": "0.0" + }, + { + "name": "anchor_left", + "type": "float", + "setter": "_set_anchor", + "getter": "get_anchor", + "default": "0.0" + }, + { + "name": "anchor_right", + "type": "float", + "setter": "_set_anchor", + "getter": "get_anchor", + "default": "0.0" + }, + { + "name": "anchor_top", + "type": "float", + "setter": "_set_anchor", + "getter": "get_anchor", + "default": "0.0" + }, + { + "name": "auto_translate", + "type": "bool", + "setter": "set_auto_translate", + "getter": "is_auto_translating", + "default": "true" + }, + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "false" + }, + { + "name": "custom_minimum_size", + "type": "Vector2", + "setter": "set_custom_minimum_size", + "getter": "get_custom_minimum_size", + "default": "Vector2(0, 0)" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "0" + }, + { + "name": "focus_neighbor_bottom", + "type": "NodePath", + "setter": "set_focus_neighbor", + "getter": "get_focus_neighbor", + "default": "NodePath(\"\")" + }, + { + "name": "focus_neighbor_left", + "type": "NodePath", + "setter": "set_focus_neighbor", + "getter": "get_focus_neighbor", + "default": "NodePath(\"\")" + }, + { + "name": "focus_neighbor_right", + "type": "NodePath", + "setter": "set_focus_neighbor", + "getter": "get_focus_neighbor", + "default": "NodePath(\"\")" + }, + { + "name": "focus_neighbor_top", + "type": "NodePath", + "setter": "set_focus_neighbor", + "getter": "get_focus_neighbor", + "default": "NodePath(\"\")" + }, + { + "name": "focus_next", + "type": "NodePath", + "setter": "set_focus_next", + "getter": "get_focus_next", + "default": "NodePath(\"\")" + }, + { + "name": "focus_previous", + "type": "NodePath", + "setter": "set_focus_previous", + "getter": "get_focus_previous", + "default": "NodePath(\"\")" + }, + { + "name": "global_position", + "type": "Vector2", + "setter": "_set_global_position", + "getter": "get_global_position", + "default": "" + }, + { + "name": "grow_horizontal", + "type": "int", + "setter": "set_h_grow_direction", + "getter": "get_h_grow_direction", + "default": "1" + }, + { + "name": "grow_vertical", + "type": "int", + "setter": "set_v_grow_direction", + "getter": "get_v_grow_direction", + "default": "1" + }, + { + "name": "layout_direction", + "type": "int", + "setter": "set_layout_direction", + "getter": "get_layout_direction", + "default": "0" + }, + { + "name": "localize_numeral_system", + "type": "bool", + "setter": "set_localize_numeral_system", + "getter": "is_localizing_numeral_system", + "default": "true" + }, + { + "name": "mouse_default_cursor_shape", + "type": "int", + "setter": "set_default_cursor_shape", + "getter": "get_default_cursor_shape", + "default": "0" + }, + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "0" + }, + { + "name": "mouse_force_pass_scroll_events", + "type": "bool", + "setter": "set_force_pass_scroll_events", + "getter": "is_force_pass_scroll_events", + "default": "true" + }, + { + "name": "offset_bottom", + "type": "float", + "setter": "set_offset", + "getter": "get_offset", + "default": "0.0" + }, + { + "name": "offset_left", + "type": "float", + "setter": "set_offset", + "getter": "get_offset", + "default": "0.0" + }, + { + "name": "offset_right", + "type": "float", + "setter": "set_offset", + "getter": "get_offset", + "default": "0.0" + }, + { + "name": "offset_top", + "type": "float", + "setter": "set_offset", + "getter": "get_offset", + "default": "0.0" + }, + { + "name": "pivot_offset", + "type": "Vector2", + "setter": "set_pivot_offset", + "getter": "get_pivot_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "position", + "type": "Vector2", + "setter": "_set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + }, + { + "name": "rotation", + "type": "float", + "setter": "set_rotation", + "getter": "get_rotation", + "default": "0.0" + }, + { + "name": "rotation_degrees", + "type": "float", + "setter": "set_rotation_degrees", + "getter": "get_rotation_degrees", + "default": "" + }, + { + "name": "scale", + "type": "Vector2", + "setter": "set_scale", + "getter": "get_scale", + "default": "Vector2(1, 1)" + }, + { + "name": "shortcut_context", + "type": "Node", + "setter": "set_shortcut_context", + "getter": "get_shortcut_context", + "default": "" + }, + { + "name": "size", + "type": "Vector2", + "setter": "_set_size", + "getter": "get_size", + "default": "Vector2(0, 0)" + }, + { + "name": "size_flags_horizontal", + "type": "int", + "setter": "set_h_size_flags", + "getter": "get_h_size_flags", + "default": "1" + }, + { + "name": "size_flags_stretch_ratio", + "type": "float", + "setter": "set_stretch_ratio", + "getter": "get_stretch_ratio", + "default": "1.0" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + }, + { + "name": "theme", + "type": "Theme", + "setter": "set_theme", + "getter": "get_theme", + "default": "" + }, + { + "name": "theme_type_variation", + "type": "StringName", + "setter": "set_theme_type_variation", + "getter": "get_theme_type_variation", + "default": "&\"\"" + }, + { + "name": "tooltip_text", + "type": "String", + "setter": "set_tooltip_text", + "getter": "get_tooltip_text", + "default": "\"\"" + } + ] + }, + { + "name": "VisualShaderNodeSDFToScreenUV", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PhysicsDirectSpaceState2D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "cast_motion", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters2D", + "default": null + } + ], + "description": "" + }, + { + "name": "collide_shape", + "return_type": "Vector2[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters2D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + }, + { + "name": "get_rest_info", + "return_type": "Dictionary", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters2D", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_point", + "return_type": "Dictionary[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsPointQueryParameters2D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + }, + { + "name": "intersect_ray", + "return_type": "Dictionary", + "params": [ + { + "name": "parameters", + "type": "PhysicsRayQueryParameters2D", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_shape", + "return_type": "Dictionary[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters2D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "LightmapGI", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "bias", + "type": "float", + "setter": "set_bias", + "getter": "get_bias", + "default": "0.0005" + }, + { + "name": "bounce_indirect_energy", + "type": "float", + "setter": "set_bounce_indirect_energy", + "getter": "get_bounce_indirect_energy", + "default": "1.0" + }, + { + "name": "bounces", + "type": "int", + "setter": "set_bounces", + "getter": "get_bounces", + "default": "3" + }, + { + "name": "camera_attributes", + "type": "CameraAttributes", + "setter": "set_camera_attributes", + "getter": "get_camera_attributes", + "default": "" + }, + { + "name": "denoiser_strength", + "type": "float", + "setter": "set_denoiser_strength", + "getter": "get_denoiser_strength", + "default": "0.1" + }, + { + "name": "directional", + "type": "bool", + "setter": "set_directional", + "getter": "is_directional", + "default": "false" + }, + { + "name": "environment_custom_color", + "type": "Color", + "setter": "set_environment_custom_color", + "getter": "get_environment_custom_color", + "default": "" + }, + { + "name": "environment_custom_energy", + "type": "float", + "setter": "set_environment_custom_energy", + "getter": "get_environment_custom_energy", + "default": "" + }, + { + "name": "environment_custom_sky", + "type": "Sky", + "setter": "set_environment_custom_sky", + "getter": "get_environment_custom_sky", + "default": "" + }, + { + "name": "environment_mode", + "type": "int", + "setter": "set_environment_mode", + "getter": "get_environment_mode", + "default": "1" + }, + { + "name": "generate_probes_subdiv", + "type": "int", + "setter": "set_generate_probes", + "getter": "get_generate_probes", + "default": "2" + }, + { + "name": "interior", + "type": "bool", + "setter": "set_interior", + "getter": "is_interior", + "default": "false" + }, + { + "name": "light_data", + "type": "LightmapGIData", + "setter": "set_light_data", + "getter": "get_light_data", + "default": "" + }, + { + "name": "max_texture_size", + "type": "int", + "setter": "set_max_texture_size", + "getter": "get_max_texture_size", + "default": "16384" + }, + { + "name": "quality", + "type": "int", + "setter": "set_bake_quality", + "getter": "get_bake_quality", + "default": "1" + }, + { + "name": "use_denoiser", + "type": "bool", + "setter": "set_use_denoiser", + "getter": "is_using_denoiser", + "default": "true" + }, + { + "name": "use_texture_for_bounces", + "type": "bool", + "setter": "set_use_texture_for_bounces", + "getter": "is_using_texture_for_bounces", + "default": "true" + } + ] + }, + { + "name": "DirectionalLight2D", + "inherits": "Light2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "0.0" + }, + { + "name": "max_distance", + "type": "float", + "setter": "set_max_distance", + "getter": "get_max_distance", + "default": "10000.0" + } + ] + }, + { + "name": "RemoteTransform3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "force_update_cache", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "remote_path", + "type": "NodePath", + "setter": "set_remote_node", + "getter": "get_remote_node", + "default": "NodePath(\"\")" + }, + { + "name": "update_position", + "type": "bool", + "setter": "set_update_position", + "getter": "get_update_position", + "default": "true" + }, + { + "name": "update_rotation", + "type": "bool", + "setter": "set_update_rotation", + "getter": "get_update_rotation", + "default": "true" + }, + { + "name": "update_scale", + "type": "bool", + "setter": "set_update_scale", + "getter": "get_update_scale", + "default": "true" + }, + { + "name": "use_global_coordinates", + "type": "bool", + "setter": "set_use_global_coordinates", + "getter": "get_use_global_coordinates", + "default": "true" + } + ] + }, + { + "name": "GeometryInstance3D", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_instance_shader_parameter", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_instance_shader_parameter", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "cast_shadow", + "type": "int", + "setter": "set_cast_shadows_setting", + "getter": "get_cast_shadows_setting", + "default": "1" + }, + { + "name": "custom_aabb", + "type": "AABB", + "setter": "set_custom_aabb", + "getter": "get_custom_aabb", + "default": "AABB(0, 0, 0, 0, 0, 0)" + }, + { + "name": "extra_cull_margin", + "type": "float", + "setter": "set_extra_cull_margin", + "getter": "get_extra_cull_margin", + "default": "0.0" + }, + { + "name": "gi_lightmap_scale", + "type": "int", + "setter": "set_lightmap_scale", + "getter": "get_lightmap_scale", + "default": "0" + }, + { + "name": "gi_mode", + "type": "int", + "setter": "set_gi_mode", + "getter": "get_gi_mode", + "default": "1" + }, + { + "name": "ignore_occlusion_culling", + "type": "bool", + "setter": "set_ignore_occlusion_culling", + "getter": "is_ignoring_occlusion_culling", + "default": "false" + }, + { + "name": "lod_bias", + "type": "float", + "setter": "set_lod_bias", + "getter": "get_lod_bias", + "default": "1.0" + }, + { + "name": "material_overlay", + "type": "Material", + "setter": "set_material_overlay", + "getter": "get_material_overlay", + "default": "" + }, + { + "name": "material_override", + "type": "Material", + "setter": "set_material_override", + "getter": "get_material_override", + "default": "" + }, + { + "name": "transparency", + "type": "float", + "setter": "set_transparency", + "getter": "get_transparency", + "default": "0.0" + }, + { + "name": "visibility_range_begin", + "type": "float", + "setter": "set_visibility_range_begin", + "getter": "get_visibility_range_begin", + "default": "0.0" + }, + { + "name": "visibility_range_begin_margin", + "type": "float", + "setter": "set_visibility_range_begin_margin", + "getter": "get_visibility_range_begin_margin", + "default": "0.0" + }, + { + "name": "visibility_range_end", + "type": "float", + "setter": "set_visibility_range_end", + "getter": "get_visibility_range_end", + "default": "0.0" + }, + { + "name": "visibility_range_end_margin", + "type": "float", + "setter": "set_visibility_range_end_margin", + "getter": "get_visibility_range_end_margin", + "default": "0.0" + }, + { + "name": "visibility_range_fade_mode", + "type": "int", + "setter": "set_visibility_range_fade_mode", + "getter": "get_visibility_range_fade_mode", + "default": "0" + } + ] + }, + { + "name": "PhysicsDirectBodyState2DExtension", + "inherits": "PhysicsDirectBodyState2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_angular_velocity", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_center_of_mass", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_center_of_mass_local", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_constant_force", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_constant_torque", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_contact_collider", + "return_type": "RID", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_id", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_object", + "return_type": "Object", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_velocity_at_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_contact_impulse", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_normal", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_velocity_at_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_inverse_inertia", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_inverse_mass", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_linear_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_space_state", + "return_type": "PhysicsDirectSpaceState2D", + "params": [], + "description": "" + }, + { + "name": "_get_step", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_total_angular_damp", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_total_gravity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_total_linear_damp", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "_get_velocity_at_local_position", + "return_type": "Vector2", + "params": [ + { + "name": "local_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_integrate_forces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_is_sleeping", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_set_angular_velocity", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_linear_velocity", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_sleep_state", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_transform", + "return_type": "void", + "params": [ + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ConcavePolygonShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_faces", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "set_faces", + "return_type": "void", + "params": [ + { + "name": "faces", + "type": "PackedVector3Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "backface_collision", + "type": "bool", + "setter": "set_backface_collision_enabled", + "getter": "is_backface_collision_enabled", + "default": "false" + } + ] + }, + { + "name": "Node3D", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_gizmo", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "Node3DGizmo", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_gizmos", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_subgizmo_selection", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_update_transform", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_gizmos", + "return_type": "Node3DGizmo[]", + "params": [], + "description": "" + }, + { + "name": "get_parent_node_3d", + "return_type": "Node3D", + "params": [], + "description": "" + }, + { + "name": "get_world_3d", + "return_type": "World3D", + "params": [], + "description": "" + }, + { + "name": "global_rotate", + "return_type": "void", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "global_scale", + "return_type": "void", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "global_translate", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "hide", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_local_transform_notification_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_scale_disabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_transform_notification_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_visible_in_tree", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "look_at", + "return_type": "void", + "params": [ + { + "name": "target", + "type": "Vector3", + "default": null + }, + { + "name": "up", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "use_model_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "look_at_from_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector3", + "default": null + }, + { + "name": "target", + "type": "Vector3", + "default": null + }, + { + "name": "up", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "use_model_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "orthonormalize", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rotate", + "return_type": "void", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_object_local", + "return_type": "void", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_x", + "return_type": "void", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_y", + "return_type": "void", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_z", + "return_type": "void", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "scale_object_local", + "return_type": "void", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_scale", + "return_type": "void", + "params": [ + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_identity", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_ignore_transform_notification", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_notify_local_transform", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_notify_transform", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_subgizmo_selection", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "Node3DGizmo", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "show", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_global", + "return_type": "Vector3", + "params": [ + { + "name": "local_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "to_local", + "return_type": "Vector3", + "params": [ + { + "name": "global_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "translate", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "translate_object_local", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "update_gizmos", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "basis", + "type": "Basis", + "setter": "set_basis", + "getter": "get_basis", + "default": "" + }, + { + "name": "global_basis", + "type": "Basis", + "setter": "set_global_basis", + "getter": "get_global_basis", + "default": "" + }, + { + "name": "global_position", + "type": "Vector3", + "setter": "set_global_position", + "getter": "get_global_position", + "default": "" + }, + { + "name": "global_rotation", + "type": "Vector3", + "setter": "set_global_rotation", + "getter": "get_global_rotation", + "default": "" + }, + { + "name": "global_rotation_degrees", + "type": "Vector3", + "setter": "set_global_rotation_degrees", + "getter": "get_global_rotation_degrees", + "default": "" + }, + { + "name": "global_transform", + "type": "Transform3D", + "setter": "set_global_transform", + "getter": "get_global_transform", + "default": "" + }, + { + "name": "position", + "type": "Vector3", + "setter": "set_position", + "getter": "get_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "quaternion", + "type": "Quaternion", + "setter": "set_quaternion", + "getter": "get_quaternion", + "default": "" + }, + { + "name": "rotation", + "type": "Vector3", + "setter": "set_rotation", + "getter": "get_rotation", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "rotation_degrees", + "type": "Vector3", + "setter": "set_rotation_degrees", + "getter": "get_rotation_degrees", + "default": "" + }, + { + "name": "rotation_edit_mode", + "type": "int", + "setter": "set_rotation_edit_mode", + "getter": "get_rotation_edit_mode", + "default": "0" + }, + { + "name": "rotation_order", + "type": "int", + "setter": "set_rotation_order", + "getter": "get_rotation_order", + "default": "2" + }, + { + "name": "scale", + "type": "Vector3", + "setter": "set_scale", + "getter": "get_scale", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "top_level", + "type": "bool", + "setter": "set_as_top_level", + "getter": "is_set_as_top_level", + "default": "false" + }, + { + "name": "transform", + "type": "Transform3D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "visibility_parent", + "type": "NodePath", + "setter": "set_visibility_parent", + "getter": "get_visibility_parent", + "default": "NodePath(\"\")" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "true" + } + ] + }, + { + "name": "ResourceImporterTexture", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "compress/channel_pack", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "compress/hdr_compression", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "compress/high_quality", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "compress/lossy_quality", + "type": "float", + "setter": "", + "getter": "", + "default": "0.7" + }, + { + "name": "compress/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "compress/normal_map", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "detect_3d/compress_to", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "editor/convert_colors_with_editor_theme", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "editor/scale_with_editor_scale", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "mipmaps/generate", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "mipmaps/limit", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "process/fix_alpha_border", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "process/hdr_as_srgb", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "process/hdr_clamp_exposure", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "process/normal_map_invert_y", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "process/premult_alpha", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "process/size_limit", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "roughness/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "roughness/src_normal", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "svg/scale", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + } + ] + }, + { + "name": "AudioStreamGeneratorPlayback", + "inherits": "AudioStreamPlaybackResampled", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "can_push_buffer", + "return_type": "bool", + "params": [ + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_buffer", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_frames_available", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_skips", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "push_buffer", + "return_type": "bool", + "params": [ + { + "name": "frames", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "push_frame", + "return_type": "bool", + "params": [ + { + "name": "frame", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsTestMotionResult3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_collider", + "return_type": "Object", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_id", + "return_type": "int", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_velocity", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_depth", + "return_type": "float", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_local_shape", + "return_type": "int", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_safe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_collision_unsafe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_remainder", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_travel", + "return_type": "Vector3", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationNode", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_caption", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_child_by_name", + "return_type": "AnimationNode", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_child_nodes", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "_get_parameter_default_value", + "return_type": "Variant", + "params": [ + { + "name": "parameter", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_parameter_list", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "_has_filter", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_parameter_read_only", + "return_type": "bool", + "params": [ + { + "name": "parameter", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_process", + "return_type": "float", + "params": [ + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "seek", + "type": "bool", + "default": null + }, + { + "name": "is_external_seeking", + "type": "bool", + "default": null + }, + { + "name": "test_only", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "add_input", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "blend_animation", + "return_type": "void", + "params": [ + { + "name": "animation", + "type": "StringName", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "seeked", + "type": "bool", + "default": null + }, + { + "name": "is_external_seeking", + "type": "bool", + "default": null + }, + { + "name": "blend", + "type": "float", + "default": null + }, + { + "name": "looped_flag", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "blend_input", + "return_type": "float", + "params": [ + { + "name": "input_index", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "seek", + "type": "bool", + "default": null + }, + { + "name": "is_external_seeking", + "type": "bool", + "default": null + }, + { + "name": "blend", + "type": "float", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": "0" + }, + { + "name": "sync", + "type": "bool", + "default": "true" + }, + { + "name": "test_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "blend_node", + "return_type": "float", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "node", + "type": "AnimationNode", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "seek", + "type": "bool", + "default": null + }, + { + "name": "is_external_seeking", + "type": "bool", + "default": null + }, + { + "name": "blend", + "type": "float", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": "0" + }, + { + "name": "sync", + "type": "bool", + "default": "true" + }, + { + "name": "test_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "find_input", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_input_name", + "return_type": "String", + "params": [ + { + "name": "input", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parameter", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_path_filtered", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_input", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_filter_path", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_name", + "return_type": "bool", + "params": [ + { + "name": "input", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_parameter", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "filter_enabled", + "type": "bool", + "setter": "set_filter_enabled", + "getter": "is_filter_enabled", + "default": "" + } + ] + }, + { + "name": "Callable", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bind", + "return_type": "Callable", + "params": [], + "description": "" + }, + { + "name": "bindv", + "return_type": "Callable", + "params": [ + { + "name": "arguments", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "call", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "call_deferred", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "callv", + "return_type": "Variant", + "params": [ + { + "name": "arguments", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bound_arguments", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_bound_arguments_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_method", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_object", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_object_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_custom", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_null", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_standard", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "rpc", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rpc_id", + "return_type": "void", + "params": [ + { + "name": "peer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "unbind", + "return_type": "Callable", + "params": [ + { + "name": "argcount", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "InputEventMouseButton", + "inherits": "InputEventMouse", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "button_index", + "type": "int", + "setter": "set_button_index", + "getter": "get_button_index", + "default": "0" + }, + { + "name": "canceled", + "type": "bool", + "setter": "set_canceled", + "getter": "is_canceled", + "default": "false" + }, + { + "name": "double_click", + "type": "bool", + "setter": "set_double_click", + "getter": "is_double_click", + "default": "false" + }, + { + "name": "factor", + "type": "float", + "setter": "set_factor", + "getter": "get_factor", + "default": "1.0" + }, + { + "name": "pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + } + ] + }, + { + "name": "PlaceholderCubemap", + "inherits": "PlaceholderTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Translation", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_message", + "return_type": "StringName", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_plural_message", + "return_type": "StringName", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "src_plural_message", + "type": "StringName", + "default": null + }, + { + "name": "n", + "type": "int", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_message", + "return_type": "void", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "xlated_message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "add_plural_message", + "return_type": "void", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "xlated_messages", + "type": "PackedStringArray", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "erase_message", + "return_type": "void", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_message", + "return_type": "StringName", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_message_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_message_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_plural_message", + "return_type": "StringName", + "params": [ + { + "name": "src_message", + "type": "StringName", + "default": null + }, + { + "name": "src_plural_message", + "type": "StringName", + "default": null + }, + { + "name": "n", + "type": "int", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_translated_message_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "locale", + "type": "String", + "setter": "set_locale", + "getter": "get_locale", + "default": "\"en\"" + } + ] + }, + { + "name": "VisualInstance3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_base", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_instance", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_layer_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_base", + "return_type": "void", + "params": [ + { + "name": "base", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "layers", + "type": "int", + "setter": "set_layer_mask", + "getter": "get_layer_mask", + "default": "1" + }, + { + "name": "sorting_offset", + "type": "float", + "setter": "set_sorting_offset", + "getter": "get_sorting_offset", + "default": "0.0" + }, + { + "name": "sorting_use_aabb_center", + "type": "bool", + "setter": "set_sorting_use_aabb_center", + "getter": "is_sorting_use_aabb_center", + "default": "" + } + ] + }, + { + "name": "bool", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeTransformParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "Transform3D", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "PackedVector3Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedVector3Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Transform3D", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "affine_inverse", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "interpolate_with", + "return_type": "Transform3D", + "params": [ + { + "name": "xform", + "type": "Transform3D", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "inverse", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "xform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "looking_at", + "return_type": "Transform3D", + "params": [ + { + "name": "target", + "type": "Vector3", + "default": null + }, + { + "name": "up", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "use_model_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "orthonormalized", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "rotated", + "return_type": "Transform3D", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotated_local", + "return_type": "Transform3D", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "scaled", + "return_type": "Transform3D", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "scaled_local", + "return_type": "Transform3D", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "translated", + "return_type": "Transform3D", + "params": [ + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "translated_local", + "return_type": "Transform3D", + "params": [ + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "basis", + "type": "Basis", + "setter": "", + "getter": "", + "default": "Basis(1, 0, 0, 0, 1, 0, 0, 0, 1)" + }, + { + "name": "origin", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "AtlasTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "atlas", + "type": "Texture2D", + "setter": "set_atlas", + "getter": "get_atlas", + "default": "" + }, + { + "name": "filter_clip", + "type": "bool", + "setter": "set_filter_clip", + "getter": "has_filter_clip", + "default": "false" + }, + { + "name": "margin", + "type": "Rect2", + "setter": "set_margin", + "getter": "get_margin", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "region", + "type": "Rect2", + "setter": "set_region", + "getter": "get_region", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + } + ] + }, + { + "name": "TextureProgressBar", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_stretch_margin", + "return_type": "int", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stretch_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "fill_mode", + "type": "int", + "setter": "set_fill_mode", + "getter": "get_fill_mode", + "default": "0" + }, + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "1" + }, + { + "name": "nine_patch_stretch", + "type": "bool", + "setter": "set_nine_patch_stretch", + "getter": "get_nine_patch_stretch", + "default": "false" + }, + { + "name": "radial_center_offset", + "type": "Vector2", + "setter": "set_radial_center_offset", + "getter": "get_radial_center_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "radial_fill_degrees", + "type": "float", + "setter": "set_fill_degrees", + "getter": "get_fill_degrees", + "default": "360.0" + }, + { + "name": "radial_initial_angle", + "type": "float", + "setter": "set_radial_initial_angle", + "getter": "get_radial_initial_angle", + "default": "0.0" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "1.0" + }, + { + "name": "stretch_margin_bottom", + "type": "int", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "default": "0" + }, + { + "name": "stretch_margin_left", + "type": "int", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "default": "0" + }, + { + "name": "stretch_margin_right", + "type": "int", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "default": "0" + }, + { + "name": "stretch_margin_top", + "type": "int", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "default": "0" + }, + { + "name": "texture_over", + "type": "Texture2D", + "setter": "set_over_texture", + "getter": "get_over_texture", + "default": "" + }, + { + "name": "texture_progress", + "type": "Texture2D", + "setter": "set_progress_texture", + "getter": "get_progress_texture", + "default": "" + }, + { + "name": "texture_progress_offset", + "type": "Vector2", + "setter": "set_texture_progress_offset", + "getter": "get_texture_progress_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "texture_under", + "type": "Texture2D", + "setter": "set_under_texture", + "getter": "get_under_texture", + "default": "" + }, + { + "name": "tint_over", + "type": "Color", + "setter": "set_tint_over", + "getter": "get_tint_over", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "tint_progress", + "type": "Color", + "setter": "set_tint_progress", + "getter": "get_tint_progress", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "tint_under", + "type": "Color", + "setter": "set_tint_under", + "getter": "get_tint_under", + "default": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "VisualShaderNodeIntFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "2" + } + ] + }, + { + "name": "Image", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "adjust_bcs", + "return_type": "void", + "params": [ + { + "name": "brightness", + "type": "float", + "default": null + }, + { + "name": "contrast", + "type": "float", + "default": null + }, + { + "name": "saturation", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "blend_rect", + "return_type": "void", + "params": [ + { + "name": "src", + "type": "Image", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2i", + "default": null + }, + { + "name": "dst", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "blend_rect_mask", + "return_type": "void", + "params": [ + { + "name": "src", + "type": "Image", + "default": null + }, + { + "name": "mask", + "type": "Image", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2i", + "default": null + }, + { + "name": "dst", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "blit_rect", + "return_type": "void", + "params": [ + { + "name": "src", + "type": "Image", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2i", + "default": null + }, + { + "name": "dst", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "blit_rect_mask", + "return_type": "void", + "params": [ + { + "name": "src", + "type": "Image", + "default": null + }, + { + "name": "mask", + "type": "Image", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2i", + "default": null + }, + { + "name": "dst", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "bump_map_to_normal_map", + "return_type": "void", + "params": [ + { + "name": "bump_scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "clear_mipmaps", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "compress", + "return_type": "int", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "source", + "type": "int", + "default": "0" + }, + { + "name": "astc_format", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "compress_from_channels", + "return_type": "int", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "channels", + "type": "int", + "default": null + }, + { + "name": "astc_format", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "compute_image_metrics", + "return_type": "Dictionary", + "params": [ + { + "name": "compared_image", + "type": "Image", + "default": null + }, + { + "name": "use_luma", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "convert", + "return_type": "void", + "params": [ + { + "name": "format", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "copy_from", + "return_type": "void", + "params": [ + { + "name": "src", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "create", + "return_type": "Image", + "params": [ + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "use_mipmaps", + "type": "bool", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_from_data", + "return_type": "Image", + "params": [ + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "use_mipmaps", + "type": "bool", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "crop", + "return_type": "void", + "params": [ + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decompress", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "detect_alpha", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "detect_used_channels", + "return_type": "int", + "params": [ + { + "name": "source", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "fill_rect", + "return_type": "void", + "params": [ + { + "name": "rect", + "type": "Rect2i", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "fix_alpha_edges", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "flip_x", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "flip_y", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "generate_mipmaps", + "return_type": "int", + "params": [ + { + "name": "renormalize", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_data", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_mipmap_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_mipmap_offset", + "return_type": "int", + "params": [ + { + "name": "mipmap", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pixel", + "return_type": "Color", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pixelv", + "return_type": "Color", + "params": [ + { + "name": "point", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_region", + "return_type": "Image", + "params": [ + { + "name": "region", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_used_rect", + "return_type": "Rect2i", + "params": [], + "description": "" + }, + { + "name": "get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_mipmaps", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_compressed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_invisible", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_bmp_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_from_file", + "return_type": "Image", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_jpg_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_ktx_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_png_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_svg_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "load_svg_from_string", + "return_type": "int", + "params": [ + { + "name": "svg_str", + "type": "String", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "load_tga_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_webp_from_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "normal_map_to_xy", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "premultiply_alpha", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "resize", + "return_type": "void", + "params": [ + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "interpolation", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "resize_to_po2", + "return_type": "void", + "params": [ + { + "name": "square", + "type": "bool", + "default": "false" + }, + { + "name": "interpolation", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "rgbe_to_srgb", + "return_type": "Image", + "params": [], + "description": "" + }, + { + "name": "rotate_90", + "return_type": "void", + "params": [ + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_180", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "save_exr", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "grayscale", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "save_exr_to_buffer", + "return_type": "PackedByteArray", + "params": [ + { + "name": "grayscale", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "save_jpg", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "quality", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "save_jpg_to_buffer", + "return_type": "PackedByteArray", + "params": [ + { + "name": "quality", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "save_png", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save_png_to_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "save_webp", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "lossy", + "type": "bool", + "default": "false" + }, + { + "name": "quality", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "save_webp_to_buffer", + "return_type": "PackedByteArray", + "params": [ + { + "name": "lossy", + "type": "bool", + "default": "false" + }, + { + "name": "quality", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "set_data", + "return_type": "void", + "params": [ + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "use_mipmaps", + "type": "bool", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "set_pixel", + "return_type": "void", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_pixelv", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "Vector2i", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "shrink_x2", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "srgb_to_linear", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "data", + "type": "Dictionary", + "setter": "_set_data", + "getter": "_get_data", + "default": "{ \"data\": PackedByteArray(), \"format\": \"Lum8\", \"height\": 0, \"mipmaps\": false, \"width\": 0 }" + } + ] + }, + { + "name": "Area3D", + "inherits": "CollisionObject3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_overlapping_areas", + "return_type": "Area3D[]", + "params": [], + "description": "" + }, + { + "name": "get_overlapping_bodies", + "return_type": "Node3D[]", + "params": [], + "description": "" + }, + { + "name": "has_overlapping_areas", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_overlapping_bodies", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "overlaps_area", + "return_type": "bool", + "params": [ + { + "name": "area", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "overlaps_body", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_damp", + "type": "float", + "setter": "set_angular_damp", + "getter": "get_angular_damp", + "default": "0.1" + }, + { + "name": "angular_damp_space_override", + "type": "int", + "setter": "set_angular_damp_space_override_mode", + "getter": "get_angular_damp_space_override_mode", + "default": "0" + }, + { + "name": "audio_bus_name", + "type": "StringName", + "setter": "set_audio_bus_name", + "getter": "get_audio_bus_name", + "default": "&\"Master\"" + }, + { + "name": "audio_bus_override", + "type": "bool", + "setter": "set_audio_bus_override", + "getter": "is_overriding_audio_bus", + "default": "false" + }, + { + "name": "gravity", + "type": "float", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "9.8" + }, + { + "name": "gravity_direction", + "type": "Vector3", + "setter": "set_gravity_direction", + "getter": "get_gravity_direction", + "default": "Vector3(0, -1, 0)" + }, + { + "name": "gravity_point", + "type": "bool", + "setter": "set_gravity_is_point", + "getter": "is_gravity_a_point", + "default": "false" + }, + { + "name": "gravity_point_center", + "type": "Vector3", + "setter": "set_gravity_point_center", + "getter": "get_gravity_point_center", + "default": "Vector3(0, -1, 0)" + }, + { + "name": "gravity_point_unit_distance", + "type": "float", + "setter": "set_gravity_point_unit_distance", + "getter": "get_gravity_point_unit_distance", + "default": "0.0" + }, + { + "name": "gravity_space_override", + "type": "int", + "setter": "set_gravity_space_override_mode", + "getter": "get_gravity_space_override_mode", + "default": "0" + }, + { + "name": "linear_damp", + "type": "float", + "setter": "set_linear_damp", + "getter": "get_linear_damp", + "default": "0.1" + }, + { + "name": "linear_damp_space_override", + "type": "int", + "setter": "set_linear_damp_space_override_mode", + "getter": "get_linear_damp_space_override_mode", + "default": "0" + }, + { + "name": "monitorable", + "type": "bool", + "setter": "set_monitorable", + "getter": "is_monitorable", + "default": "true" + }, + { + "name": "monitoring", + "type": "bool", + "setter": "set_monitoring", + "getter": "is_monitoring", + "default": "true" + }, + { + "name": "priority", + "type": "int", + "setter": "set_priority", + "getter": "get_priority", + "default": "0" + }, + { + "name": "reverb_bus_amount", + "type": "float", + "setter": "set_reverb_amount", + "getter": "get_reverb_amount", + "default": "0.0" + }, + { + "name": "reverb_bus_enabled", + "type": "bool", + "setter": "set_use_reverb_bus", + "getter": "is_using_reverb_bus", + "default": "false" + }, + { + "name": "reverb_bus_name", + "type": "StringName", + "setter": "set_reverb_bus_name", + "getter": "get_reverb_bus_name", + "default": "&\"Master\"" + }, + { + "name": "reverb_bus_uniformity", + "type": "float", + "setter": "set_reverb_uniformity", + "getter": "get_reverb_uniformity", + "default": "0.0" + }, + { + "name": "wind_attenuation_factor", + "type": "float", + "setter": "set_wind_attenuation_factor", + "getter": "get_wind_attenuation_factor", + "default": "0.0" + }, + { + "name": "wind_force_magnitude", + "type": "float", + "setter": "set_wind_force_magnitude", + "getter": "get_wind_force_magnitude", + "default": "0.0" + }, + { + "name": "wind_source_path", + "type": "NodePath", + "setter": "set_wind_source_path", + "getter": "get_wind_source_path", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "ViewportTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "viewport_path", + "type": "NodePath", + "setter": "set_viewport_path_in_scene", + "getter": "get_viewport_path_in_scene", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "PackedFloat32Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedFloat32Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "SpringArm3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_excluded_object", + "return_type": "void", + "params": [ + { + "name": "RID", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_excluded_objects", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_hit_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "remove_excluded_object", + "return_type": "bool", + "params": [ + { + "name": "RID", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.01" + }, + { + "name": "shape", + "type": "Shape3D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "spring_length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "1.0" + } + ] + }, + { + "name": "AspectRatioContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "alignment_horizontal", + "type": "int", + "setter": "set_alignment_horizontal", + "getter": "get_alignment_horizontal", + "default": "1" + }, + { + "name": "alignment_vertical", + "type": "int", + "setter": "set_alignment_vertical", + "getter": "get_alignment_vertical", + "default": "1" + }, + { + "name": "ratio", + "type": "float", + "setter": "set_ratio", + "getter": "get_ratio", + "default": "1.0" + }, + { + "name": "stretch_mode", + "type": "int", + "setter": "set_stretch_mode", + "getter": "get_stretch_mode", + "default": "2" + } + ] + }, + { + "name": "SkeletonProfile", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "find_bone", + "return_type": "int", + "params": [ + { + "name": "bone_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_name", + "return_type": "StringName", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_parent", + "return_type": "StringName", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_tail", + "return_type": "StringName", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_group", + "return_type": "StringName", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_group_name", + "return_type": "StringName", + "params": [ + { + "name": "group_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_handle_offset", + "return_type": "Vector2", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_reference_pose", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tail_direction", + "return_type": "int", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "group_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_name", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "bone_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_parent", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "bone_parent", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_tail", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "bone_tail", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_group", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "group", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_group_name", + "return_type": "void", + "params": [ + { + "name": "group_idx", + "type": "int", + "default": null + }, + { + "name": "group_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_handle_offset", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "handle_offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_reference_pose", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "bone_name", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tail_direction", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "tail_direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture", + "return_type": "void", + "params": [ + { + "name": "group_idx", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bone_size", + "type": "int", + "setter": "set_bone_size", + "getter": "get_bone_size", + "default": "0" + }, + { + "name": "group_size", + "type": "int", + "setter": "set_group_size", + "getter": "get_group_size", + "default": "0" + }, + { + "name": "root_bone", + "type": "StringName", + "setter": "set_root_bone", + "getter": "get_root_bone", + "default": "&\"\"" + }, + { + "name": "scale_base_bone", + "type": "StringName", + "setter": "set_scale_base_bone", + "getter": "get_scale_base_bone", + "default": "&\"\"" + } + ] + }, + { + "name": "EditorPlugin", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_apply_changes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_build", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_disable_plugin", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_edit", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_enable_plugin", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_forward_3d_draw_over_viewport", + "return_type": "void", + "params": [ + { + "name": "viewport_control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "_forward_3d_force_draw_over_viewport", + "return_type": "void", + "params": [ + { + "name": "viewport_control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "_forward_3d_gui_input", + "return_type": "int", + "params": [ + { + "name": "viewport_camera", + "type": "Camera3D", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_forward_canvas_draw_over_viewport", + "return_type": "void", + "params": [ + { + "name": "viewport_control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "_forward_canvas_force_draw_over_viewport", + "return_type": "void", + "params": [ + { + "name": "viewport_control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "_forward_canvas_gui_input", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_breakpoints", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_plugin_icon", + "return_type": "Texture2D", + "params": [], + "description": "" + }, + { + "name": "_get_plugin_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_state", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "_get_unsaved_status", + "return_type": "String", + "params": [ + { + "name": "for_scene", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_window_layout", + "return_type": "void", + "params": [ + { + "name": "configuration", + "type": "ConfigFile", + "default": null + } + ], + "description": "" + }, + { + "name": "_handles", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_main_screen", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_make_visible", + "return_type": "void", + "params": [ + { + "name": "visible", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_save_external_data", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_set_state", + "return_type": "void", + "params": [ + { + "name": "state", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_window_layout", + "return_type": "void", + "params": [ + { + "name": "configuration", + "type": "ConfigFile", + "default": null + } + ], + "description": "" + }, + { + "name": "add_autoload_singleton", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_control_to_bottom_panel", + "return_type": "Button", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + }, + { + "name": "title", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_control_to_container", + "return_type": "void", + "params": [ + { + "name": "container", + "type": "int", + "default": null + }, + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "add_control_to_dock", + "return_type": "void", + "params": [ + { + "name": "slot", + "type": "int", + "default": null + }, + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "add_custom_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "String", + "default": null + }, + { + "name": "base", + "type": "String", + "default": null + }, + { + "name": "script", + "type": "Script", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_debugger_plugin", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "EditorDebuggerPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_export_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorExportPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_import_plugin", + "return_type": "void", + "params": [ + { + "name": "importer", + "type": "EditorImportPlugin", + "default": null + }, + { + "name": "first_priority", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_inspector_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorInspectorPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_node_3d_gizmo_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorNode3DGizmoPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_resource_conversion_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorResourceConversionPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_scene_format_importer_plugin", + "return_type": "void", + "params": [ + { + "name": "scene_format_importer", + "type": "EditorSceneFormatImporter", + "default": null + }, + { + "name": "first_priority", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_scene_post_import_plugin", + "return_type": "void", + "params": [ + { + "name": "scene_import_plugin", + "type": "EditorScenePostImportPlugin", + "default": null + }, + { + "name": "first_priority", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_tool_menu_item", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "add_tool_submenu_item", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "submenu", + "type": "PopupMenu", + "default": null + } + ], + "description": "" + }, + { + "name": "add_translation_parser_plugin", + "return_type": "void", + "params": [ + { + "name": "parser", + "type": "EditorTranslationParserPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_redo_inspector_hook_callback", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "get_editor_interface", + "return_type": "EditorInterface", + "params": [], + "description": "" + }, + { + "name": "get_export_as_menu", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "get_plugin_version", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_script_create_dialog", + "return_type": "ScriptCreateDialog", + "params": [], + "description": "" + }, + { + "name": "get_undo_redo", + "return_type": "EditorUndoRedoManager", + "params": [], + "description": "" + }, + { + "name": "hide_bottom_panel", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "make_bottom_panel_item_visible", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_save_layout", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_autoload_singleton", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_control_from_bottom_panel", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_control_from_container", + "return_type": "void", + "params": [ + { + "name": "container", + "type": "int", + "default": null + }, + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_control_from_docks", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_custom_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_debugger_plugin", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "EditorDebuggerPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_export_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorExportPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_import_plugin", + "return_type": "void", + "params": [ + { + "name": "importer", + "type": "EditorImportPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_inspector_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorInspectorPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_node_3d_gizmo_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorNode3DGizmoPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_resource_conversion_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorResourceConversionPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_scene_format_importer_plugin", + "return_type": "void", + "params": [ + { + "name": "scene_format_importer", + "type": "EditorSceneFormatImporter", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_scene_post_import_plugin", + "return_type": "void", + "params": [ + { + "name": "scene_import_plugin", + "type": "EditorScenePostImportPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_tool_menu_item", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_translation_parser_plugin", + "return_type": "void", + "params": [ + { + "name": "parser", + "type": "EditorTranslationParserPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_undo_redo_inspector_hook_callback", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "set_force_draw_over_forwarding_enabled", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_input_event_forwarding_always_enabled", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "update_overlays", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "String", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "begins_with", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "bigrams", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "bin_to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "c_escape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "c_unescape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "capitalize", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "casecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "chr", + "return_type": "String", + "params": [ + { + "name": "char", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "contains", + "return_type": "bool", + "params": [ + { + "name": "what", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + }, + { + "name": "to", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "countn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + }, + { + "name": "to", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "dedent", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "ends_with", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "erase", + "return_type": "String", + "params": [ + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "chars", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "findn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "format", + "return_type": "String", + "params": [ + { + "name": "values", + "type": "Variant", + "default": null + }, + { + "name": "placeholder", + "type": "String", + "default": "\"{_}\"" + } + ], + "description": "" + }, + { + "name": "get_base_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_basename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_extension", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_file", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_slice", + "return_type": "String", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + }, + { + "name": "slice", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slice_count", + "return_type": "int", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slicec", + "return_type": "String", + "params": [ + { + "name": "delimiter", + "type": "int", + "default": null + }, + { + "name": "slice", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "hex_decode", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "hex_to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "humanize_size", + "return_type": "String", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "indent", + "return_type": "String", + "params": [ + { + "name": "prefix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "String", + "params": [ + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "what", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_absolute_path", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_relative_path", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_subsequence_of", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_subsequence_ofn", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_valid_filename", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_float", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_hex_number", + "return_type": "bool", + "params": [ + { + "name": "with_prefix", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_valid_html_color", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_identifier", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_int", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_ip_address", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "join", + "return_type": "String", + "params": [ + { + "name": "parts", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "json_escape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "left", + "return_type": "String", + "params": [ + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "length", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "lpad", + "return_type": "String", + "params": [ + { + "name": "min_length", + "type": "int", + "default": null + }, + { + "name": "character", + "type": "String", + "default": "\" \"" + } + ], + "description": "" + }, + { + "name": "lstrip", + "return_type": "String", + "params": [ + { + "name": "chars", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "match", + "return_type": "bool", + "params": [ + { + "name": "expr", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "matchn", + "return_type": "bool", + "params": [ + { + "name": "expr", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "md5_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "md5_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "naturalcasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "naturalnocasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "nocasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "num", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "float", + "default": null + }, + { + "name": "decimals", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "num_int64", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "int", + "default": null + }, + { + "name": "base", + "type": "int", + "default": "10" + }, + { + "name": "capitalize_hex", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "num_scientific", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "num_uint64", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "int", + "default": null + }, + { + "name": "base", + "type": "int", + "default": "10" + }, + { + "name": "capitalize_hex", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "pad_decimals", + "return_type": "String", + "params": [ + { + "name": "digits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pad_zeros", + "return_type": "String", + "params": [ + { + "name": "digits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "path_join", + "return_type": "String", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "repeat", + "return_type": "String", + "params": [ + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "replace", + "return_type": "String", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "forwhat", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "replacen", + "return_type": "String", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "forwhat", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "rfindn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "right", + "return_type": "String", + "params": [ + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rpad", + "return_type": "String", + "params": [ + { + "name": "min_length", + "type": "int", + "default": null + }, + { + "name": "character", + "type": "String", + "default": "\" \"" + } + ], + "description": "" + }, + { + "name": "rsplit", + "return_type": "PackedStringArray", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": "\"\"" + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + }, + { + "name": "maxsplit", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "rstrip", + "return_type": "String", + "params": [ + { + "name": "chars", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "sha1_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "sha1_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "sha256_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "sha256_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "similarity", + "return_type": "float", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "simplify_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "split", + "return_type": "PackedStringArray", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": "\"\"" + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + }, + { + "name": "maxsplit", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "split_floats", + "return_type": "PackedFloat64Array", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "strip_edges", + "return_type": "String", + "params": [ + { + "name": "left", + "type": "bool", + "default": "true" + }, + { + "name": "right", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "strip_escapes", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "substr", + "return_type": "String", + "params": [ + { + "name": "from", + "type": "int", + "default": null + }, + { + "name": "len", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "to_ascii_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_camel_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_float", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_lower", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_pascal_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_snake_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_upper", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_utf8_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_utf16_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_utf32_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_wchar_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "trim_prefix", + "return_type": "String", + "params": [ + { + "name": "prefix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "trim_suffix", + "return_type": "String", + "params": [ + { + "name": "suffix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "unicode_at", + "return_type": "int", + "params": [ + { + "name": "at", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "uri_decode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "uri_encode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "validate_filename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "validate_node_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "xml_escape", + "return_type": "String", + "params": [ + { + "name": "escape_quotes", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "xml_unescape", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "MultiMeshInstance3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "multimesh", + "type": "MultiMesh", + "setter": "set_multimesh", + "getter": "get_multimesh", + "default": "" + } + ] + }, + { + "name": "EditorResourcePreview", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_preview_generator", + "return_type": "void", + "params": [ + { + "name": "generator", + "type": "EditorResourcePreviewGenerator", + "default": null + } + ], + "description": "" + }, + { + "name": "check_for_invalidation", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_edited_resource_preview", + "return_type": "void", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "receiver", + "type": "Object", + "default": null + }, + { + "name": "receiver_func", + "type": "StringName", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_resource_preview", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "receiver", + "type": "Object", + "default": null + }, + { + "name": "receiver_func", + "type": "StringName", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_preview_generator", + "return_type": "void", + "params": [ + { + "name": "generator", + "type": "EditorResourcePreviewGenerator", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeProximityFade", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeVaryingSetter", + "inherits": "VisualShaderNodeVarying", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CheckButton", + "inherits": "Button", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_text_alignment", + "getter": "get_text_alignment", + "default": "0" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeUVPolarCoord", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "float", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Vector3", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "angle_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_derivative", + "return_type": "Vector3", + "params": [ + { + "name": "control_1", + "type": "Vector3", + "default": null + }, + { + "name": "control_2", + "type": "Vector3", + "default": null + }, + { + "name": "end", + "type": "Vector3", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_interpolate", + "return_type": "Vector3", + "params": [ + { + "name": "control_1", + "type": "Vector3", + "default": null + }, + { + "name": "control_2", + "type": "Vector3", + "default": null + }, + { + "name": "end", + "type": "Vector3", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bounce", + "return_type": "Vector3", + "params": [ + { + "name": "n", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "ceil", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector3", + "params": [ + { + "name": "min", + "type": "Vector3", + "default": null + }, + { + "name": "max", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "cross", + "return_type": "Vector3", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate", + "return_type": "Vector3", + "params": [ + { + "name": "b", + "type": "Vector3", + "default": null + }, + { + "name": "pre_a", + "type": "Vector3", + "default": null + }, + { + "name": "post_b", + "type": "Vector3", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector3", + "params": [ + { + "name": "b", + "type": "Vector3", + "default": null + }, + { + "name": "pre_a", + "type": "Vector3", + "default": null + }, + { + "name": "post_b", + "type": "Vector3", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "b_t", + "type": "float", + "default": null + }, + { + "name": "pre_a_t", + "type": "float", + "default": null + }, + { + "name": "post_b_t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "direction_to", + "return_type": "Vector3", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_squared_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "dot", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "floor", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "inverse", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_normalized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_zero_approx", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "lerp", + "return_type": "Vector3", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "limit_length", + "return_type": "Vector3", + "params": [ + { + "name": "length", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "move_toward", + "return_type": "Vector3", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "normalized", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "octahedron_decode", + "return_type": "Vector3", + "params": [ + { + "name": "uv", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "octahedron_encode", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "outer", + "return_type": "Basis", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "posmod", + "return_type": "Vector3", + "params": [ + { + "name": "mod", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "posmodv", + "return_type": "Vector3", + "params": [ + { + "name": "modv", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "project", + "return_type": "Vector3", + "params": [ + { + "name": "b", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "reflect", + "return_type": "Vector3", + "params": [ + { + "name": "n", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "rotated", + "return_type": "Vector3", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "round", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "signed_angle_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "axis", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "slerp", + "return_type": "Vector3", + "params": [ + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "slide", + "return_type": "Vector3", + "params": [ + { + "name": "n", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector3", + "params": [ + { + "name": "step", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "x", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "y", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "z", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "LightmapGIData", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_user", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + }, + { + "name": "uv_scale", + "type": "Rect2", + "default": null + }, + { + "name": "slice_index", + "type": "int", + "default": null + }, + { + "name": "sub_instance", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_users", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_user_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_user_path", + "return_type": "NodePath", + "params": [ + { + "name": "user_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_using_spherical_harmonics", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_uses_spherical_harmonics", + "return_type": "void", + "params": [ + { + "name": "uses_spherical_harmonics", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "light_texture", + "type": "TextureLayered", + "setter": "set_light_texture", + "getter": "get_light_texture", + "default": "" + }, + { + "name": "lightmap_textures", + "type": "TextureLayered[]", + "setter": "set_lightmap_textures", + "getter": "get_lightmap_textures", + "default": "[]" + } + ] + }, + { + "name": "AcceptDialog", + "inherits": "Window", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_button", + "return_type": "Button", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "right", + "type": "bool", + "default": "false" + }, + { + "name": "action", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "add_cancel_button", + "return_type": "Button", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_label", + "return_type": "Label", + "params": [], + "description": "" + }, + { + "name": "get_ok_button", + "return_type": "Button", + "params": [], + "description": "" + }, + { + "name": "register_text_enter", + "return_type": "void", + "params": [ + { + "name": "line_edit", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_button", + "return_type": "void", + "params": [ + { + "name": "button", + "type": "Control", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "dialog_autowrap", + "type": "bool", + "setter": "set_autowrap", + "getter": "has_autowrap", + "default": "false" + }, + { + "name": "dialog_close_on_escape", + "type": "bool", + "setter": "set_close_on_escape", + "getter": "get_close_on_escape", + "default": "true" + }, + { + "name": "dialog_hide_on_ok", + "type": "bool", + "setter": "set_hide_on_ok", + "getter": "get_hide_on_ok", + "default": "true" + }, + { + "name": "dialog_text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "exclusive", + "type": "bool", + "setter": "set_exclusive", + "getter": "is_exclusive", + "default": "true" + }, + { + "name": "keep_title_visible", + "type": "bool", + "setter": "set_keep_title_visible", + "getter": "get_keep_title_visible", + "default": "true" + }, + { + "name": "ok_button_text", + "type": "String", + "setter": "set_ok_button_text", + "getter": "get_ok_button_text", + "default": "\"OK\"" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Alert!\"" + }, + { + "name": "transient", + "type": "bool", + "setter": "set_transient", + "getter": "is_transient", + "default": "true" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "false" + }, + { + "name": "wrap_controls", + "type": "bool", + "setter": "set_wrap_controls", + "getter": "is_wrapping_controls", + "default": "true" + } + ] + }, + { + "name": "EngineProfiler", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_add_frame", + "return_type": "void", + "params": [ + { + "name": "data", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "_tick", + "return_type": "void", + "params": [ + { + "name": "frame_time", + "type": "float", + "default": null + }, + { + "name": "process_time", + "type": "float", + "default": null + }, + { + "name": "physics_time", + "type": "float", + "default": null + }, + { + "name": "physics_frame_time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_toggle", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "options", + "type": "Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationNodeTimeSeek", + "inherits": "AnimationNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MarginContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ParticleProcessMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_param_max", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_min", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_particle_flag", + "return_type": "bool", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_max", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_min", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_texture", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_particle_flag", + "return_type": "void", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alpha_curve", + "type": "Texture2D", + "setter": "set_alpha_curve", + "getter": "get_alpha_curve", + "default": "" + }, + { + "name": "angle_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "angle_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angle_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "angular_velocity_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "angular_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angular_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_offset_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "anim_offset_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_offset_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_speed_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "anim_speed_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_speed_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "attractor_interaction_enabled", + "type": "bool", + "setter": "set_attractor_interaction_enabled", + "getter": "is_attractor_interaction_enabled", + "default": "true" + }, + { + "name": "collision_bounce", + "type": "float", + "setter": "set_collision_bounce", + "getter": "get_collision_bounce", + "default": "" + }, + { + "name": "collision_friction", + "type": "float", + "setter": "set_collision_friction", + "getter": "get_collision_friction", + "default": "" + }, + { + "name": "collision_mode", + "type": "int", + "setter": "set_collision_mode", + "getter": "get_collision_mode", + "default": "0" + }, + { + "name": "collision_use_scale", + "type": "bool", + "setter": "set_collision_use_scale", + "getter": "is_collision_using_scale", + "default": "false" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "color_initial_ramp", + "type": "Texture2D", + "setter": "set_color_initial_ramp", + "getter": "get_color_initial_ramp", + "default": "" + }, + { + "name": "color_ramp", + "type": "Texture2D", + "setter": "set_color_ramp", + "getter": "get_color_ramp", + "default": "" + }, + { + "name": "damping_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "damping_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "damping_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "direction", + "type": "Vector3", + "setter": "set_direction", + "getter": "get_direction", + "default": "Vector3(1, 0, 0)" + }, + { + "name": "directional_velocity_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "directional_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "" + }, + { + "name": "directional_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "" + }, + { + "name": "emission_box_extents", + "type": "Vector3", + "setter": "set_emission_box_extents", + "getter": "get_emission_box_extents", + "default": "" + }, + { + "name": "emission_color_texture", + "type": "Texture2D", + "setter": "set_emission_color_texture", + "getter": "get_emission_color_texture", + "default": "" + }, + { + "name": "emission_curve", + "type": "Texture2D", + "setter": "set_emission_curve", + "getter": "get_emission_curve", + "default": "" + }, + { + "name": "emission_normal_texture", + "type": "Texture2D", + "setter": "set_emission_normal_texture", + "getter": "get_emission_normal_texture", + "default": "" + }, + { + "name": "emission_point_count", + "type": "int", + "setter": "set_emission_point_count", + "getter": "get_emission_point_count", + "default": "" + }, + { + "name": "emission_point_texture", + "type": "Texture2D", + "setter": "set_emission_point_texture", + "getter": "get_emission_point_texture", + "default": "" + }, + { + "name": "emission_ring_axis", + "type": "Vector3", + "setter": "set_emission_ring_axis", + "getter": "get_emission_ring_axis", + "default": "" + }, + { + "name": "emission_ring_height", + "type": "float", + "setter": "set_emission_ring_height", + "getter": "get_emission_ring_height", + "default": "" + }, + { + "name": "emission_ring_inner_radius", + "type": "float", + "setter": "set_emission_ring_inner_radius", + "getter": "get_emission_ring_inner_radius", + "default": "" + }, + { + "name": "emission_ring_radius", + "type": "float", + "setter": "set_emission_ring_radius", + "getter": "get_emission_ring_radius", + "default": "" + }, + { + "name": "emission_shape", + "type": "int", + "setter": "set_emission_shape", + "getter": "get_emission_shape", + "default": "0" + }, + { + "name": "emission_shape_offset", + "type": "Vector3", + "setter": "set_emission_shape_offset", + "getter": "get_emission_shape_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "emission_shape_scale", + "type": "Vector3", + "setter": "set_emission_shape_scale", + "getter": "get_emission_shape_scale", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "emission_sphere_radius", + "type": "float", + "setter": "set_emission_sphere_radius", + "getter": "get_emission_sphere_radius", + "default": "" + }, + { + "name": "flatness", + "type": "float", + "setter": "set_flatness", + "getter": "get_flatness", + "default": "0.0" + }, + { + "name": "gravity", + "type": "Vector3", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "Vector3(0, -9.8, 0)" + }, + { + "name": "hue_variation_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "hue_variation_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "hue_variation_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "inherit_velocity_ratio", + "type": "float", + "setter": "set_inherit_velocity_ratio", + "getter": "get_inherit_velocity_ratio", + "default": "0.0" + }, + { + "name": "initial_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "initial_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "lifetime_randomness", + "type": "float", + "setter": "set_lifetime_randomness", + "getter": "get_lifetime_randomness", + "default": "0.0" + }, + { + "name": "linear_accel_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "linear_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "linear_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "orbit_velocity_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "orbit_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "orbit_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "particle_flag_align_y", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "particle_flag_damping_as_friction", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "particle_flag_disable_z", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "particle_flag_rotate_y", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "radial_accel_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "radial_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "radial_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "radial_velocity_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "radial_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "radial_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "scale_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "scale_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "1.0" + }, + { + "name": "scale_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "1.0" + }, + { + "name": "scale_over_velocity_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "scale_over_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "scale_over_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "spread", + "type": "float", + "setter": "set_spread", + "getter": "get_spread", + "default": "45.0" + }, + { + "name": "sub_emitter_amount_at_collision", + "type": "int", + "setter": "set_sub_emitter_amount_at_collision", + "getter": "get_sub_emitter_amount_at_collision", + "default": "" + }, + { + "name": "sub_emitter_amount_at_end", + "type": "int", + "setter": "set_sub_emitter_amount_at_end", + "getter": "get_sub_emitter_amount_at_end", + "default": "" + }, + { + "name": "sub_emitter_frequency", + "type": "float", + "setter": "set_sub_emitter_frequency", + "getter": "get_sub_emitter_frequency", + "default": "" + }, + { + "name": "sub_emitter_keep_velocity", + "type": "bool", + "setter": "set_sub_emitter_keep_velocity", + "getter": "get_sub_emitter_keep_velocity", + "default": "false" + }, + { + "name": "sub_emitter_mode", + "type": "int", + "setter": "set_sub_emitter_mode", + "getter": "get_sub_emitter_mode", + "default": "0" + }, + { + "name": "tangential_accel_curve", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "tangential_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "tangential_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "turbulence_enabled", + "type": "bool", + "setter": "set_turbulence_enabled", + "getter": "get_turbulence_enabled", + "default": "false" + }, + { + "name": "turbulence_influence_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.1" + }, + { + "name": "turbulence_influence_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.1" + }, + { + "name": "turbulence_influence_over_life", + "type": "Texture2D", + "setter": "set_param_texture", + "getter": "get_param_texture", + "default": "" + }, + { + "name": "turbulence_initial_displacement_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "turbulence_initial_displacement_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "turbulence_noise_scale", + "type": "float", + "setter": "set_turbulence_noise_scale", + "getter": "get_turbulence_noise_scale", + "default": "9.0" + }, + { + "name": "turbulence_noise_speed", + "type": "Vector3", + "setter": "set_turbulence_noise_speed", + "getter": "get_turbulence_noise_speed", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "turbulence_noise_speed_random", + "type": "float", + "setter": "set_turbulence_noise_speed_random", + "getter": "get_turbulence_noise_speed_random", + "default": "0.2" + }, + { + "name": "turbulence_noise_strength", + "type": "float", + "setter": "set_turbulence_noise_strength", + "getter": "get_turbulence_noise_strength", + "default": "1.0" + }, + { + "name": "velocity_limit_curve", + "type": "Texture2D", + "setter": "set_velocity_limit_curve", + "getter": "get_velocity_limit_curve", + "default": "" + }, + { + "name": "velocity_pivot", + "type": "Vector3", + "setter": "set_velocity_pivot", + "getter": "get_velocity_pivot", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeFaceForward", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Input", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "action_press", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "action_release", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_joy_mapping", + "return_type": "void", + "params": [ + { + "name": "mapping", + "type": "String", + "default": null + }, + { + "name": "update_existing", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "flush_buffered_events", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_accelerometer", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_action_raw_strength", + "return_type": "float", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_action_strength", + "return_type": "float", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_axis", + "return_type": "float", + "params": [ + { + "name": "negative_action", + "type": "StringName", + "default": null + }, + { + "name": "positive_action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connected_joypads", + "return_type": "int[]", + "params": [], + "description": "" + }, + { + "name": "get_current_cursor_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_gravity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_gyroscope", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_joy_axis", + "return_type": "float", + "params": [ + { + "name": "device", + "type": "int", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_joy_guid", + "return_type": "String", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_joy_info", + "return_type": "Dictionary", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_joy_name", + "return_type": "String", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_joy_vibration_duration", + "return_type": "float", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_joy_vibration_strength", + "return_type": "Vector2", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_last_mouse_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_magnetometer", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_mouse_button_mask", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_vector", + "return_type": "Vector2", + "params": [ + { + "name": "negative_x", + "type": "StringName", + "default": null + }, + { + "name": "positive_x", + "type": "StringName", + "default": null + }, + { + "name": "negative_y", + "type": "StringName", + "default": null + }, + { + "name": "positive_y", + "type": "StringName", + "default": null + }, + { + "name": "deadzone", + "type": "float", + "default": "-1.0" + } + ], + "description": "" + }, + { + "name": "is_action_just_pressed", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action_just_released", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action_pressed", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_anything_pressed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_joy_button_pressed", + "return_type": "bool", + "params": [ + { + "name": "device", + "type": "int", + "default": null + }, + { + "name": "button", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_joy_known", + "return_type": "bool", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_key_label_pressed", + "return_type": "bool", + "params": [ + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_key_pressed", + "return_type": "bool", + "params": [ + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_mouse_button_pressed", + "return_type": "bool", + "params": [ + { + "name": "button", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_physical_key_pressed", + "return_type": "bool", + "params": [ + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_input_event", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_joy_mapping", + "return_type": "void", + "params": [ + { + "name": "guid", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_accelerometer", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_mouse_cursor", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Resource", + "default": null + }, + { + "name": "shape", + "type": "int", + "default": "0" + }, + { + "name": "hotspot", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "set_default_cursor_shape", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_gravity", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gyroscope", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_magnetometer", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "should_ignore_device", + "return_type": "bool", + "params": [ + { + "name": "vendor_id", + "type": "int", + "default": null + }, + { + "name": "product_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "start_joy_vibration", + "return_type": "void", + "params": [ + { + "name": "device", + "type": "int", + "default": null + }, + { + "name": "weak_magnitude", + "type": "float", + "default": null + }, + { + "name": "strong_magnitude", + "type": "float", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": "0" + } + ], + "description": "" + }, + { + "name": "stop_joy_vibration", + "return_type": "void", + "params": [ + { + "name": "device", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "vibrate_handheld", + "return_type": "void", + "params": [ + { + "name": "duration_ms", + "type": "int", + "default": "500" + } + ], + "description": "" + }, + { + "name": "warp_mouse", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "mouse_mode", + "type": "int", + "setter": "set_mouse_mode", + "getter": "get_mouse_mode", + "default": "" + }, + { + "name": "use_accumulated_input", + "type": "bool", + "setter": "set_use_accumulated_input", + "getter": "is_using_accumulated_input", + "default": "" + } + ] + }, + { + "name": "TextureCubemapArrayRD", + "inherits": "TextureLayeredRD", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CylinderMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "bottom_radius", + "type": "float", + "setter": "set_bottom_radius", + "getter": "get_bottom_radius", + "default": "0.5" + }, + { + "name": "cap_bottom", + "type": "bool", + "setter": "set_cap_bottom", + "getter": "is_cap_bottom", + "default": "true" + }, + { + "name": "cap_top", + "type": "bool", + "setter": "set_cap_top", + "getter": "is_cap_top", + "default": "true" + }, + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "2.0" + }, + { + "name": "radial_segments", + "type": "int", + "setter": "set_radial_segments", + "getter": "get_radial_segments", + "default": "64" + }, + { + "name": "rings", + "type": "int", + "setter": "set_rings", + "getter": "get_rings", + "default": "4" + }, + { + "name": "top_radius", + "type": "float", + "setter": "set_top_radius", + "getter": "get_top_radius", + "default": "0.5" + } + ] + }, + { + "name": "EditorSceneFormatImporter", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_import_flags", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_import_options", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_option_visibility", + "return_type": "Variant", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "for_animation", + "type": "bool", + "default": null + }, + { + "name": "option", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_import_scene", + "return_type": "Object", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + }, + { + "name": "options", + "type": "Dictionary", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CodeHighlighter", + "inherits": "SyntaxHighlighter", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_color_region", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + }, + { + "name": "end_key", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "line_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_keyword_color", + "return_type": "void", + "params": [ + { + "name": "keyword", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "add_member_keyword_color", + "return_type": "void", + "params": [ + { + "name": "member_keyword", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_color_regions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_keyword_colors", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_member_keyword_colors", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_keyword_color", + "return_type": "Color", + "params": [ + { + "name": "keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_member_keyword_color", + "return_type": "Color", + "params": [ + { + "name": "member_keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_color_region", + "return_type": "bool", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_keyword_color", + "return_type": "bool", + "params": [ + { + "name": "keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_member_keyword_color", + "return_type": "bool", + "params": [ + { + "name": "member_keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_color_region", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_keyword_color", + "return_type": "void", + "params": [ + { + "name": "keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_member_keyword_color", + "return_type": "void", + "params": [ + { + "name": "member_keyword", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "color_regions", + "type": "Dictionary", + "setter": "set_color_regions", + "getter": "get_color_regions", + "default": "{}" + }, + { + "name": "function_color", + "type": "Color", + "setter": "set_function_color", + "getter": "get_function_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "keyword_colors", + "type": "Dictionary", + "setter": "set_keyword_colors", + "getter": "get_keyword_colors", + "default": "{}" + }, + { + "name": "member_keyword_colors", + "type": "Dictionary", + "setter": "set_member_keyword_colors", + "getter": "get_member_keyword_colors", + "default": "{}" + }, + { + "name": "member_variable_color", + "type": "Color", + "setter": "set_member_variable_color", + "getter": "get_member_variable_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "number_color", + "type": "Color", + "setter": "set_number_color", + "getter": "get_number_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "symbol_color", + "type": "Color", + "setter": "set_symbol_color", + "getter": "get_symbol_color", + "default": "Color(0, 0, 0, 1)" + } + ] + }, + { + "name": "PacketPeer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_available_packet_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_packet", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "get_packet_error", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_var", + "return_type": "Variant", + "params": [ + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "put_packet", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "put_var", + "return_type": "int", + "params": [ + { + "name": "var", + "type": "Variant", + "default": null + }, + { + "name": "full_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "encode_buffer_max_size", + "type": "int", + "setter": "set_encode_buffer_max_size", + "getter": "get_encode_buffer_max_size", + "default": "8388608" + } + ] + }, + { + "name": "SphereOccluder3D", + "inherits": "Occluder3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "1.0" + } + ] + }, + { + "name": "RDPipelineMultisampleState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "enable_alpha_to_coverage", + "type": "bool", + "setter": "set_enable_alpha_to_coverage", + "getter": "get_enable_alpha_to_coverage", + "default": "false" + }, + { + "name": "enable_alpha_to_one", + "type": "bool", + "setter": "set_enable_alpha_to_one", + "getter": "get_enable_alpha_to_one", + "default": "false" + }, + { + "name": "enable_sample_shading", + "type": "bool", + "setter": "set_enable_sample_shading", + "getter": "get_enable_sample_shading", + "default": "false" + }, + { + "name": "min_sample_shading", + "type": "float", + "setter": "set_min_sample_shading", + "getter": "get_min_sample_shading", + "default": "0.0" + }, + { + "name": "sample_count", + "type": "int", + "setter": "set_sample_count", + "getter": "get_sample_count", + "default": "0" + }, + { + "name": "sample_masks", + "type": "int[]", + "setter": "set_sample_masks", + "getter": "get_sample_masks", + "default": "[]" + } + ] + }, + { + "name": "RenderingServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bake_render_uv2", + "return_type": "Image[]", + "params": [ + { + "name": "base", + "type": "RID", + "default": null + }, + { + "name": "material_overrides", + "type": "RID[]", + "default": null + }, + { + "name": "image_size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "call_on_render_thread", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_attributes_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "camera_attributes_set_auto_exposure", + "return_type": "void", + "params": [ + { + "name": "camera_attributes", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "min_sensitivity", + "type": "float", + "default": null + }, + { + "name": "max_sensitivity", + "type": "float", + "default": null + }, + { + "name": "speed", + "type": "float", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_attributes_set_dof_blur", + "return_type": "void", + "params": [ + { + "name": "camera_attributes", + "type": "RID", + "default": null + }, + { + "name": "far_enable", + "type": "bool", + "default": null + }, + { + "name": "far_distance", + "type": "float", + "default": null + }, + { + "name": "far_transition", + "type": "float", + "default": null + }, + { + "name": "near_enable", + "type": "bool", + "default": null + }, + { + "name": "near_distance", + "type": "float", + "default": null + }, + { + "name": "near_transition", + "type": "float", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_attributes_set_dof_blur_bokeh_shape", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_attributes_set_dof_blur_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + }, + { + "name": "use_jitter", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_attributes_set_exposure", + "return_type": "void", + "params": [ + { + "name": "camera_attributes", + "type": "RID", + "default": null + }, + { + "name": "multiplier", + "type": "float", + "default": null + }, + { + "name": "normalization", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "camera_set_camera_attributes", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "effects", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_cull_mask", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_environment", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "env", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_frustum", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_orthogonal", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_perspective", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "fovy_degrees", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_transform", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "camera_set_use_vertical_aspect", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_item_add_animation_slice", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "animation_length", + "type": "float", + "default": null + }, + { + "name": "slice_begin", + "type": "float", + "default": null + }, + { + "name": "slice_end", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_circle", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_clip_ignore", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "ignore", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_lcd_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_line", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_mesh", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "texture", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_msdf_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "outline_size", + "type": "int", + "default": "0" + }, + { + "name": "px_range", + "type": "float", + "default": "1.0" + }, + { + "name": "scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_multiline", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_multimesh", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_nine_patch", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "source", + "type": "Rect2", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "topleft", + "type": "Vector2", + "default": null + }, + { + "name": "bottomright", + "type": "Vector2", + "default": null + }, + { + "name": "x_axis_mode", + "type": "int", + "default": "0" + }, + { + "name": "y_axis_mode", + "type": "int", + "default": "0" + }, + { + "name": "draw_center", + "type": "bool", + "default": "true" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_particles", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_polygon", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "texture", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_polyline", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_primitive", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_rect", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_set_transform", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_add_texture_rect", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "tile", + "type": "bool", + "default": "false" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + }, + { + "name": "clip_uv", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "canvas_item_add_triangle_array", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "indices", + "type": "PackedInt32Array", + "default": null + }, + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "bones", + "type": "PackedInt32Array", + "default": "PackedInt32Array()" + }, + { + "name": "weights", + "type": "PackedFloat32Array", + "default": "PackedFloat32Array()" + }, + { + "name": "texture", + "type": "RID", + "default": "RID()" + }, + { + "name": "count", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "canvas_item_clear", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_item_set_canvas_group_mode", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "clear_margin", + "type": "float", + "default": "5.0" + }, + { + "name": "fit_empty", + "type": "bool", + "default": "false" + }, + { + "name": "fit_margin", + "type": "float", + "default": "0.0" + }, + { + "name": "blur_mipmaps", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "canvas_item_set_clip", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "clip", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_copy_to_backbuffer", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_custom_rect", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "use_custom_rect", + "type": "bool", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "canvas_item_set_default_texture_filter", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_default_texture_repeat", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "repeat", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_distance_field_mode", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_draw_behind_parent", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_draw_index", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_light_mask", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_material", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_modulate", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_parent", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "parent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_self_modulate", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_sort_children_by_y", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_transform", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_use_parent_material", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_visibility_layer", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "visibility_layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_visibility_notifier", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "area", + "type": "Rect2", + "default": null + }, + { + "name": "enter_callable", + "type": "Callable", + "default": null + }, + { + "name": "exit_callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_visible", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "visible", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_z_as_relative_to_parent", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_item_set_z_index", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "z_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_attach_to_canvas", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_light_occluder_attach_to_canvas", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_occluder_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_light_occluder_set_as_sdf_collision", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_occluder_set_enabled", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_occluder_set_light_mask", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_occluder_set_polygon", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "polygon", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_occluder_set_transform", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_blend_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_color", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_enabled", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_energy", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_height", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_item_cull_mask", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_item_shadow_cull_mask", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_layer_range", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "min_layer", + "type": "int", + "default": null + }, + { + "name": "max_layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_shadow_color", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_shadow_enabled", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_shadow_filter", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_shadow_smooth", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "smooth", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_texture", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_texture_offset", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_texture_scale", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_transform", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_light_set_z_range", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "min_z", + "type": "int", + "default": null + }, + { + "name": "max_z", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_occluder_polygon_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_occluder_polygon_set_cull_mode", + "return_type": "void", + "params": [ + { + "name": "occluder_polygon", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_occluder_polygon_set_shape", + "return_type": "void", + "params": [ + { + "name": "occluder_polygon", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "closed", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_set_disable_scale", + "return_type": "void", + "params": [ + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_set_item_mirroring", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "item", + "type": "RID", + "default": null + }, + { + "name": "mirroring", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_set_modulate", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_set_shadow_texture_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_texture_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "canvas_texture_set_channel", + "return_type": "void", + "params": [ + { + "name": "canvas_texture", + "type": "RID", + "default": null + }, + { + "name": "channel", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_texture_set_shading_parameters", + "return_type": "void", + "params": [ + { + "name": "canvas_texture", + "type": "RID", + "default": null + }, + { + "name": "base_color", + "type": "Color", + "default": null + }, + { + "name": "shininess", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_texture_set_texture_filter", + "return_type": "void", + "params": [ + { + "name": "canvas_texture", + "type": "RID", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "canvas_texture_set_texture_repeat", + "return_type": "void", + "params": [ + { + "name": "canvas_texture", + "type": "RID", + "default": null + }, + { + "name": "repeat", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_local_rendering_device", + "return_type": "RenderingDevice", + "params": [], + "description": "" + }, + { + "name": "decal_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "decal_set_albedo_mix", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "albedo_mix", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_cull_mask", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_distance_fade", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + }, + { + "name": "begin", + "type": "float", + "default": null + }, + { + "name": "length", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_emission_energy", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_fade", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "above", + "type": "float", + "default": null + }, + { + "name": "below", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_modulate", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_normal_fade", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "fade", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_size", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "decal_set_texture", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "decals_set_filter", + "return_type": "void", + "params": [ + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "directional_light_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "directional_shadow_atlas_set_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "is_16bits", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "directional_soft_shadow_filter_set_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_bake_panorama", + "return_type": "Image", + "params": [ + { + "name": "environment", + "type": "RID", + "default": null + }, + { + "name": "bake_irradiance", + "type": "bool", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "environment_glow_set_use_bicubic_upscale", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_adjustment", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "brightness", + "type": "float", + "default": null + }, + { + "name": "contrast", + "type": "float", + "default": null + }, + { + "name": "saturation", + "type": "float", + "default": null + }, + { + "name": "use_1d_color_correction", + "type": "bool", + "default": null + }, + { + "name": "color_correction", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ambient_light", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "ambient", + "type": "int", + "default": "0" + }, + { + "name": "energy", + "type": "float", + "default": "1.0" + }, + { + "name": "sky_contibution", + "type": "float", + "default": "0.0" + }, + { + "name": "reflection_source", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "environment_set_background", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "bg", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_bg_color", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_bg_energy", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "multiplier", + "type": "float", + "default": null + }, + { + "name": "exposure_value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_canvas_max_layer", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "max_layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_fog", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "light_color", + "type": "Color", + "default": null + }, + { + "name": "light_energy", + "type": "float", + "default": null + }, + { + "name": "sun_scatter", + "type": "float", + "default": null + }, + { + "name": "density", + "type": "float", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + }, + { + "name": "height_density", + "type": "float", + "default": null + }, + { + "name": "aerial_perspective", + "type": "float", + "default": null + }, + { + "name": "sky_affect", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_glow", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "levels", + "type": "PackedFloat32Array", + "default": null + }, + { + "name": "intensity", + "type": "float", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + }, + { + "name": "mix", + "type": "float", + "default": null + }, + { + "name": "bloom_threshold", + "type": "float", + "default": null + }, + { + "name": "blend_mode", + "type": "int", + "default": null + }, + { + "name": "hdr_bleed_threshold", + "type": "float", + "default": null + }, + { + "name": "hdr_bleed_scale", + "type": "float", + "default": null + }, + { + "name": "hdr_luminance_cap", + "type": "float", + "default": null + }, + { + "name": "glow_map_strength", + "type": "float", + "default": null + }, + { + "name": "glow_map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sdfgi", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "cascades", + "type": "int", + "default": null + }, + { + "name": "min_cell_size", + "type": "float", + "default": null + }, + { + "name": "y_scale", + "type": "int", + "default": null + }, + { + "name": "use_occlusion", + "type": "bool", + "default": null + }, + { + "name": "bounce_feedback", + "type": "float", + "default": null + }, + { + "name": "read_sky", + "type": "bool", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + }, + { + "name": "normal_bias", + "type": "float", + "default": null + }, + { + "name": "probe_bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sdfgi_frames_to_converge", + "return_type": "void", + "params": [ + { + "name": "frames", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sdfgi_frames_to_update_light", + "return_type": "void", + "params": [ + { + "name": "frames", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sdfgi_ray_count", + "return_type": "void", + "params": [ + { + "name": "ray_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sky", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "sky", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sky_custom_fov", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_sky_orientation", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "orientation", + "type": "Basis", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ssao", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "intensity", + "type": "float", + "default": null + }, + { + "name": "power", + "type": "float", + "default": null + }, + { + "name": "detail", + "type": "float", + "default": null + }, + { + "name": "horizon", + "type": "float", + "default": null + }, + { + "name": "sharpness", + "type": "float", + "default": null + }, + { + "name": "light_affect", + "type": "float", + "default": null + }, + { + "name": "ao_channel_affect", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ssao_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + }, + { + "name": "half_size", + "type": "bool", + "default": null + }, + { + "name": "adaptive_target", + "type": "float", + "default": null + }, + { + "name": "blur_passes", + "type": "int", + "default": null + }, + { + "name": "fadeout_from", + "type": "float", + "default": null + }, + { + "name": "fadeout_to", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ssil_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + }, + { + "name": "half_size", + "type": "bool", + "default": null + }, + { + "name": "adaptive_target", + "type": "float", + "default": null + }, + { + "name": "blur_passes", + "type": "int", + "default": null + }, + { + "name": "fadeout_from", + "type": "float", + "default": null + }, + { + "name": "fadeout_to", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ssr", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "max_steps", + "type": "int", + "default": null + }, + { + "name": "fade_in", + "type": "float", + "default": null + }, + { + "name": "fade_out", + "type": "float", + "default": null + }, + { + "name": "depth_tolerance", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_ssr_roughness_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_tonemap", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "tone_mapper", + "type": "int", + "default": null + }, + { + "name": "exposure", + "type": "float", + "default": null + }, + { + "name": "white", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_volumetric_fog", + "return_type": "void", + "params": [ + { + "name": "env", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "density", + "type": "float", + "default": null + }, + { + "name": "albedo", + "type": "Color", + "default": null + }, + { + "name": "emission", + "type": "Color", + "default": null + }, + { + "name": "emission_energy", + "type": "float", + "default": null + }, + { + "name": "anisotropy", + "type": "float", + "default": null + }, + { + "name": "length", + "type": "float", + "default": null + }, + { + "name": "p_detail_spread", + "type": "float", + "default": null + }, + { + "name": "gi_inject", + "type": "float", + "default": null + }, + { + "name": "temporal_reprojection", + "type": "bool", + "default": null + }, + { + "name": "temporal_reprojection_amount", + "type": "float", + "default": null + }, + { + "name": "ambient_inject", + "type": "float", + "default": null + }, + { + "name": "sky_affect", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_volumetric_fog_filter_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "environment_set_volumetric_fog_volume_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "depth", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "fog_volume_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "fog_volume_set_material", + "return_type": "void", + "params": [ + { + "name": "fog_volume", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "fog_volume_set_shape", + "return_type": "void", + "params": [ + { + "name": "fog_volume", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "fog_volume_set_size", + "return_type": "void", + "params": [ + { + "name": "fog_volume", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "force_draw", + "return_type": "void", + "params": [ + { + "name": "swap_buffers", + "type": "bool", + "default": "true" + }, + { + "name": "frame_step", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "force_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_default_clear_color", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "get_frame_setup_time_cpu", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_rendering_device", + "return_type": "RenderingDevice", + "params": [], + "description": "" + }, + { + "name": "get_rendering_info", + "return_type": "int", + "params": [ + { + "name": "info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_shader_parameter_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_test_cube", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_test_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_video_adapter_api_version", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_video_adapter_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_video_adapter_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_video_adapter_vendor", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_white_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "gi_set_use_half_resolution", + "return_type": "void", + "params": [ + { + "name": "half_resolution", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_add", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "default_value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_get", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_get_list", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "global_shader_parameter_get_type", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_remove", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_set", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "global_shader_parameter_set_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "has_changed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_os_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_attach_skeleton", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "skeleton", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "instance_create2", + "return_type": "RID", + "params": [ + { + "name": "base", + "type": "RID", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_get_shader_parameter", + "return_type": "Variant", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "parameter", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_get_shader_parameter_default_value", + "return_type": "Variant", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "parameter", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_get_shader_parameter_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_cast_shadows_setting", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "shadow_casting_setting", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_flag", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_lightmap", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "lightmap_uv_scale", + "type": "Rect2", + "default": null + }, + { + "name": "lightmap_slice", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_lod_bias", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "lod_bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_material_overlay", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_material_override", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_shader_parameter", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "parameter", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_transparency", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "transparency", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_geometry_set_visibility_range", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "min", + "type": "float", + "default": null + }, + { + "name": "max", + "type": "float", + "default": null + }, + { + "name": "min_margin", + "type": "float", + "default": null + }, + { + "name": "max_margin", + "type": "float", + "default": null + }, + { + "name": "fade_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_base", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "base", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_blend_shape_weight", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "int", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_custom_aabb", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_extra_visibility_margin", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_ignore_culling", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_layer_mask", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_pivot_data", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "sorting_offset", + "type": "float", + "default": null + }, + { + "name": "use_aabb_center", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_scenario", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_surface_override_material", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_transform", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_visibility_parent", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "parent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_set_visible", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "RID", + "default": null + }, + { + "name": "visible", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "instances_cull_aabb", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "aabb", + "type": "AABB", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "instances_cull_convex", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "convex", + "type": "Plane[]", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "instances_cull_ray", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "light_directional_set_blend_splits", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "light_directional_set_shadow_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_directional_set_sky_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_omni_set_shadow_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_projectors_set_filter", + "return_type": "void", + "params": [ + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_bake_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "bake_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_color", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_cull_mask", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_distance_fade", + "return_type": "void", + "params": [ + { + "name": "decal", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + }, + { + "name": "begin", + "type": "float", + "default": null + }, + { + "name": "shadow", + "type": "float", + "default": null + }, + { + "name": "length", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_max_sdfgi_cascade", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "cascade", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_negative", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_param", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_projector", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_reverse_cull_face_mode", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "light_set_shadow", + "return_type": "void", + "params": [ + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "lightmap_get_probe_capture_bsp_tree", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_get_probe_capture_points", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_get_probe_capture_sh", + "return_type": "PackedColorArray", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_get_probe_capture_tetrahedra", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_baked_exposure_normalization", + "return_type": "void", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "baked_exposure", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_probe_bounds", + "return_type": "void", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "bounds", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_probe_capture_data", + "return_type": "void", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "points", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "point_sh", + "type": "PackedColorArray", + "default": null + }, + { + "name": "tetrahedra", + "type": "PackedInt32Array", + "default": null + }, + { + "name": "bsp_tree", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_probe_capture_update_speed", + "return_type": "void", + "params": [ + { + "name": "speed", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_probe_interior", + "return_type": "void", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "interior", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_set_textures", + "return_type": "void", + "params": [ + { + "name": "lightmap", + "type": "RID", + "default": null + }, + { + "name": "light", + "type": "RID", + "default": null + }, + { + "name": "uses_sh", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "make_sphere_mesh", + "return_type": "RID", + "params": [ + { + "name": "latitudes", + "type": "int", + "default": null + }, + { + "name": "longitudes", + "type": "int", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "material_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "material_get_param", + "return_type": "Variant", + "params": [ + { + "name": "material", + "type": "RID", + "default": null + }, + { + "name": "parameter", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "material_set_next_pass", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "RID", + "default": null + }, + { + "name": "next_material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "material_set_param", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "RID", + "default": null + }, + { + "name": "parameter", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "material_set_render_priority", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "material_set_shader", + "return_type": "void", + "params": [ + { + "name": "shader_material", + "type": "RID", + "default": null + }, + { + "name": "shader", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_add_surface", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_add_surface_from_arrays", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "primitive", + "type": "int", + "default": null + }, + { + "name": "arrays", + "type": "Array", + "default": null + }, + { + "name": "blend_shapes", + "type": "Array", + "default": "[]" + }, + { + "name": "lods", + "type": "Dictionary", + "default": "{}" + }, + { + "name": "compress_format", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "mesh_clear", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "mesh_create_from_surfaces", + "return_type": "RID", + "params": [ + { + "name": "surfaces", + "type": "Dictionary[]", + "default": null + }, + { + "name": "blend_shape_count", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "mesh_get_blend_shape_count", + "return_type": "int", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_get_blend_shape_mode", + "return_type": "int", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_get_custom_aabb", + "return_type": "AABB", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_get_surface", + "return_type": "Dictionary", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_get_surface_count", + "return_type": "int", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_set_blend_shape_mode", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_set_custom_aabb", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_set_shadow_mesh", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "shadow_mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_arrays", + "return_type": "Array", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_blend_shape_arrays", + "return_type": "Array[]", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_format_attribute_stride", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "vertex_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_format_normal_tangent_stride", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "vertex_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_format_offset", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "vertex_count", + "type": "int", + "default": null + }, + { + "name": "array_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_format_skin_stride", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "vertex_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_format_vertex_stride", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "vertex_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_get_material", + "return_type": "RID", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_set_material", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_update_attribute_region", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_update_skin_region", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "mesh_surface_update_vertex_region", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "RID", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_allocate_data", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "instances", + "type": "int", + "default": null + }, + { + "name": "transform_format", + "type": "int", + "default": null + }, + { + "name": "color_format", + "type": "bool", + "default": "false" + }, + { + "name": "custom_data_format", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "multimesh_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "multimesh_get_aabb", + "return_type": "AABB", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_get_buffer", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_get_instance_count", + "return_type": "int", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_get_mesh", + "return_type": "RID", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_get_visible_instances", + "return_type": "int", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_get_color", + "return_type": "Color", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_get_custom_data", + "return_type": "Color", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_get_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_get_transform_2d", + "return_type": "Transform2D", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_set_color", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_set_custom_data", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "custom_data", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_set_transform", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_instance_set_transform_2d", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_set_buffer", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "buffer", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_set_mesh", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "multimesh_set_visible_instances", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "RID", + "default": null + }, + { + "name": "visible", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "occluder_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "occluder_set_mesh", + "return_type": "void", + "params": [ + { + "name": "occluder", + "type": "RID", + "default": null + }, + { + "name": "vertices", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "indices", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "omni_light_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "particles_collision_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "particles_collision_height_field_update", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_attractor_attenuation", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "curve", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_attractor_directionality", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_attractor_strength", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_box_extents", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "extents", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_collision_type", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_cull_mask", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_field_texture", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_height_field_resolution", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "resolution", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_collision_set_sphere_radius", + "return_type": "void", + "params": [ + { + "name": "particles_collision", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "particles_emit", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "custom", + "type": "Color", + "default": null + }, + { + "name": "emit_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_get_current_aabb", + "return_type": "AABB", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_get_emitting", + "return_type": "bool", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_is_inactive", + "return_type": "bool", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_request_process", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_restart", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_amount", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_amount_ratio", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "ratio", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_collision_base_size", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_custom_aabb", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_draw_order", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "order", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_draw_pass_mesh", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "pass", + "type": "int", + "default": null + }, + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_draw_passes", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_emission_transform", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_emitter_velocity", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_emitting", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "emitting", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_explosiveness_ratio", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "ratio", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_fixed_fps", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "fps", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_fractional_delta", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_interp_to_end", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "factor", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_interpolate", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_lifetime", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "lifetime", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_mode", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_one_shot", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "one_shot", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_pre_process_time", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_process_material", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_randomness_ratio", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "ratio", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_speed_scale", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_subemitter", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "subemitter_particles", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_trail_bind_poses", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "bind_poses", + "type": "Transform3D[]", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_trails", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "length_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_transform_align", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "align", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "particles_set_use_local_coordinates", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "positional_soft_shadow_filter_set_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "reflection_probe_set_ambient_color", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_ambient_energy", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_ambient_mode", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_as_interior", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_cull_mask", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_enable_box_projection", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_enable_shadows", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_intensity", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "intensity", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_max_distance", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "distance", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_mesh_lod_threshold", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "pixels", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_origin_offset", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "offset", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_resolution", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "resolution", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_size", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "reflection_probe_set_update_mode", + "return_type": "void", + "params": [ + { + "name": "probe", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "request_frame_drawn_callback", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "scenario_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "scenario_set_camera_attributes", + "return_type": "void", + "params": [ + { + "name": "scenario", + "type": "RID", + "default": null + }, + { + "name": "effects", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "scenario_set_environment", + "return_type": "void", + "params": [ + { + "name": "scenario", + "type": "RID", + "default": null + }, + { + "name": "environment", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "scenario_set_fallback_environment", + "return_type": "void", + "params": [ + { + "name": "scenario", + "type": "RID", + "default": null + }, + { + "name": "environment", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "screen_space_roughness_limiter_set_active", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + }, + { + "name": "limit", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_boot_image", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "scale", + "type": "bool", + "default": null + }, + { + "name": "use_filter", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_debug_generate_wireframes", + "return_type": "void", + "params": [ + { + "name": "generate", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_default_clear_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "shader_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "shader_get_code", + "return_type": "String", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shader_get_default_texture_parameter", + "return_type": "RID", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "shader_get_parameter_default", + "return_type": "Variant", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "shader_set_code", + "return_type": "void", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "code", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "shader_set_default_texture_parameter", + "return_type": "void", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "shader_set_path_hint", + "return_type": "void", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_allocate_data", + "return_type": "void", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "bones", + "type": "int", + "default": null + }, + { + "name": "is_2d_skeleton", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "skeleton_bone_get_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "bone", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_bone_get_transform_2d", + "return_type": "Transform2D", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "bone", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_bone_set_transform", + "return_type": "void", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "bone", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_bone_set_transform_2d", + "return_type": "void", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "bone", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "skeleton_get_bone_count", + "return_type": "int", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "skeleton_set_base_transform_2d", + "return_type": "void", + "params": [ + { + "name": "skeleton", + "type": "RID", + "default": null + }, + { + "name": "base_transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "sky_bake_panorama", + "return_type": "Image", + "params": [ + { + "name": "sky", + "type": "RID", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + }, + { + "name": "bake_irradiance", + "type": "bool", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "sky_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "sky_set_material", + "return_type": "void", + "params": [ + { + "name": "sky", + "type": "RID", + "default": null + }, + { + "name": "material", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "sky_set_mode", + "return_type": "void", + "params": [ + { + "name": "sky", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sky_set_radiance_size", + "return_type": "void", + "params": [ + { + "name": "sky", + "type": "RID", + "default": null + }, + { + "name": "radiance_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "spot_light_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "sub_surface_scattering_set_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sub_surface_scattering_set_scale", + "return_type": "void", + "params": [ + { + "name": "scale", + "type": "float", + "default": null + }, + { + "name": "depth_scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_create", + "return_type": "RID", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_get", + "return_type": "Image", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_layer_get", + "return_type": "Image", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_layered_create", + "return_type": "RID", + "params": [ + { + "name": "layers", + "type": "Image[]", + "default": null + }, + { + "name": "layered_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_layered_placeholder_create", + "return_type": "RID", + "params": [ + { + "name": "layered_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_2d_placeholder_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "texture_2d_update", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_3d_create", + "return_type": "RID", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "depth", + "type": "int", + "default": null + }, + { + "name": "mipmaps", + "type": "bool", + "default": null + }, + { + "name": "data", + "type": "Image[]", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_3d_get", + "return_type": "Image[]", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_3d_placeholder_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "texture_3d_update", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "Image[]", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_get_format", + "return_type": "int", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_get_native_handle", + "return_type": "int", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "srgb", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "texture_get_path", + "return_type": "String", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_get_rd_texture", + "return_type": "RID", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "srgb", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "texture_proxy_create", + "return_type": "RID", + "params": [ + { + "name": "base", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_proxy_update", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "proxy_to", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_rd_create", + "return_type": "RID", + "params": [ + { + "name": "rd_texture", + "type": "RID", + "default": null + }, + { + "name": "layer_type", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "texture_replace", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "by_texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_set_force_redraw_if_visible", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_set_path", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_set_size_override", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_attach_camera", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "camera", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_attach_canvas", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_attach_to_screen", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "screen", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "viewport_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "viewport_get_measured_render_time_cpu", + "return_type": "float", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_get_measured_render_time_gpu", + "return_type": "float", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_get_render_info", + "return_type": "int", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_get_render_target", + "return_type": "RID", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_get_texture", + "return_type": "RID", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_remove_canvas", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_active", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_canvas_cull_mask", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "canvas_cull_mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_canvas_stacking", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "sublayer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_canvas_transform", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "offset", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_clear_mode", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "clear_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_debug_draw", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "draw", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_default_canvas_item_texture_filter", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_default_canvas_item_texture_repeat", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "repeat", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_disable_2d", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_disable_3d", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_environment_mode", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_fsr_sharpness", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "sharpness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_global_canvas_transform", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_measure_render_time", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_msaa_2d", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "msaa", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_msaa_3d", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "msaa", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_occlusion_culling_build_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_occlusion_rays_per_thread", + "return_type": "void", + "params": [ + { + "name": "rays_per_thread", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_parent_viewport", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "parent_viewport", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_positional_shadow_atlas_quadrant_subdivision", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "quadrant", + "type": "int", + "default": null + }, + { + "name": "subdivision", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_positional_shadow_atlas_size", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "use_16_bits", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "viewport_set_render_direct_to_screen", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_scaling_3d_mode", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "scaling_3d_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_scaling_3d_scale", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_scenario", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "scenario", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_screen_space_aa", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_sdf_oversize_and_scale", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "oversize", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_size", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_snap_2d_transforms_to_pixel", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_snap_2d_vertices_to_pixel", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_texture_mipmap_bias", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "mipmap_bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_transparent_background", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_update_mode", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "update_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_use_debanding", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_use_hdr_2d", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_use_occlusion_culling", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_use_taa", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_use_xr", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "use_xr", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_vrs_mode", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "viewport_set_vrs_texture", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "RID", + "default": null + }, + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "visibility_notifier_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "visibility_notifier_set_aabb", + "return_type": "void", + "params": [ + { + "name": "notifier", + "type": "RID", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "visibility_notifier_set_callbacks", + "return_type": "void", + "params": [ + { + "name": "notifier", + "type": "RID", + "default": null + }, + { + "name": "enter_callable", + "type": "Callable", + "default": null + }, + { + "name": "exit_callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_allocate_data", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "to_cell_xform", + "type": "Transform3D", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + }, + { + "name": "octree_size", + "type": "Vector3i", + "default": null + }, + { + "name": "octree_cells", + "type": "PackedByteArray", + "default": null + }, + { + "name": "data_cells", + "type": "PackedByteArray", + "default": null + }, + { + "name": "distance_field", + "type": "PackedByteArray", + "default": null + }, + { + "name": "level_counts", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "voxel_gi_get_data_cells", + "return_type": "PackedByteArray", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_get_distance_field", + "return_type": "PackedByteArray", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_get_level_counts", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_get_octree_cells", + "return_type": "PackedByteArray", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_get_octree_size", + "return_type": "Vector3i", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_get_to_cell_xform", + "return_type": "Transform3D", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_baked_exposure_normalization", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "baked_exposure", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_bias", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_dynamic_range", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "range", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_energy", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "energy", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_interior", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_normal_bias", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_propagation", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_quality", + "return_type": "void", + "params": [ + { + "name": "quality", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "voxel_gi_set_use_two_bounces", + "return_type": "void", + "params": [ + { + "name": "voxel_gi", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "render_loop_enabled", + "type": "bool", + "setter": "set_render_loop_enabled", + "getter": "is_render_loop_enabled", + "default": "" + } + ] + }, + { + "name": "WorldBoundaryShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "plane", + "type": "Plane", + "setter": "set_plane", + "getter": "get_plane", + "default": "Plane(0, 1, 0, 0)" + } + ] + }, + { + "name": "WorldBoundaryShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "distance", + "type": "float", + "setter": "set_distance", + "getter": "get_distance", + "default": "0.0" + }, + { + "name": "normal", + "type": "Vector2", + "setter": "set_normal", + "getter": "get_normal", + "default": "Vector2(0, -1)" + } + ] + }, + { + "name": "PlaceholderCubemapArray", + "inherits": "PlaceholderTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "BoneMap", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "find_profile_bone_name", + "return_type": "StringName", + "params": [ + { + "name": "skeleton_bone_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_skeleton_bone_name", + "return_type": "StringName", + "params": [ + { + "name": "profile_bone_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_skeleton_bone_name", + "return_type": "void", + "params": [ + { + "name": "profile_bone_name", + "type": "StringName", + "default": null + }, + { + "name": "skeleton_bone_name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "profile", + "type": "SkeletonProfile", + "setter": "set_profile", + "getter": "get_profile", + "default": "" + } + ] + }, + { + "name": "PacketPeerStream", + "inherits": "PacketPeer", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "input_buffer_max_size", + "type": "int", + "setter": "set_input_buffer_max_size", + "getter": "get_input_buffer_max_size", + "default": "65532" + }, + { + "name": "output_buffer_max_size", + "type": "int", + "setter": "set_output_buffer_max_size", + "getter": "get_output_buffer_max_size", + "default": "65532" + }, + { + "name": "stream_peer", + "type": "StreamPeer", + "setter": "set_stream_peer", + "getter": "get_stream_peer", + "default": "" + } + ] + }, + { + "name": "RayCast3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_exceptions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_raycast_update", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_face_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "is_colliding", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject3D", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "debug_shape_custom_color", + "type": "Color", + "setter": "set_debug_shape_custom_color", + "getter": "get_debug_shape_custom_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "debug_shape_thickness", + "type": "int", + "setter": "set_debug_shape_thickness", + "getter": "get_debug_shape_thickness", + "default": "2" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "exclude_parent", + "type": "bool", + "setter": "set_exclude_parent_body", + "getter": "get_exclude_parent_body", + "default": "true" + }, + { + "name": "hit_back_faces", + "type": "bool", + "setter": "set_hit_back_faces", + "getter": "is_hit_back_faces_enabled", + "default": "true" + }, + { + "name": "hit_from_inside", + "type": "bool", + "setter": "set_hit_from_inside", + "getter": "is_hit_from_inside_enabled", + "default": "false" + }, + { + "name": "target_position", + "type": "Vector3", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector3(0, -1, 0)" + } + ] + }, + { + "name": "Vector2i", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "aspect", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector2i", + "params": [ + { + "name": "min", + "type": "Vector2i", + "default": null + }, + { + "name": "max", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector2i", + "params": [ + { + "name": "step", + "type": "Vector2i", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "x", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "y", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + } + ] + }, + { + "name": "ClassDB", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "can_instantiate", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_exists", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_get_enum_constants", + "return_type": "PackedStringArray", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "enum", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_enum_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_integer_constant", + "return_type": "int", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_get_integer_constant_enum", + "return_type": "StringName", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_integer_constant_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_method_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_property", + "return_type": "Variant", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_get_property_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_get_signal", + "return_type": "Dictionary", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_get_signal_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_has_enum", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_has_integer_constant", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_has_method", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "no_inheritance", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "class_has_signal", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "class_set_property", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "get_class_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_inheriters_from_class", + "return_type": "PackedStringArray", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parent_class", + "return_type": "StringName", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "instantiate", + "return_type": "Variant", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_class_enabled", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_parent_class", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "StringName", + "default": null + }, + { + "name": "inherits", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RandomNumberGenerator", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "randf", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "randf_range", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "randfn", + "return_type": "float", + "params": [ + { + "name": "mean", + "type": "float", + "default": "0.0" + }, + { + "name": "deviation", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "randi", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "randi_range", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "int", + "default": null + }, + { + "name": "to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "randomize", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "seed", + "type": "int", + "setter": "set_seed", + "getter": "get_seed", + "default": "0" + }, + { + "name": "state", + "type": "int", + "setter": "set_state", + "getter": "get_state", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeTextureSDFNormal", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MeshDataTool", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "commit_to_surface", + "return_type": "int", + "params": [ + { + "name": "mesh", + "type": "ArrayMesh", + "default": null + }, + { + "name": "compression_flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "create_from_surface", + "return_type": "int", + "params": [ + { + "name": "mesh", + "type": "ArrayMesh", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_edge_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_edge_faces", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_edge_meta", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_edge_vertex", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "vertex", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_face_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_face_edge", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "edge", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_face_meta", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_face_normal", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_face_vertex", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "vertex", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_material", + "return_type": "Material", + "params": [], + "description": "" + }, + { + "name": "get_vertex", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_bones", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_color", + "return_type": "Color", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_vertex_edges", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_faces", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_meta", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_normal", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_tangent", + "return_type": "Plane", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_uv", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_uv2", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_vertex_weights", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_edge_meta", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "meta", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_face_meta", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "meta", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_material", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "vertex", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_bones", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "bones", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_color", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_meta", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "meta", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_normal", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "normal", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_tangent", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tangent", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_uv", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "uv", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_uv2", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "uv2", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex_weights", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "weights", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "FontFile", + "inherits": "Font", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_cache", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_glyphs", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_kerning_map", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_size_cache", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_textures", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_ascent", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_cache_descent", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_scale", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_underline_position", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_char_from_glyph_index", + "return_type": "int", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_embolden", + "return_type": "float", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_extra_spacing", + "return_type": "int", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_face_index", + "return_type": "int", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_advance", + "return_type": "Vector2", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_index", + "return_type": "int", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "variation_selector", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_list", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_offset", + "return_type": "Vector2", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_size", + "return_type": "Vector2", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_texture_idx", + "return_type": "int", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_glyph_uv_rect", + "return_type": "Rect2", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_kerning", + "return_type": "Vector2", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_kerning_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_language_support_override", + "return_type": "bool", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_language_support_overrides", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_script_support_override", + "return_type": "bool", + "params": [ + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_script_support_overrides", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_size_cache_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_count", + "return_type": "int", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_image", + "return_type": "Image", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_offsets", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_variation_coordinates", + "return_type": "Dictionary", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "load_bitmap_font", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_dynamic_font", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_cache", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_glyph", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_kerning", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_language_support_override", + "return_type": "void", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_script_support_override", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_size_cache", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_texture", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "render_glyph", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "render_range", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_ascent", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "ascent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_descent", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "descent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_scale", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_underline_position", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_underline_thickness", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_thickness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_embolden", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_extra_spacing", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_face_index", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "face_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glyph_advance", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "advance", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glyph_offset", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glyph_size", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "gl_size", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glyph_texture_idx", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "texture_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glyph_uv_rect", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "uv_rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_kerning", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + }, + { + "name": "kerning", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_language_support_override", + "return_type": "void", + "params": [ + { + "name": "language", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_script_support_override", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture_image", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture_offsets", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_transform", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_variation_coordinates", + "return_type": "void", + "params": [ + { + "name": "cache_index", + "type": "int", + "default": null + }, + { + "name": "variation_coordinates", + "type": "Dictionary", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "allow_system_fallback", + "type": "bool", + "setter": "set_allow_system_fallback", + "getter": "is_allow_system_fallback", + "default": "true" + }, + { + "name": "antialiasing", + "type": "int", + "setter": "set_antialiasing", + "getter": "get_antialiasing", + "default": "1" + }, + { + "name": "data", + "type": "PackedByteArray", + "setter": "set_data", + "getter": "get_data", + "default": "PackedByteArray()" + }, + { + "name": "fixed_size", + "type": "int", + "setter": "set_fixed_size", + "getter": "get_fixed_size", + "default": "0" + }, + { + "name": "fixed_size_scale_mode", + "type": "int", + "setter": "set_fixed_size_scale_mode", + "getter": "get_fixed_size_scale_mode", + "default": "0" + }, + { + "name": "font_name", + "type": "String", + "setter": "set_font_name", + "getter": "get_font_name", + "default": "\"\"" + }, + { + "name": "font_stretch", + "type": "int", + "setter": "set_font_stretch", + "getter": "get_font_stretch", + "default": "100" + }, + { + "name": "font_style", + "type": "int", + "setter": "set_font_style", + "getter": "get_font_style", + "default": "0" + }, + { + "name": "font_weight", + "type": "int", + "setter": "set_font_weight", + "getter": "get_font_weight", + "default": "400" + }, + { + "name": "force_autohinter", + "type": "bool", + "setter": "set_force_autohinter", + "getter": "is_force_autohinter", + "default": "false" + }, + { + "name": "generate_mipmaps", + "type": "bool", + "setter": "set_generate_mipmaps", + "getter": "get_generate_mipmaps", + "default": "false" + }, + { + "name": "hinting", + "type": "int", + "setter": "set_hinting", + "getter": "get_hinting", + "default": "1" + }, + { + "name": "msdf_pixel_range", + "type": "int", + "setter": "set_msdf_pixel_range", + "getter": "get_msdf_pixel_range", + "default": "16" + }, + { + "name": "msdf_size", + "type": "int", + "setter": "set_msdf_size", + "getter": "get_msdf_size", + "default": "48" + }, + { + "name": "multichannel_signed_distance_field", + "type": "bool", + "setter": "set_multichannel_signed_distance_field", + "getter": "is_multichannel_signed_distance_field", + "default": "false" + }, + { + "name": "opentype_feature_overrides", + "type": "Dictionary", + "setter": "set_opentype_feature_overrides", + "getter": "get_opentype_feature_overrides", + "default": "{}" + }, + { + "name": "oversampling", + "type": "float", + "setter": "set_oversampling", + "getter": "get_oversampling", + "default": "0.0" + }, + { + "name": "style_name", + "type": "String", + "setter": "set_font_style_name", + "getter": "get_font_style_name", + "default": "\"\"" + }, + { + "name": "subpixel_positioning", + "type": "int", + "setter": "set_subpixel_positioning", + "getter": "get_subpixel_positioning", + "default": "1" + } + ] + }, + { + "name": "CompressedTexture3D", + "inherits": "Texture3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "load_path", + "type": "String", + "setter": "load", + "getter": "get_load_path", + "default": "\"\"" + } + ] + }, + { + "name": "Light3D", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_correlated_color", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "get_param", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "distance_fade_begin", + "type": "float", + "setter": "set_distance_fade_begin", + "getter": "get_distance_fade_begin", + "default": "40.0" + }, + { + "name": "distance_fade_enabled", + "type": "bool", + "setter": "set_enable_distance_fade", + "getter": "is_distance_fade_enabled", + "default": "false" + }, + { + "name": "distance_fade_length", + "type": "float", + "setter": "set_distance_fade_length", + "getter": "get_distance_fade_length", + "default": "10.0" + }, + { + "name": "distance_fade_shadow", + "type": "float", + "setter": "set_distance_fade_shadow", + "getter": "get_distance_fade_shadow", + "default": "50.0" + }, + { + "name": "editor_only", + "type": "bool", + "setter": "set_editor_only", + "getter": "is_editor_only", + "default": "false" + }, + { + "name": "light_angular_distance", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "light_bake_mode", + "type": "int", + "setter": "set_bake_mode", + "getter": "get_bake_mode", + "default": "2" + }, + { + "name": "light_color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "light_cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "4294967295" + }, + { + "name": "light_energy", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "light_indirect_energy", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "light_intensity_lumens", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "" + }, + { + "name": "light_intensity_lux", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "" + }, + { + "name": "light_negative", + "type": "bool", + "setter": "set_negative", + "getter": "is_negative", + "default": "false" + }, + { + "name": "light_projector", + "type": "Texture2D", + "setter": "set_projector", + "getter": "get_projector", + "default": "" + }, + { + "name": "light_size", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "light_specular", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.5" + }, + { + "name": "light_temperature", + "type": "float", + "setter": "set_temperature", + "getter": "get_temperature", + "default": "" + }, + { + "name": "light_volumetric_fog_energy", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "shadow_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.1" + }, + { + "name": "shadow_blur", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "shadow_enabled", + "type": "bool", + "setter": "set_shadow", + "getter": "has_shadow", + "default": "false" + }, + { + "name": "shadow_normal_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "2.0" + }, + { + "name": "shadow_opacity", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "shadow_reverse_cull_face", + "type": "bool", + "setter": "set_shadow_reverse_cull_face", + "getter": "get_shadow_reverse_cull_face", + "default": "false" + }, + { + "name": "shadow_transmittance_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.05" + } + ] + }, + { + "name": "VisualShaderNodeTextureParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color_default", + "type": "int", + "setter": "set_color_default", + "getter": "get_color_default", + "default": "0" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "0" + }, + { + "name": "texture_repeat", + "type": "int", + "setter": "set_texture_repeat", + "getter": "get_texture_repeat", + "default": "0" + }, + { + "name": "texture_source", + "type": "int", + "setter": "set_texture_source", + "getter": "get_texture_source", + "default": "0" + }, + { + "name": "texture_type", + "type": "int", + "setter": "set_texture_type", + "getter": "get_texture_type", + "default": "0" + } + ] + }, + { + "name": "Texture2D", + "inherits": "Texture", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_draw", + "return_type": "void", + "params": [ + { + "name": "to_canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + }, + { + "name": "transpose", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_draw_rect", + "return_type": "void", + "params": [ + { + "name": "to_canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "tile", + "type": "bool", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + }, + { + "name": "transpose", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_draw_rect_region", + "return_type": "void", + "params": [ + { + "name": "to_canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + }, + { + "name": "transpose", + "type": "bool", + "default": null + }, + { + "name": "clip_uv", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_has_alpha", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_pixel_opaque", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + }, + { + "name": "draw", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_rect", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "tile", + "type": "bool", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_rect_region", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + }, + { + "name": "clip_uv", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_image", + "return_type": "Image", + "params": [], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_alpha", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeBillboard", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "billboard_type", + "type": "int", + "setter": "set_billboard_type", + "getter": "get_billboard_type", + "default": "1" + }, + { + "name": "keep_scale", + "type": "bool", + "setter": "set_keep_scale_enabled", + "getter": "is_keep_scale_enabled", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeRemap", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "RayCast2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_exceptions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_raycast_update", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "is_colliding", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject2D", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "exclude_parent", + "type": "bool", + "setter": "set_exclude_parent_body", + "getter": "get_exclude_parent_body", + "default": "true" + }, + { + "name": "hit_from_inside", + "type": "bool", + "setter": "set_hit_from_inside", + "getter": "is_hit_from_inside_enabled", + "default": "false" + }, + { + "name": "target_position", + "type": "Vector2", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector2(0, 50)" + } + ] + }, + { + "name": "RDPipelineSpecializationConstant", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant_id", + "type": "int", + "setter": "set_constant_id", + "getter": "get_constant_id", + "default": "0" + }, + { + "name": "value", + "type": "Variant", + "setter": "set_value", + "getter": "get_value", + "default": "" + } + ] + }, + { + "name": "PhysicsServer3DExtension", + "inherits": "PhysicsServer3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_area_add_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_area_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_param", + "return_type": "Variant", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_space", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_remove_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_area_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_monitorable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "monitorable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_param", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_ray_pickable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_space", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_body_get_collision_exceptions", + "return_type": "RID[]", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_priority", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_constant_force", + "return_type": "Vector3", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_constant_torque", + "return_type": "Vector3", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_contacts_reported_depth_threshold", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_direct_state", + "return_type": "PhysicsDirectBodyState3D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_max_contacts_reported", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_param", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_space", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_state", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_user_flags", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_is_axis_locked", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_is_continuous_collision_detection_enabled", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_is_omitting_force_integration", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_remove_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_reset_mass_properties", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_axis_lock", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "lock", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis_velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_priority", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_contacts_reported_depth_threshold", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "threshold", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_enable_continuous_collision_detection", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_force_integration_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_max_contacts_reported", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_omit_force_integration", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_param", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_ray_pickable", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_space", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_state", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_state_sync_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_user_flags", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_test_motion", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "from", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "max_collisions", + "type": "int", + "default": null + }, + { + "name": "collide_separation_ray", + "type": "bool", + "default": null + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": null + }, + { + "name": "result", + "type": "PhysicsServer3DExtensionMotionResult*", + "default": null + } + ], + "description": "" + }, + { + "name": "_box_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_capsule_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_concave_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_cone_twist_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_cone_twist_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_convex_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_custom_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_cylinder_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_end_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_finish", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_flush_queries", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_generic_6dof_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_generic_6dof_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_generic_6dof_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_generic_6dof_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_process_info", + "return_type": "int", + "params": [ + { + "name": "process_info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_heightmap_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_hinge_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_hinge_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_hinge_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_hinge_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_init", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_is_flushing_queries", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_joint_clear", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_joint_disable_collisions_between_bodies", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_get_solver_priority", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_get_type", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_is_disabled_collisions_between_bodies", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_cone_twist", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_generic_6dof", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_hinge", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "hinge_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "hinge_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_hinge_simple", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "pivot_A", + "type": "Vector3", + "default": null + }, + { + "name": "axis_A", + "type": "Vector3", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "pivot_B", + "type": "Vector3", + "default": null + }, + { + "name": "axis_B", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_pin", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_A", + "type": "Vector3", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_B", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_slider", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "body_A", + "type": "RID", + "default": null + }, + { + "name": "local_ref_A", + "type": "Transform3D", + "default": null + }, + { + "name": "body_B", + "type": "RID", + "default": null + }, + { + "name": "local_ref_B", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_set_solver_priority", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_get_local_a", + "return_type": "Vector3", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_get_local_b", + "return_type": "Vector3", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_set_local_a", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "local_A", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_set_local_b", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "local_B", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_separation_ray_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_set_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_custom_solver_bias", + "return_type": "float", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_data", + "return_type": "Variant", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_margin", + "return_type": "float", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_type", + "return_type": "int", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_set_custom_solver_bias", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_set_data", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_set_margin", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_slider_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_slider_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_soft_body_get_bounds", + "return_type": "AABB", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_collision_exceptions", + "return_type": "RID[]", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_damping_coefficient", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_drag_coefficient", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_linear_stiffness", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_point_global_position", + "return_type": "Vector3", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "point_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_pressure_coefficient", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_simulation_precision", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_space", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_state", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_get_total_mass", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_is_point_pinned", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "point_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_move_point", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "point_index", + "type": "int", + "default": null + }, + { + "name": "global_position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_pin_point", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "point_index", + "type": "int", + "default": null + }, + { + "name": "pin", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_remove_all_pinned_points", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_damping_coefficient", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "damping_coefficient", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_drag_coefficient", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "drag_coefficient", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_linear_stiffness", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "linear_stiffness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_mesh", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mesh", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_pressure_coefficient", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "pressure_coefficient", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_ray_pickable", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_simulation_precision", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "simulation_precision", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_space", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_state", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + }, + { + "name": "variant", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_total_mass", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "total_mass", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_set_transform", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_soft_body_update_rendering_server", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "rendering_server_handler", + "type": "PhysicsServer3DRenderingServerHandler", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_space_get_contact_count", + "return_type": "int", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_contacts", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_direct_state", + "return_type": "PhysicsDirectSpaceState3D", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_param", + "return_type": "float", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_is_active", + "return_type": "bool", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_active", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_debug_contacts", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "max_contacts", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_param", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_sphere_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_step", + "return_type": "void", + "params": [ + { + "name": "step", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_world_boundary_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "body_test_motion_is_excluding_body", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_test_motion_is_excluding_object", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsServer2DManager", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "register_server", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "create_callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "set_default_server", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Time", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_date_dict_from_system", + "return_type": "Dictionary", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_date_dict_from_unix_time", + "return_type": "Dictionary", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_date_string_from_system", + "return_type": "String", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_date_string_from_unix_time", + "return_type": "String", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_datetime_dict_from_datetime_string", + "return_type": "Dictionary", + "params": [ + { + "name": "datetime", + "type": "String", + "default": null + }, + { + "name": "weekday", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "get_datetime_dict_from_system", + "return_type": "Dictionary", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_datetime_dict_from_unix_time", + "return_type": "Dictionary", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_datetime_string_from_datetime_dict", + "return_type": "String", + "params": [ + { + "name": "datetime", + "type": "Dictionary", + "default": null + }, + { + "name": "use_space", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "get_datetime_string_from_system", + "return_type": "String", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + }, + { + "name": "use_space", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_datetime_string_from_unix_time", + "return_type": "String", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + }, + { + "name": "use_space", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_offset_string_from_offset_minutes", + "return_type": "String", + "params": [ + { + "name": "offset_minutes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ticks_msec", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_ticks_usec", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_time_dict_from_system", + "return_type": "Dictionary", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_time_dict_from_unix_time", + "return_type": "Dictionary", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_time_string_from_system", + "return_type": "String", + "params": [ + { + "name": "utc", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_time_string_from_unix_time", + "return_type": "String", + "params": [ + { + "name": "unix_time_val", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_time_zone_from_system", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_unix_time_from_datetime_dict", + "return_type": "int", + "params": [ + { + "name": "datetime", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "get_unix_time_from_datetime_string", + "return_type": "int", + "params": [ + { + "name": "datetime", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_unix_time_from_system", + "return_type": "float", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PackedStringArray", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "String", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedStringArray", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Lightmapper", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "BoxMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "subdivide_depth", + "type": "int", + "setter": "set_subdivide_depth", + "getter": "get_subdivide_depth", + "default": "0" + }, + { + "name": "subdivide_height", + "type": "int", + "setter": "set_subdivide_height", + "getter": "get_subdivide_height", + "default": "0" + }, + { + "name": "subdivide_width", + "type": "int", + "setter": "set_subdivide_width", + "getter": "get_subdivide_width", + "default": "0" + } + ] + }, + { + "name": "Sprite3D", + "inherits": "SpriteBase3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "frame", + "type": "int", + "setter": "set_frame", + "getter": "get_frame", + "default": "0" + }, + { + "name": "frame_coords", + "type": "Vector2i", + "setter": "set_frame_coords", + "getter": "get_frame_coords", + "default": "Vector2i(0, 0)" + }, + { + "name": "hframes", + "type": "int", + "setter": "set_hframes", + "getter": "get_hframes", + "default": "1" + }, + { + "name": "region_enabled", + "type": "bool", + "setter": "set_region_enabled", + "getter": "is_region_enabled", + "default": "false" + }, + { + "name": "region_rect", + "type": "Rect2", + "setter": "set_region_rect", + "getter": "get_region_rect", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "vframes", + "type": "int", + "setter": "set_vframes", + "getter": "get_vframes", + "default": "1" + } + ] + }, + { + "name": "VehicleWheel3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_contact_body", + "return_type": "Node3D", + "params": [], + "description": "" + }, + { + "name": "get_rpm", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_skidinfo", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "is_in_contact", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "brake", + "type": "float", + "setter": "set_brake", + "getter": "get_brake", + "default": "0.0" + }, + { + "name": "damping_compression", + "type": "float", + "setter": "set_damping_compression", + "getter": "get_damping_compression", + "default": "0.83" + }, + { + "name": "damping_relaxation", + "type": "float", + "setter": "set_damping_relaxation", + "getter": "get_damping_relaxation", + "default": "0.88" + }, + { + "name": "engine_force", + "type": "float", + "setter": "set_engine_force", + "getter": "get_engine_force", + "default": "0.0" + }, + { + "name": "steering", + "type": "float", + "setter": "set_steering", + "getter": "get_steering", + "default": "0.0" + }, + { + "name": "suspension_max_force", + "type": "float", + "setter": "set_suspension_max_force", + "getter": "get_suspension_max_force", + "default": "6000.0" + }, + { + "name": "suspension_stiffness", + "type": "float", + "setter": "set_suspension_stiffness", + "getter": "get_suspension_stiffness", + "default": "5.88" + }, + { + "name": "suspension_travel", + "type": "float", + "setter": "set_suspension_travel", + "getter": "get_suspension_travel", + "default": "0.2" + }, + { + "name": "use_as_steering", + "type": "bool", + "setter": "set_use_as_steering", + "getter": "is_used_as_steering", + "default": "false" + }, + { + "name": "use_as_traction", + "type": "bool", + "setter": "set_use_as_traction", + "getter": "is_used_as_traction", + "default": "false" + }, + { + "name": "wheel_friction_slip", + "type": "float", + "setter": "set_friction_slip", + "getter": "get_friction_slip", + "default": "10.5" + }, + { + "name": "wheel_radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + }, + { + "name": "wheel_rest_length", + "type": "float", + "setter": "set_suspension_rest_length", + "getter": "get_suspension_rest_length", + "default": "0.15" + }, + { + "name": "wheel_roll_influence", + "type": "float", + "setter": "set_roll_influence", + "getter": "get_roll_influence", + "default": "0.1" + } + ] + }, + { + "name": "SliderJoint3D", + "inherits": "Joint3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_param", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_limit/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "angular_limit/lower_angle", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "angular_limit/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "angular_limit/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "angular_limit/upper_angle", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "angular_motion/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "angular_motion/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "angular_motion/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "angular_ortho/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "angular_ortho/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "angular_ortho/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_limit/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_limit/lower_distance", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "-1.0" + }, + { + "name": "linear_limit/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "linear_limit/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_limit/upper_distance", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_motion/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + }, + { + "name": "linear_motion/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "linear_motion/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_ortho/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "linear_ortho/restitution", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.7" + }, + { + "name": "linear_ortho/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + } + ] + }, + { + "name": "ShaderGlobalsOverride", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeVectorDistance", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "GraphNode", + "inherits": "GraphElement", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_draw_port", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "left", + "type": "bool", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_all_slots", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_slot", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_port_color", + "return_type": "Color", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_input_port_position", + "return_type": "Vector2", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_port_slot", + "return_type": "int", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_port_type", + "return_type": "int", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_output_port_color", + "return_type": "Color", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_output_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_output_port_position", + "return_type": "Vector2", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_output_port_slot", + "return_type": "int", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_output_port_type", + "return_type": "int", + "params": [ + { + "name": "port_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slot_color_left", + "return_type": "Color", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slot_color_right", + "return_type": "Color", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slot_type_left", + "return_type": "int", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slot_type_right", + "return_type": "int", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_titlebar_hbox", + "return_type": "HBoxContainer", + "params": [], + "description": "" + }, + { + "name": "is_slot_draw_stylebox", + "return_type": "bool", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_slot_enabled_left", + "return_type": "bool", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_slot_enabled_right", + "return_type": "bool", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "enable_left_port", + "type": "bool", + "default": null + }, + { + "name": "type_left", + "type": "int", + "default": null + }, + { + "name": "color_left", + "type": "Color", + "default": null + }, + { + "name": "enable_right_port", + "type": "bool", + "default": null + }, + { + "name": "type_right", + "type": "int", + "default": null + }, + { + "name": "color_right", + "type": "Color", + "default": null + }, + { + "name": "custom_icon_left", + "type": "Texture2D", + "default": "null" + }, + { + "name": "custom_icon_right", + "type": "Texture2D", + "default": "null" + }, + { + "name": "draw_stylebox", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_slot_color_left", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_color_right", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_draw_stylebox", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_enabled_left", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_enabled_right", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_type_left", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_slot_type_right", + "return_type": "void", + "params": [ + { + "name": "slot_index", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "0" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"\"" + } + ] + }, + { + "name": "TextParagraph", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_object", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "length", + "type": "int", + "default": "1" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "add_string", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + }, + { + "name": "meta", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_dropcap", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "draw", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "dc_color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_dropcap", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_dropcap_outline", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": "1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_line", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_line_outline", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": "1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_outline", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": "1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "dc_color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "get_dropcap_lines", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_dropcap_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_dropcap_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_line_ascent", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_descent", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_object_rect", + "return_type": "Rect2", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_objects", + "return_type": "Array", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_range", + "return_type": "Vector2i", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_rid", + "return_type": "RID", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_size", + "return_type": "Vector2", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_underline_position", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_width", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_non_wrapped_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "hit_test", + "return_type": "int", + "params": [ + { + "name": "coords", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "resize_object", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "set_bidi_override", + "return_type": "void", + "params": [ + { + "name": "override", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_dropcap", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + }, + { + "name": "dropcap_margins", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "tab_align", + "return_type": "void", + "params": [ + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_alignment", + "getter": "get_alignment", + "default": "0" + }, + { + "name": "break_flags", + "type": "int", + "setter": "set_break_flags", + "getter": "get_break_flags", + "default": "3" + }, + { + "name": "custom_punctuation", + "type": "String", + "setter": "set_custom_punctuation", + "getter": "get_custom_punctuation", + "default": "\"\"" + }, + { + "name": "direction", + "type": "int", + "setter": "set_direction", + "getter": "get_direction", + "default": "0" + }, + { + "name": "justification_flags", + "type": "int", + "setter": "set_justification_flags", + "getter": "get_justification_flags", + "default": "163" + }, + { + "name": "max_lines_visible", + "type": "int", + "setter": "set_max_lines_visible", + "getter": "get_max_lines_visible", + "default": "-1" + }, + { + "name": "orientation", + "type": "int", + "setter": "set_orientation", + "getter": "get_orientation", + "default": "0" + }, + { + "name": "preserve_control", + "type": "bool", + "setter": "set_preserve_control", + "getter": "get_preserve_control", + "default": "false" + }, + { + "name": "preserve_invalid", + "type": "bool", + "setter": "set_preserve_invalid", + "getter": "get_preserve_invalid", + "default": "true" + }, + { + "name": "text_overrun_behavior", + "type": "int", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "default": "0" + }, + { + "name": "width", + "type": "float", + "setter": "set_width", + "getter": "get_width", + "default": "-1.0" + } + ] + }, + { + "name": "VisualShaderNodeVec3Parameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "Vector3", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeFloatConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "float", + "setter": "set_constant", + "getter": "get_constant", + "default": "0.0" + } + ] + }, + { + "name": "AudioStreamPlayer", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_playback_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_stream_playback", + "return_type": "AudioStreamPlayback", + "params": [], + "description": "" + }, + { + "name": "has_stream_playback", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "from_position", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "autoplay", + "type": "bool", + "setter": "set_autoplay", + "getter": "is_autoplay_enabled", + "default": "false" + }, + { + "name": "bus", + "type": "StringName", + "setter": "set_bus", + "getter": "get_bus", + "default": "&\"Master\"" + }, + { + "name": "max_polyphony", + "type": "int", + "setter": "set_max_polyphony", + "getter": "get_max_polyphony", + "default": "1" + }, + { + "name": "mix_target", + "type": "int", + "setter": "set_mix_target", + "getter": "get_mix_target", + "default": "0" + }, + { + "name": "pitch_scale", + "type": "float", + "setter": "set_pitch_scale", + "getter": "get_pitch_scale", + "default": "1.0" + }, + { + "name": "playing", + "type": "bool", + "setter": "_set_playing", + "getter": "is_playing", + "default": "false" + }, + { + "name": "stream", + "type": "AudioStream", + "setter": "set_stream", + "getter": "get_stream", + "default": "" + }, + { + "name": "stream_paused", + "type": "bool", + "setter": "set_stream_paused", + "getter": "get_stream_paused", + "default": "false" + }, + { + "name": "volume_db", + "type": "float", + "setter": "set_volume_db", + "getter": "get_volume_db", + "default": "0.0" + } + ] + }, + { + "name": "CryptoKey", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_public_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "public_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "load_from_string", + "return_type": "int", + "params": [ + { + "name": "string_key", + "type": "String", + "default": null + }, + { + "name": "public_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "save", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "public_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "save_to_string", + "return_type": "String", + "params": [ + { + "name": "public_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeTextureParameterTriplanar", + "inherits": "VisualShaderNodeTextureParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VideoStreamPlayback", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_channels", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_mix_rate", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_playback_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_texture", + "return_type": "Texture2D", + "params": [], + "description": "" + }, + { + "name": "_is_paused", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_play", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_seek", + "return_type": "void", + "params": [ + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_audio_track", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_paused", + "return_type": "void", + "params": [ + { + "name": "paused", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_update", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "mix_audio", + "return_type": "int", + "params": [ + { + "name": "num_frames", + "type": "int", + "default": null + }, + { + "name": "buffer", + "type": "PackedFloat32Array", + "default": "PackedFloat32Array()" + }, + { + "name": "offset", + "type": "int", + "default": "0" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CompressedTexture2DArray", + "inherits": "CompressedTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ReferenceRect", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "border_color", + "type": "Color", + "setter": "set_border_color", + "getter": "get_border_color", + "default": "Color(1, 0, 0, 1)" + }, + { + "name": "border_width", + "type": "float", + "setter": "set_border_width", + "getter": "get_border_width", + "default": "1.0" + }, + { + "name": "editor_only", + "type": "bool", + "setter": "set_editor_only", + "getter": "get_editor_only", + "default": "true" + } + ] + }, + { + "name": "SpinBox", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "apply", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_line_edit", + "return_type": "LineEdit", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "0" + }, + { + "name": "custom_arrow_step", + "type": "float", + "setter": "set_custom_arrow_step", + "getter": "get_custom_arrow_step", + "default": "0.0" + }, + { + "name": "editable", + "type": "bool", + "setter": "set_editable", + "getter": "is_editable", + "default": "true" + }, + { + "name": "prefix", + "type": "String", + "setter": "set_prefix", + "getter": "get_prefix", + "default": "\"\"" + }, + { + "name": "select_all_on_focus", + "type": "bool", + "setter": "set_select_all_on_focus", + "getter": "is_select_all_on_focus", + "default": "false" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "1.0" + }, + { + "name": "suffix", + "type": "String", + "setter": "set_suffix", + "getter": "get_suffix", + "default": "\"\"" + }, + { + "name": "update_on_text_changed", + "type": "bool", + "setter": "set_update_on_text_changed", + "getter": "get_update_on_text_changed", + "default": "false" + } + ] + }, + { + "name": "FogMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "albedo", + "type": "Color", + "setter": "set_albedo", + "getter": "get_albedo", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "density", + "type": "float", + "setter": "set_density", + "getter": "get_density", + "default": "1.0" + }, + { + "name": "density_texture", + "type": "Texture3D", + "setter": "set_density_texture", + "getter": "get_density_texture", + "default": "" + }, + { + "name": "edge_fade", + "type": "float", + "setter": "set_edge_fade", + "getter": "get_edge_fade", + "default": "0.1" + }, + { + "name": "emission", + "type": "Color", + "setter": "set_emission", + "getter": "get_emission", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "height_falloff", + "type": "float", + "setter": "set_height_falloff", + "getter": "get_height_falloff", + "default": "0.0" + } + ] + }, + { + "name": "CanvasItem", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_draw", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "draw_animation_slice", + "return_type": "void", + "params": [ + { + "name": "animation_length", + "type": "float", + "default": null + }, + { + "name": "slice_begin", + "type": "float", + "default": null + }, + { + "name": "slice_end", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "draw_arc", + "return_type": "void", + "params": [ + { + "name": "center", + "type": "Vector2", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "start_angle", + "type": "float", + "default": null + }, + { + "name": "end_angle", + "type": "float", + "default": null + }, + { + "name": "point_count", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_char", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "char", + "type": "String", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_char_outline", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "char", + "type": "String", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "size", + "type": "int", + "default": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_circle", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_colored_polygon", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "texture", + "type": "Texture2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "draw_dashed_line", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "dash", + "type": "float", + "default": "2.0" + }, + { + "name": "aligned", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "draw_end_animation", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "draw_lcd_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_line", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_mesh", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "Mesh", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_msdf_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "outline", + "type": "float", + "default": "0.0" + }, + { + "name": "pixel_range", + "type": "float", + "default": "4.0" + }, + { + "name": "scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "draw_multiline", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + } + ], + "description": "" + }, + { + "name": "draw_multiline_colors", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + } + ], + "description": "" + }, + { + "name": "draw_multiline_string", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "max_lines", + "type": "int", + "default": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "int", + "default": "3" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_multiline_string_outline", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "max_lines", + "type": "int", + "default": "-1" + }, + { + "name": "size", + "type": "int", + "default": "1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "int", + "default": "3" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_multimesh", + "return_type": "void", + "params": [ + { + "name": "multimesh", + "type": "MultiMesh", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_polygon", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "texture", + "type": "Texture2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "draw_polyline", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_polyline_colors", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_primitive", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "draw_rect", + "return_type": "void", + "params": [ + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "filled", + "type": "bool", + "default": "true" + }, + { + "name": "width", + "type": "float", + "default": "-1.0" + } + ], + "description": "" + }, + { + "name": "draw_set_transform", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "rotation", + "type": "float", + "default": "0.0" + }, + { + "name": "scale", + "type": "Vector2", + "default": "Vector2(1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_set_transform_matrix", + "return_type": "void", + "params": [ + { + "name": "xform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_string", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_string_outline", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "size", + "type": "int", + "default": "1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_style_box", + "return_type": "void", + "params": [ + { + "name": "style_box", + "type": "StyleBox", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_texture", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_texture_rect", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "tile", + "type": "bool", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "draw_texture_rect_region", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "transpose", + "type": "bool", + "default": "false" + }, + { + "name": "clip_uv", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "force_update_transform", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_canvas", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_canvas_item", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_canvas_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_global_mouse_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_global_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_global_transform_with_canvas", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_local_mouse_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_screen_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_viewport_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "get_viewport_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_visibility_layer_bit", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_world_2d", + "return_type": "World2D", + "params": [], + "description": "" + }, + { + "name": "hide", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_local_transform_notification_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_transform_notification_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_visible_in_tree", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "make_canvas_position_local", + "return_type": "Vector2", + "params": [ + { + "name": "screen_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "make_input_local", + "return_type": "InputEvent", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "move_to_front", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "queue_redraw", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_notify_local_transform", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_notify_transform", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_visibility_layer_bit", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "show", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "clip_children", + "type": "int", + "setter": "set_clip_children_mode", + "getter": "get_clip_children_mode", + "default": "0" + }, + { + "name": "light_mask", + "type": "int", + "setter": "set_light_mask", + "getter": "get_light_mask", + "default": "1" + }, + { + "name": "material", + "type": "Material", + "setter": "set_material", + "getter": "get_material", + "default": "" + }, + { + "name": "modulate", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "self_modulate", + "type": "Color", + "setter": "set_self_modulate", + "getter": "get_self_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "show_behind_parent", + "type": "bool", + "setter": "set_draw_behind_parent", + "getter": "is_draw_behind_parent_enabled", + "default": "false" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "0" + }, + { + "name": "texture_repeat", + "type": "int", + "setter": "set_texture_repeat", + "getter": "get_texture_repeat", + "default": "0" + }, + { + "name": "top_level", + "type": "bool", + "setter": "set_as_top_level", + "getter": "is_set_as_top_level", + "default": "false" + }, + { + "name": "use_parent_material", + "type": "bool", + "setter": "set_use_parent_material", + "getter": "get_use_parent_material", + "default": "false" + }, + { + "name": "visibility_layer", + "type": "int", + "setter": "set_visibility_layer", + "getter": "get_visibility_layer", + "default": "1" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "true" + }, + { + "name": "y_sort_enabled", + "type": "bool", + "setter": "set_y_sort_enabled", + "getter": "is_y_sort_enabled", + "default": "false" + }, + { + "name": "z_as_relative", + "type": "bool", + "setter": "set_z_as_relative", + "getter": "is_z_relative", + "default": "true" + }, + { + "name": "z_index", + "type": "int", + "setter": "set_z_index", + "getter": "get_z_index", + "default": "0" + } + ] + }, + { + "name": "PackedDataContainerRef", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeParticleConeVelocity", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CompressedTexture2D", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "load_path", + "type": "String", + "setter": "load", + "getter": "get_load_path", + "default": "\"\"" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + } + ] + }, + { + "name": "HFlowContainer", + "inherits": "FlowContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "NavigationPathQueryResult2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "reset", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "path", + "type": "PackedVector2Array", + "setter": "set_path", + "getter": "get_path", + "default": "PackedVector2Array()" + }, + { + "name": "path_owner_ids", + "type": "PackedInt64Array", + "setter": "set_path_owner_ids", + "getter": "get_path_owner_ids", + "default": "PackedInt64Array()" + }, + { + "name": "path_rids", + "type": "RID[]", + "setter": "set_path_rids", + "getter": "get_path_rids", + "default": "[]" + }, + { + "name": "path_types", + "type": "PackedInt32Array", + "setter": "set_path_types", + "getter": "get_path_types", + "default": "PackedInt32Array()" + } + ] + }, + { + "name": "ScriptEditorBase", + "inherits": "VBoxContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_syntax_highlighter", + "return_type": "void", + "params": [ + { + "name": "highlighter", + "type": "EditorSyntaxHighlighter", + "default": null + } + ], + "description": "" + }, + { + "name": "get_base_editor", + "return_type": "Control", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "RDShaderSource", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_stage_source", + "return_type": "String", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stage_source", + "return_type": "void", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + }, + { + "name": "source", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "language", + "type": "int", + "setter": "set_language", + "getter": "get_language", + "default": "0" + }, + { + "name": "source_compute", + "type": "String", + "setter": "set_stage_source", + "getter": "get_stage_source", + "default": "\"\"" + }, + { + "name": "source_fragment", + "type": "String", + "setter": "set_stage_source", + "getter": "get_stage_source", + "default": "\"\"" + }, + { + "name": "source_tesselation_control", + "type": "String", + "setter": "set_stage_source", + "getter": "get_stage_source", + "default": "\"\"" + }, + { + "name": "source_tesselation_evaluation", + "type": "String", + "setter": "set_stage_source", + "getter": "get_stage_source", + "default": "\"\"" + }, + { + "name": "source_vertex", + "type": "String", + "setter": "set_stage_source", + "getter": "get_stage_source", + "default": "\"\"" + } + ] + }, + { + "name": "SystemFont", + "inherits": "Font", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "allow_system_fallback", + "type": "bool", + "setter": "set_allow_system_fallback", + "getter": "is_allow_system_fallback", + "default": "true" + }, + { + "name": "antialiasing", + "type": "int", + "setter": "set_antialiasing", + "getter": "get_antialiasing", + "default": "1" + }, + { + "name": "font_italic", + "type": "bool", + "setter": "set_font_italic", + "getter": "get_font_italic", + "default": "false" + }, + { + "name": "font_names", + "type": "PackedStringArray", + "setter": "set_font_names", + "getter": "get_font_names", + "default": "PackedStringArray()" + }, + { + "name": "font_stretch", + "type": "int", + "setter": "set_font_stretch", + "getter": "get_font_stretch", + "default": "100" + }, + { + "name": "font_weight", + "type": "int", + "setter": "set_font_weight", + "getter": "get_font_weight", + "default": "400" + }, + { + "name": "force_autohinter", + "type": "bool", + "setter": "set_force_autohinter", + "getter": "is_force_autohinter", + "default": "false" + }, + { + "name": "generate_mipmaps", + "type": "bool", + "setter": "set_generate_mipmaps", + "getter": "get_generate_mipmaps", + "default": "false" + }, + { + "name": "hinting", + "type": "int", + "setter": "set_hinting", + "getter": "get_hinting", + "default": "1" + }, + { + "name": "msdf_pixel_range", + "type": "int", + "setter": "set_msdf_pixel_range", + "getter": "get_msdf_pixel_range", + "default": "16" + }, + { + "name": "msdf_size", + "type": "int", + "setter": "set_msdf_size", + "getter": "get_msdf_size", + "default": "48" + }, + { + "name": "multichannel_signed_distance_field", + "type": "bool", + "setter": "set_multichannel_signed_distance_field", + "getter": "is_multichannel_signed_distance_field", + "default": "false" + }, + { + "name": "oversampling", + "type": "float", + "setter": "set_oversampling", + "getter": "get_oversampling", + "default": "0.0" + }, + { + "name": "subpixel_positioning", + "type": "int", + "setter": "set_subpixel_positioning", + "getter": "get_subpixel_positioning", + "default": "1" + } + ] + }, + { + "name": "PlaceholderTexture3D", + "inherits": "Texture3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3i(1, 1, 1)" + } + ] + }, + { + "name": "PhysicsServer3DManager", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "register_server", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "create_callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "set_default_server", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationNodeAdd2", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CheckBox", + "inherits": "Button", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_text_alignment", + "getter": "get_text_alignment", + "default": "0" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "true" + } + ] + }, + { + "name": "AudioEffectDelay", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "dry", + "type": "float", + "setter": "set_dry", + "getter": "get_dry", + "default": "1.0" + }, + { + "name": "feedback_active", + "type": "bool", + "setter": "set_feedback_active", + "getter": "is_feedback_active", + "default": "false" + }, + { + "name": "feedback_delay_ms", + "type": "float", + "setter": "set_feedback_delay_ms", + "getter": "get_feedback_delay_ms", + "default": "340.0" + }, + { + "name": "feedback_level_db", + "type": "float", + "setter": "set_feedback_level_db", + "getter": "get_feedback_level_db", + "default": "-6.0" + }, + { + "name": "feedback_lowpass", + "type": "float", + "setter": "set_feedback_lowpass", + "getter": "get_feedback_lowpass", + "default": "16000.0" + }, + { + "name": "tap1_active", + "type": "bool", + "setter": "set_tap1_active", + "getter": "is_tap1_active", + "default": "true" + }, + { + "name": "tap1_delay_ms", + "type": "float", + "setter": "set_tap1_delay_ms", + "getter": "get_tap1_delay_ms", + "default": "250.0" + }, + { + "name": "tap1_level_db", + "type": "float", + "setter": "set_tap1_level_db", + "getter": "get_tap1_level_db", + "default": "-6.0" + }, + { + "name": "tap1_pan", + "type": "float", + "setter": "set_tap1_pan", + "getter": "get_tap1_pan", + "default": "0.2" + }, + { + "name": "tap2_active", + "type": "bool", + "setter": "set_tap2_active", + "getter": "is_tap2_active", + "default": "true" + }, + { + "name": "tap2_delay_ms", + "type": "float", + "setter": "set_tap2_delay_ms", + "getter": "get_tap2_delay_ms", + "default": "500.0" + }, + { + "name": "tap2_level_db", + "type": "float", + "setter": "set_tap2_level_db", + "getter": "get_tap2_level_db", + "default": "-12.0" + }, + { + "name": "tap2_pan", + "type": "float", + "setter": "set_tap2_pan", + "getter": "get_tap2_pan", + "default": "-0.4" + } + ] + }, + { + "name": "Crypto", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "constant_time_compare", + "return_type": "bool", + "params": [ + { + "name": "trusted", + "type": "PackedByteArray", + "default": null + }, + { + "name": "received", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "decrypt", + "return_type": "PackedByteArray", + "params": [ + { + "name": "key", + "type": "CryptoKey", + "default": null + }, + { + "name": "ciphertext", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "encrypt", + "return_type": "PackedByteArray", + "params": [ + { + "name": "key", + "type": "CryptoKey", + "default": null + }, + { + "name": "plaintext", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "generate_random_bytes", + "return_type": "PackedByteArray", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "generate_rsa", + "return_type": "CryptoKey", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "generate_self_signed_certificate", + "return_type": "X509Certificate", + "params": [ + { + "name": "key", + "type": "CryptoKey", + "default": null + }, + { + "name": "issuer_name", + "type": "String", + "default": "\"CN=myserver,O=myorganisation,C=IT\"" + }, + { + "name": "not_before", + "type": "String", + "default": "\"20140101000000\"" + }, + { + "name": "not_after", + "type": "String", + "default": "\"20340101000000\"" + } + ], + "description": "" + }, + { + "name": "hmac_digest", + "return_type": "PackedByteArray", + "params": [ + { + "name": "hash_type", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + }, + { + "name": "msg", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "sign", + "return_type": "PackedByteArray", + "params": [ + { + "name": "hash_type", + "type": "int", + "default": null + }, + { + "name": "hash", + "type": "PackedByteArray", + "default": null + }, + { + "name": "key", + "type": "CryptoKey", + "default": null + } + ], + "description": "" + }, + { + "name": "verify", + "return_type": "bool", + "params": [ + { + "name": "hash_type", + "type": "int", + "default": null + }, + { + "name": "hash", + "type": "PackedByteArray", + "default": null + }, + { + "name": "signature", + "type": "PackedByteArray", + "default": null + }, + { + "name": "key", + "type": "CryptoKey", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationNodeSync", + "inherits": "AnimationNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "sync", + "type": "bool", + "setter": "set_use_sync", + "getter": "is_using_sync", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeTextureSDF", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ScriptExtension", + "inherits": "Script", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_instantiate", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_editor_can_reload_from_file", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_get_base_script", + "return_type": "Script", + "params": [], + "description": "" + }, + { + "name": "_get_class_icon_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_constants", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "_get_documentation", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_global_name", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "_get_instance_base_type", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "_get_language", + "return_type": "ScriptLanguage", + "params": [], + "description": "" + }, + { + "name": "_get_member_line", + "return_type": "int", + "params": [ + { + "name": "member", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_members", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "_get_method_info", + "return_type": "Dictionary", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_property_default_value", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_rpc_config", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "_get_script_method_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_script_property_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_script_signal_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_source_code", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_has_method", + "return_type": "bool", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_property_default_value", + "return_type": "bool", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_script_signal", + "return_type": "bool", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_source_code", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_has_static_method", + "return_type": "bool", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_inherits_script", + "return_type": "bool", + "params": [ + { + "name": "script", + "type": "Script", + "default": null + } + ], + "description": "" + }, + { + "name": "_instance_create", + "return_type": "void*", + "params": [ + { + "name": "for_object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_instance_has", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_abstract", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_placeholder_fallback_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_tool", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_valid", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_placeholder_erased", + "return_type": "void", + "params": [ + { + "name": "placeholder", + "type": "void*", + "default": null + } + ], + "description": "" + }, + { + "name": "_placeholder_instance_create", + "return_type": "void*", + "params": [ + { + "name": "for_object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_reload", + "return_type": "int", + "params": [ + { + "name": "keep_state", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_source_code", + "return_type": "void", + "params": [ + { + "name": "code", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_update_exports", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "ProceduralSkyMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "ground_bottom_color", + "type": "Color", + "setter": "set_ground_bottom_color", + "getter": "get_ground_bottom_color", + "default": "Color(0.2, 0.169, 0.133, 1)" + }, + { + "name": "ground_curve", + "type": "float", + "setter": "set_ground_curve", + "getter": "get_ground_curve", + "default": "0.02" + }, + { + "name": "ground_energy_multiplier", + "type": "float", + "setter": "set_ground_energy_multiplier", + "getter": "get_ground_energy_multiplier", + "default": "1.0" + }, + { + "name": "ground_horizon_color", + "type": "Color", + "setter": "set_ground_horizon_color", + "getter": "get_ground_horizon_color", + "default": "Color(0.6463, 0.6558, 0.6708, 1)" + }, + { + "name": "sky_cover", + "type": "Texture2D", + "setter": "set_sky_cover", + "getter": "get_sky_cover", + "default": "" + }, + { + "name": "sky_cover_modulate", + "type": "Color", + "setter": "set_sky_cover_modulate", + "getter": "get_sky_cover_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "sky_curve", + "type": "float", + "setter": "set_sky_curve", + "getter": "get_sky_curve", + "default": "0.15" + }, + { + "name": "sky_energy_multiplier", + "type": "float", + "setter": "set_sky_energy_multiplier", + "getter": "get_sky_energy_multiplier", + "default": "1.0" + }, + { + "name": "sky_horizon_color", + "type": "Color", + "setter": "set_sky_horizon_color", + "getter": "get_sky_horizon_color", + "default": "Color(0.6463, 0.6558, 0.6708, 1)" + }, + { + "name": "sky_top_color", + "type": "Color", + "setter": "set_sky_top_color", + "getter": "get_sky_top_color", + "default": "Color(0.385, 0.454, 0.55, 1)" + }, + { + "name": "sun_angle_max", + "type": "float", + "setter": "set_sun_angle_max", + "getter": "get_sun_angle_max", + "default": "30.0" + }, + { + "name": "sun_curve", + "type": "float", + "setter": "set_sun_curve", + "getter": "get_sun_curve", + "default": "0.15" + }, + { + "name": "use_debanding", + "type": "bool", + "setter": "set_use_debanding", + "getter": "get_use_debanding", + "default": "true" + } + ] + }, + { + "name": "GPUParticlesCollisionSphere3D", + "inherits": "GPUParticlesCollision3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "1.0" + } + ] + }, + { + "name": "ResourceImporterImageFont", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "character_margin", + "type": "Rect2i", + "setter": "", + "getter": "", + "default": "Rect2i(0, 0, 0, 0)" + }, + { + "name": "character_ranges", + "type": "PackedStringArray", + "setter": "", + "getter": "", + "default": "PackedStringArray()" + }, + { + "name": "columns", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "compress", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "fallbacks", + "type": "Array", + "setter": "", + "getter": "", + "default": "[]" + }, + { + "name": "image_margin", + "type": "Rect2i", + "setter": "", + "getter": "", + "default": "Rect2i(0, 0, 0, 0)" + }, + { + "name": "rows", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "scaling_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + } + ] + }, + { + "name": "EditorScenePostImportPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_import_options", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_internal_import_options", + "return_type": "void", + "params": [ + { + "name": "category", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_internal_option_update_view_required", + "return_type": "Variant", + "params": [ + { + "name": "category", + "type": "int", + "default": null + }, + { + "name": "option", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_internal_option_visibility", + "return_type": "Variant", + "params": [ + { + "name": "category", + "type": "int", + "default": null + }, + { + "name": "for_animation", + "type": "bool", + "default": null + }, + { + "name": "option", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_option_visibility", + "return_type": "Variant", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "for_animation", + "type": "bool", + "default": null + }, + { + "name": "option", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_internal_process", + "return_type": "void", + "params": [ + { + "name": "category", + "type": "int", + "default": null + }, + { + "name": "base_node", + "type": "Node", + "default": null + }, + { + "name": "node", + "type": "Node", + "default": null + }, + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "_post_process", + "return_type": "void", + "params": [ + { + "name": "scene", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "_pre_process", + "return_type": "void", + "params": [ + { + "name": "scene", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "add_import_option", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "add_import_option_advanced", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "default_value", + "type": "Variant", + "default": null + }, + { + "name": "hint", + "type": "int", + "default": "0" + }, + { + "name": "hint_string", + "type": "String", + "default": "\"\"" + }, + { + "name": "usage_flags", + "type": "int", + "default": "6" + } + ], + "description": "" + }, + { + "name": "get_option_value", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "DTLSServer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "setup", + "return_type": "int", + "params": [ + { + "name": "server_options", + "type": "TLSOptions", + "default": null + } + ], + "description": "" + }, + { + "name": "take_connection", + "return_type": "PacketPeerDTLS", + "params": [ + { + "name": "udp_peer", + "type": "PacketPeerUDP", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ResourceImporterWAV", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "compress/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "edit/loop_begin", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "edit/loop_end", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "edit/loop_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "edit/normalize", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "edit/trim", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "force/8_bit", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "force/max_rate", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "force/max_rate_hz", + "type": "float", + "setter": "", + "getter": "", + "default": "44100" + }, + { + "name": "force/mono", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + } + ] + }, + { + "name": "OptionButton", + "inherits": "Button", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_icon_item", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_separator", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_item_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_id", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_index", + "return_type": "int", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_metadata", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_text", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_tooltip", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_popup", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "get_selectable_item", + "return_type": "int", + "params": [ + { + "name": "from_last", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_selected_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_selected_metadata", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "has_selectable_items", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_item_disabled", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_separator", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_item", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_shortcuts", + "return_type": "void", + "params": [ + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_disabled", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_id", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_metadata", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_text", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_tooltip", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "show_popup", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "action_mode", + "type": "int", + "setter": "set_action_mode", + "getter": "get_action_mode", + "default": "0" + }, + { + "name": "alignment", + "type": "int", + "setter": "set_text_alignment", + "getter": "get_text_alignment", + "default": "0" + }, + { + "name": "allow_reselect", + "type": "bool", + "setter": "set_allow_reselect", + "getter": "get_allow_reselect", + "default": "false" + }, + { + "name": "fit_to_longest_item", + "type": "bool", + "setter": "set_fit_to_longest_item", + "getter": "is_fit_to_longest_item", + "default": "true" + }, + { + "name": "item_count", + "type": "int", + "setter": "set_item_count", + "getter": "get_item_count", + "default": "0" + }, + { + "name": "selected", + "type": "int", + "setter": "_select_int", + "getter": "get_selected", + "default": "-1" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "true" + } + ] + }, + { + "name": "Line2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "clear_points", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_position", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "antialiased", + "type": "bool", + "setter": "set_antialiased", + "getter": "get_antialiased", + "default": "false" + }, + { + "name": "begin_cap_mode", + "type": "int", + "setter": "set_begin_cap_mode", + "getter": "get_begin_cap_mode", + "default": "0" + }, + { + "name": "closed", + "type": "bool", + "setter": "set_closed", + "getter": "is_closed", + "default": "false" + }, + { + "name": "default_color", + "type": "Color", + "setter": "set_default_color", + "getter": "get_default_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "end_cap_mode", + "type": "int", + "setter": "set_end_cap_mode", + "getter": "get_end_cap_mode", + "default": "0" + }, + { + "name": "gradient", + "type": "Gradient", + "setter": "set_gradient", + "getter": "get_gradient", + "default": "" + }, + { + "name": "joint_mode", + "type": "int", + "setter": "set_joint_mode", + "getter": "get_joint_mode", + "default": "0" + }, + { + "name": "points", + "type": "PackedVector2Array", + "setter": "set_points", + "getter": "get_points", + "default": "PackedVector2Array()" + }, + { + "name": "round_precision", + "type": "int", + "setter": "set_round_precision", + "getter": "get_round_precision", + "default": "8" + }, + { + "name": "sharp_limit", + "type": "float", + "setter": "set_sharp_limit", + "getter": "get_sharp_limit", + "default": "2.0" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_mode", + "type": "int", + "setter": "set_texture_mode", + "getter": "get_texture_mode", + "default": "0" + }, + { + "name": "width", + "type": "float", + "setter": "set_width", + "getter": "get_width", + "default": "10.0" + }, + { + "name": "width_curve", + "type": "Curve", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + } + ] + }, + { + "name": "Vector4", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "ceil", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector4", + "params": [ + { + "name": "min", + "type": "Vector4", + "default": null + }, + { + "name": "max", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate", + "return_type": "Vector4", + "params": [ + { + "name": "b", + "type": "Vector4", + "default": null + }, + { + "name": "pre_a", + "type": "Vector4", + "default": null + }, + { + "name": "post_b", + "type": "Vector4", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector4", + "params": [ + { + "name": "b", + "type": "Vector4", + "default": null + }, + { + "name": "pre_a", + "type": "Vector4", + "default": null + }, + { + "name": "post_b", + "type": "Vector4", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "b_t", + "type": "float", + "default": null + }, + { + "name": "pre_a_t", + "type": "float", + "default": null + }, + { + "name": "post_b_t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "direction_to", + "return_type": "Vector4", + "params": [ + { + "name": "to", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_squared_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "dot", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "floor", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "inverse", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_normalized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_zero_approx", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "lerp", + "return_type": "Vector4", + "params": [ + { + "name": "to", + "type": "Vector4", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "normalized", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "posmod", + "return_type": "Vector4", + "params": [ + { + "name": "mod", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "posmodv", + "return_type": "Vector4", + "params": [ + { + "name": "modv", + "type": "Vector4", + "default": null + } + ], + "description": "" + }, + { + "name": "round", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector4", + "params": [], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector4", + "params": [ + { + "name": "step", + "type": "Vector4", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "w", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "x", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "y", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "z", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "PhysicsTestMotionParameters2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "collide_separation_ray", + "type": "bool", + "setter": "set_collide_separation_ray_enabled", + "getter": "is_collide_separation_ray_enabled", + "default": "false" + }, + { + "name": "exclude_bodies", + "type": "RID[]", + "setter": "set_exclude_bodies", + "getter": "get_exclude_bodies", + "default": "[]" + }, + { + "name": "exclude_objects", + "type": "int[]", + "setter": "set_exclude_objects", + "getter": "get_exclude_objects", + "default": "[]" + }, + { + "name": "from", + "type": "Transform2D", + "setter": "set_from", + "getter": "get_from", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.08" + }, + { + "name": "motion", + "type": "Vector2", + "setter": "set_motion", + "getter": "get_motion", + "default": "Vector2(0, 0)" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "setter": "set_recovery_as_collision_enabled", + "getter": "is_recovery_as_collision_enabled", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeCompare", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "condition", + "type": "int", + "setter": "set_condition", + "getter": "get_condition", + "default": "0" + }, + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + }, + { + "name": "type", + "type": "int", + "setter": "set_comparison_type", + "getter": "get_comparison_type", + "default": "0" + } + ] + }, + { + "name": "Basis", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "determinant", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "from_euler", + "return_type": "Basis", + "params": [ + { + "name": "euler", + "type": "Vector3", + "default": null + }, + { + "name": "order", + "type": "int", + "default": "2" + } + ], + "description": "" + }, + { + "name": "from_scale", + "return_type": "Basis", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_euler", + "return_type": "Vector3", + "params": [ + { + "name": "order", + "type": "int", + "default": "2" + } + ], + "description": "" + }, + { + "name": "get_rotation_quaternion", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "get_scale", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "inverse", + "return_type": "Basis", + "params": [], + "description": "" + }, + { + "name": "is_conformal", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "b", + "type": "Basis", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "looking_at", + "return_type": "Basis", + "params": [ + { + "name": "target", + "type": "Vector3", + "default": null + }, + { + "name": "up", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "use_model_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "orthonormalized", + "return_type": "Basis", + "params": [], + "description": "" + }, + { + "name": "rotated", + "return_type": "Basis", + "params": [ + { + "name": "axis", + "type": "Vector3", + "default": null + }, + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "scaled", + "return_type": "Basis", + "params": [ + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "slerp", + "return_type": "Basis", + "params": [ + { + "name": "to", + "type": "Basis", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "tdotx", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "tdoty", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "tdotz", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "transposed", + "return_type": "Basis", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "x", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(1, 0, 0)" + }, + { + "name": "y", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "z", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 1)" + } + ] + }, + { + "name": "PacketPeerExtension", + "inherits": "PacketPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_available_packet_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_max_packet_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_packet", + "return_type": "int", + "params": [ + { + "name": "r_buffer", + "type": "const uint8_t **", + "default": null + }, + { + "name": "r_buffer_size", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_put_packet", + "return_type": "int", + "params": [ + { + "name": "p_buffer", + "type": "const uint8_t*", + "default": null + }, + { + "name": "p_buffer_size", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SkeletonModification2DLookAt", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_additional_rotation", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_constraint_angle_invert", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_constraint_angle_max", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_constraint_angle_min", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_enable_constraint", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_additional_rotation", + "return_type": "void", + "params": [ + { + "name": "rotation", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constraint_angle_invert", + "return_type": "void", + "params": [ + { + "name": "invert", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constraint_angle_max", + "return_type": "void", + "params": [ + { + "name": "angle_max", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constraint_angle_min", + "return_type": "void", + "params": [ + { + "name": "angle_min", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_enable_constraint", + "return_type": "void", + "params": [ + { + "name": "enable_constraint", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bone2d_node", + "type": "NodePath", + "setter": "set_bone2d_node", + "getter": "get_bone2d_node", + "default": "NodePath(\"\")" + }, + { + "name": "bone_index", + "type": "int", + "setter": "set_bone_index", + "getter": "get_bone_index", + "default": "-1" + }, + { + "name": "target_nodepath", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "Shape3D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_debug_mesh", + "return_type": "ArrayMesh", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "custom_solver_bias", + "type": "float", + "setter": "set_custom_solver_bias", + "getter": "get_custom_solver_bias", + "default": "0.0" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.04" + } + ] + }, + { + "name": "Timer", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_stopped", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "void", + "params": [ + { + "name": "time_sec", + "type": "float", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "autostart", + "type": "bool", + "setter": "set_autostart", + "getter": "has_autostart", + "default": "false" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "is_one_shot", + "default": "false" + }, + { + "name": "paused", + "type": "bool", + "setter": "set_paused", + "getter": "is_paused", + "default": "" + }, + { + "name": "process_callback", + "type": "int", + "setter": "set_timer_process_callback", + "getter": "get_timer_process_callback", + "default": "1" + }, + { + "name": "time_left", + "type": "float", + "setter": "", + "getter": "get_time_left", + "default": "" + }, + { + "name": "wait_time", + "type": "float", + "setter": "set_wait_time", + "getter": "get_wait_time", + "default": "1.0" + } + ] + }, + { + "name": "Geometry2D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clip_polygons", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon_a", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon_b", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "clip_polyline_with_polygon", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polyline", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "convex_hull", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "decompose_polygon_in_convex", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "exclude_polygons", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon_a", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon_b", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point_to_segment", + "return_type": "Vector2", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "s1", + "type": "Vector2", + "default": null + }, + { + "name": "s2", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point_to_segment_uncapped", + "return_type": "Vector2", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "s1", + "type": "Vector2", + "default": null + }, + { + "name": "s2", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_points_between_segments", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "p1", + "type": "Vector2", + "default": null + }, + { + "name": "q1", + "type": "Vector2", + "default": null + }, + { + "name": "p2", + "type": "Vector2", + "default": null + }, + { + "name": "q2", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_polygons", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon_a", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon_b", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_polyline_with_polygon", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polyline", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_in_circle", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "circle_position", + "type": "Vector2", + "default": null + }, + { + "name": "circle_radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_in_polygon", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "is_polygon_clockwise", + "return_type": "bool", + "params": [ + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "line_intersects_line", + "return_type": "Variant", + "params": [ + { + "name": "from_a", + "type": "Vector2", + "default": null + }, + { + "name": "dir_a", + "type": "Vector2", + "default": null + }, + { + "name": "from_b", + "type": "Vector2", + "default": null + }, + { + "name": "dir_b", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "make_atlas", + "return_type": "Dictionary", + "params": [ + { + "name": "sizes", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "merge_polygons", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon_a", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "polygon_b", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "offset_polygon", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "join_type", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "offset_polyline", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "polyline", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "join_type", + "type": "int", + "default": "0" + }, + { + "name": "end_type", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "point_is_inside_triangle", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "a", + "type": "Vector2", + "default": null + }, + { + "name": "b", + "type": "Vector2", + "default": null + }, + { + "name": "c", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_circle", + "return_type": "float", + "params": [ + { + "name": "segment_from", + "type": "Vector2", + "default": null + }, + { + "name": "segment_to", + "type": "Vector2", + "default": null + }, + { + "name": "circle_position", + "type": "Vector2", + "default": null + }, + { + "name": "circle_radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_segment", + "return_type": "Variant", + "params": [ + { + "name": "from_a", + "type": "Vector2", + "default": null + }, + { + "name": "to_a", + "type": "Vector2", + "default": null + }, + { + "name": "from_b", + "type": "Vector2", + "default": null + }, + { + "name": "to_b", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "triangulate_delaunay", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "triangulate_polygon", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioStreamPlayback", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_loop_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_playback_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_mix", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "AudioFrame*", + "default": null + }, + { + "name": "rate_scale", + "type": "float", + "default": null + }, + { + "name": "frames", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_seek", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_start", + "return_type": "void", + "params": [ + { + "name": "from_pos", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_tag_used_streams", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeTransformFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "ParallaxLayer", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "motion_mirroring", + "type": "Vector2", + "setter": "set_mirroring", + "getter": "get_mirroring", + "default": "Vector2(0, 0)" + }, + { + "name": "motion_offset", + "type": "Vector2", + "setter": "set_motion_offset", + "getter": "get_motion_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "motion_scale", + "type": "Vector2", + "setter": "set_motion_scale", + "getter": "get_motion_scale", + "default": "Vector2(1, 1)" + } + ] + }, + { + "name": "ResourceImporterOBJ", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "force_disable_mesh_compression", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "generate_tangents", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "offset_mesh", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "optimize_mesh", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "scale_mesh", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(1, 1, 1)" + } + ] + }, + { + "name": "CompressedCubemap", + "inherits": "CompressedTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeSmoothStep", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "EditorScenePostImport", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_post_import", + "return_type": "Object", + "params": [ + { + "name": "scene", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_source_file", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AStarGrid2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_compute_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "Vector2i", + "default": null + }, + { + "name": "to_id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_estimate_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "Vector2i", + "default": null + }, + { + "name": "to_id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "fill_solid_region", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "Rect2i", + "default": null + }, + { + "name": "solid", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "fill_weight_scale_region", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "Rect2i", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_id_path", + "return_type": "Vector2i[]", + "params": [ + { + "name": "from_id", + "type": "Vector2i", + "default": null + }, + { + "name": "to_id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_path", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from_id", + "type": "Vector2i", + "default": null + }, + { + "name": "to_id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_weight_scale", + "return_type": "float", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "is_dirty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_in_bounds", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_in_boundsv", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_solid", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_solid", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + }, + { + "name": "solid", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_point_weight_scale", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "Vector2i", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "cell_size", + "type": "Vector2", + "setter": "set_cell_size", + "getter": "get_cell_size", + "default": "Vector2(1, 1)" + }, + { + "name": "default_compute_heuristic", + "type": "int", + "setter": "set_default_compute_heuristic", + "getter": "get_default_compute_heuristic", + "default": "0" + }, + { + "name": "default_estimate_heuristic", + "type": "int", + "setter": "set_default_estimate_heuristic", + "getter": "get_default_estimate_heuristic", + "default": "0" + }, + { + "name": "diagonal_mode", + "type": "int", + "setter": "set_diagonal_mode", + "getter": "get_diagonal_mode", + "default": "0" + }, + { + "name": "jumping_enabled", + "type": "bool", + "setter": "set_jumping_enabled", + "getter": "is_jumping_enabled", + "default": "false" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "region", + "type": "Rect2i", + "setter": "set_region", + "getter": "get_region", + "default": "Rect2i(0, 0, 0, 0)" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2i(0, 0)" + } + ] + }, + { + "name": "FogVolume", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "material", + "type": "Material", + "setter": "set_material", + "getter": "get_material", + "default": "" + }, + { + "name": "shape", + "type": "int", + "setter": "set_shape", + "getter": "get_shape", + "default": "3" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + } + ] + }, + { + "name": "EditorResourceTooltipPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_handles", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_make_tooltip_for_path", + "return_type": "Control", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "metadata", + "type": "Dictionary", + "default": null + }, + { + "name": "base", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "request_thumbnail", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "control", + "type": "TextureRect", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "IntervalTweener", + "inherits": "Tweener", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AnimationMixer", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_post_process_key_value", + "return_type": "Variant", + "params": [ + { + "name": "animation", + "type": "Animation", + "default": null + }, + { + "name": "track", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "object_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_animation_library", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "library", + "type": "AnimationLibrary", + "default": null + } + ], + "description": "" + }, + { + "name": "advance", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_caches", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "find_animation", + "return_type": "StringName", + "params": [ + { + "name": "animation", + "type": "Animation", + "default": null + } + ], + "description": "" + }, + { + "name": "find_animation_library", + "return_type": "StringName", + "params": [ + { + "name": "animation", + "type": "Animation", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation", + "return_type": "Animation", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation_library", + "return_type": "AnimationLibrary", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation_library_list", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "get_animation_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_position", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_position_accumulator", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_rotation", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_rotation_accumulator", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_scale", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_root_motion_scale_accumulator", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "has_animation", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_animation_library", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_animation_library", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_animation_library", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "newname", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "active", + "type": "bool", + "setter": "set_active", + "getter": "is_active", + "default": "true" + }, + { + "name": "audio_max_polyphony", + "type": "int", + "setter": "set_audio_max_polyphony", + "getter": "get_audio_max_polyphony", + "default": "32" + }, + { + "name": "callback_mode_method", + "type": "int", + "setter": "set_callback_mode_method", + "getter": "get_callback_mode_method", + "default": "0" + }, + { + "name": "callback_mode_process", + "type": "int", + "setter": "set_callback_mode_process", + "getter": "get_callback_mode_process", + "default": "1" + }, + { + "name": "deterministic", + "type": "bool", + "setter": "set_deterministic", + "getter": "is_deterministic", + "default": "false" + }, + { + "name": "reset_on_save", + "type": "bool", + "setter": "set_reset_on_save_enabled", + "getter": "is_reset_on_save_enabled", + "default": "true" + }, + { + "name": "root_motion_track", + "type": "NodePath", + "setter": "set_root_motion_track", + "getter": "get_root_motion_track", + "default": "NodePath(\"\")" + }, + { + "name": "root_node", + "type": "NodePath", + "setter": "set_root_node", + "getter": "get_root_node", + "default": "NodePath(\"..\")" + } + ] + }, + { + "name": "X509Certificate", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_from_string", + "return_type": "int", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save_to_string", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "SphereMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "1.0" + }, + { + "name": "is_hemisphere", + "type": "bool", + "setter": "set_is_hemisphere", + "getter": "get_is_hemisphere", + "default": "false" + }, + { + "name": "radial_segments", + "type": "int", + "setter": "set_radial_segments", + "getter": "get_radial_segments", + "default": "64" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + }, + { + "name": "rings", + "type": "int", + "setter": "set_rings", + "getter": "get_rings", + "default": "32" + } + ] + }, + { + "name": "AudioStreamPlayer2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_playback_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_stream_playback", + "return_type": "AudioStreamPlayback", + "params": [], + "description": "" + }, + { + "name": "has_stream_playback", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "from_position", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "area_mask", + "type": "int", + "setter": "set_area_mask", + "getter": "get_area_mask", + "default": "1" + }, + { + "name": "attenuation", + "type": "float", + "setter": "set_attenuation", + "getter": "get_attenuation", + "default": "1.0" + }, + { + "name": "autoplay", + "type": "bool", + "setter": "set_autoplay", + "getter": "is_autoplay_enabled", + "default": "false" + }, + { + "name": "bus", + "type": "StringName", + "setter": "set_bus", + "getter": "get_bus", + "default": "&\"Master\"" + }, + { + "name": "max_distance", + "type": "float", + "setter": "set_max_distance", + "getter": "get_max_distance", + "default": "2000.0" + }, + { + "name": "max_polyphony", + "type": "int", + "setter": "set_max_polyphony", + "getter": "get_max_polyphony", + "default": "1" + }, + { + "name": "panning_strength", + "type": "float", + "setter": "set_panning_strength", + "getter": "get_panning_strength", + "default": "1.0" + }, + { + "name": "pitch_scale", + "type": "float", + "setter": "set_pitch_scale", + "getter": "get_pitch_scale", + "default": "1.0" + }, + { + "name": "playing", + "type": "bool", + "setter": "_set_playing", + "getter": "is_playing", + "default": "false" + }, + { + "name": "stream", + "type": "AudioStream", + "setter": "set_stream", + "getter": "get_stream", + "default": "" + }, + { + "name": "stream_paused", + "type": "bool", + "setter": "set_stream_paused", + "getter": "get_stream_paused", + "default": "false" + }, + { + "name": "volume_db", + "type": "float", + "setter": "set_volume_db", + "getter": "get_volume_db", + "default": "0.0" + } + ] + }, + { + "name": "PhysicsTestMotionParameters3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "collide_separation_ray", + "type": "bool", + "setter": "set_collide_separation_ray_enabled", + "getter": "is_collide_separation_ray_enabled", + "default": "false" + }, + { + "name": "exclude_bodies", + "type": "RID[]", + "setter": "set_exclude_bodies", + "getter": "get_exclude_bodies", + "default": "[]" + }, + { + "name": "exclude_objects", + "type": "int[]", + "setter": "set_exclude_objects", + "getter": "get_exclude_objects", + "default": "[]" + }, + { + "name": "from", + "type": "Transform3D", + "setter": "set_from", + "getter": "get_from", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.001" + }, + { + "name": "max_collisions", + "type": "int", + "setter": "set_max_collisions", + "getter": "get_max_collisions", + "default": "1" + }, + { + "name": "motion", + "type": "Vector3", + "setter": "set_motion", + "getter": "get_motion", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "setter": "set_recovery_as_collision_enabled", + "getter": "is_recovery_as_collision_enabled", + "default": "false" + } + ] + }, + { + "name": "WeakRef", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_ref", + "return_type": "Variant", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "StandardMaterial3D", + "inherits": "BaseMaterial3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeClamp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "StyleBoxTexture", + "inherits": "StyleBox", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_expand_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_expand_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_expand_margin_all", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture_margin_all", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "axis_stretch_horizontal", + "type": "int", + "setter": "set_h_axis_stretch_mode", + "getter": "get_h_axis_stretch_mode", + "default": "0" + }, + { + "name": "axis_stretch_vertical", + "type": "int", + "setter": "set_v_axis_stretch_mode", + "getter": "get_v_axis_stretch_mode", + "default": "0" + }, + { + "name": "draw_center", + "type": "bool", + "setter": "set_draw_center", + "getter": "is_draw_center_enabled", + "default": "true" + }, + { + "name": "expand_margin_bottom", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_left", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_right", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_top", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "modulate_color", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "region_rect", + "type": "Rect2", + "setter": "set_region_rect", + "getter": "get_region_rect", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_margin_bottom", + "type": "float", + "setter": "set_texture_margin", + "getter": "get_texture_margin", + "default": "0.0" + }, + { + "name": "texture_margin_left", + "type": "float", + "setter": "set_texture_margin", + "getter": "get_texture_margin", + "default": "0.0" + }, + { + "name": "texture_margin_right", + "type": "float", + "setter": "set_texture_margin", + "getter": "get_texture_margin", + "default": "0.0" + }, + { + "name": "texture_margin_top", + "type": "float", + "setter": "set_texture_margin", + "getter": "get_texture_margin", + "default": "0.0" + } + ] + }, + { + "name": "AudioEffectLimiter", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "ceiling_db", + "type": "float", + "setter": "set_ceiling_db", + "getter": "get_ceiling_db", + "default": "-0.1" + }, + { + "name": "soft_clip_db", + "type": "float", + "setter": "set_soft_clip_db", + "getter": "get_soft_clip_db", + "default": "2.0" + }, + { + "name": "soft_clip_ratio", + "type": "float", + "setter": "set_soft_clip_ratio", + "getter": "get_soft_clip_ratio", + "default": "10.0" + }, + { + "name": "threshold_db", + "type": "float", + "setter": "set_threshold_db", + "getter": "get_threshold_db", + "default": "0.0" + } + ] + }, + { + "name": "InputMap", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "action_add_event", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "action_erase_event", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "action_erase_events", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "action_get_deadzone", + "return_type": "float", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "action_get_events", + "return_type": "InputEvent[]", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "action_has_event", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "action_set_deadzone", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "deadzone", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "add_action", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "deadzone", + "type": "float", + "default": "0.5" + } + ], + "description": "" + }, + { + "name": "erase_action", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "event_is_action", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_actions", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "has_action", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "load_from_project_settings", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsServer2DExtension", + "inherits": "PhysicsServer2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_area_add_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_attach_canvas_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_area_get_canvas_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_param", + "return_type": "Variant", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_shape_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_space", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_remove_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_area_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_monitorable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "monitorable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_param", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_pickable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "pickable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_space", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_area_set_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_add_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_attach_canvas_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_collide_shape", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "body_shape", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "shape_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "results", + "type": "void*", + "default": null + }, + { + "name": "result_max", + "type": "int", + "default": null + }, + { + "name": "result_count", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_body_get_canvas_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_exceptions", + "return_type": "RID[]", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_collision_priority", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_constant_force", + "return_type": "Vector2", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_constant_torque", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_contacts_reported_depth_threshold", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_continuous_collision_detection_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_direct_state", + "return_type": "PhysicsDirectBodyState2D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_max_contacts_reported", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_param", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_shape_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_space", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_get_state", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_is_omitting_force_integration", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_remove_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_reset_mass_properties", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis_velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_collision_priority", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_contacts_reported_depth_threshold", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "threshold", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_continuous_collision_detection_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_force_integration_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_max_contacts_reported", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_omit_force_integration", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_param", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_pickable", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "pickable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape_as_one_way_collision", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_space", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_state", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_set_state_sync_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "_body_test_motion", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "from", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collide_separation_ray", + "type": "bool", + "default": null + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": null + }, + { + "name": "result", + "type": "PhysicsServer2DExtensionMotionResult*", + "default": null + } + ], + "description": "" + }, + { + "name": "_capsule_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_circle_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_concave_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_convex_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_damped_spring_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_damped_spring_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_end_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_finish", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_flush_queries", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_process_info", + "return_type": "int", + "params": [ + { + "name": "process_info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_init", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_is_flushing_queries", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_joint_clear", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_joint_disable_collisions_between_bodies", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_get_type", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_is_disabled_collisions_between_bodies", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_damped_spring", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "anchor_a", + "type": "Vector2", + "default": null + }, + { + "name": "anchor_b", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_groove", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "a_groove1", + "type": "Vector2", + "default": null + }, + { + "name": "a_groove2", + "type": "Vector2", + "default": null + }, + { + "name": "b_anchor", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_make_pin", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "anchor", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_pin_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_rectangle_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_segment_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_separation_ray_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_set_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_collide", + "return_type": "bool", + "params": [ + { + "name": "shape_A", + "type": "RID", + "default": null + }, + { + "name": "xform_A", + "type": "Transform2D", + "default": null + }, + { + "name": "motion_A", + "type": "Vector2", + "default": null + }, + { + "name": "shape_B", + "type": "RID", + "default": null + }, + { + "name": "xform_B", + "type": "Transform2D", + "default": null + }, + { + "name": "motion_B", + "type": "Vector2", + "default": null + }, + { + "name": "results", + "type": "void*", + "default": null + }, + { + "name": "result_max", + "type": "int", + "default": null + }, + { + "name": "result_count", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_custom_solver_bias", + "return_type": "float", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_data", + "return_type": "Variant", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_get_type", + "return_type": "int", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_set_custom_solver_bias", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shape_set_data", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_space_get_contact_count", + "return_type": "int", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_contacts", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_direct_state", + "return_type": "PhysicsDirectSpaceState2D", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_get_param", + "return_type": "float", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_is_active", + "return_type": "bool", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_active", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_debug_contacts", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "max_contacts", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_space_set_param", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_step", + "return_type": "void", + "params": [ + { + "name": "step", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_world_boundary_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "body_test_motion_is_excluding_body", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_test_motion_is_excluding_object", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SceneTree", + "inherits": "MainLoop", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "call_group", + "return_type": "void", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "call_group_flags", + "return_type": "void", + "params": [ + { + "name": "flags", + "type": "int", + "default": null + }, + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "change_scene_to_file", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "change_scene_to_packed", + "return_type": "int", + "params": [ + { + "name": "packed_scene", + "type": "PackedScene", + "default": null + } + ], + "description": "" + }, + { + "name": "create_timer", + "return_type": "SceneTreeTimer", + "params": [ + { + "name": "time_sec", + "type": "float", + "default": null + }, + { + "name": "process_always", + "type": "bool", + "default": "true" + }, + { + "name": "process_in_physics", + "type": "bool", + "default": "false" + }, + { + "name": "ignore_time_scale", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_tween", + "return_type": "Tween", + "params": [], + "description": "" + }, + { + "name": "get_first_node_in_group", + "return_type": "Node", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_multiplayer", + "return_type": "MultiplayerAPI", + "params": [ + { + "name": "for_path", + "type": "NodePath", + "default": "NodePath(\"\")" + } + ], + "description": "" + }, + { + "name": "get_node_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_nodes_in_group", + "return_type": "Node[]", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_processed_tweens", + "return_type": "Tween[]", + "params": [], + "description": "" + }, + { + "name": "has_group", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "notify_group", + "return_type": "void", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "notification", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "notify_group_flags", + "return_type": "void", + "params": [ + { + "name": "call_flags", + "type": "int", + "default": null + }, + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "notification", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_delete", + "return_type": "void", + "params": [ + { + "name": "obj", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "quit", + "return_type": "void", + "params": [ + { + "name": "exit_code", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "reload_current_scene", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_group", + "return_type": "void", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "property", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_group_flags", + "return_type": "void", + "params": [ + { + "name": "call_flags", + "type": "int", + "default": null + }, + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "property", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_multiplayer", + "return_type": "void", + "params": [ + { + "name": "multiplayer", + "type": "MultiplayerAPI", + "default": null + }, + { + "name": "root_path", + "type": "NodePath", + "default": "NodePath(\"\")" + } + ], + "description": "" + }, + { + "name": "unload_current_scene", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "auto_accept_quit", + "type": "bool", + "setter": "set_auto_accept_quit", + "getter": "is_auto_accept_quit", + "default": "true" + }, + { + "name": "current_scene", + "type": "Node", + "setter": "set_current_scene", + "getter": "get_current_scene", + "default": "" + }, + { + "name": "debug_collisions_hint", + "type": "bool", + "setter": "set_debug_collisions_hint", + "getter": "is_debugging_collisions_hint", + "default": "false" + }, + { + "name": "debug_navigation_hint", + "type": "bool", + "setter": "set_debug_navigation_hint", + "getter": "is_debugging_navigation_hint", + "default": "false" + }, + { + "name": "debug_paths_hint", + "type": "bool", + "setter": "set_debug_paths_hint", + "getter": "is_debugging_paths_hint", + "default": "false" + }, + { + "name": "edited_scene_root", + "type": "Node", + "setter": "set_edited_scene_root", + "getter": "get_edited_scene_root", + "default": "" + }, + { + "name": "multiplayer_poll", + "type": "bool", + "setter": "set_multiplayer_poll_enabled", + "getter": "is_multiplayer_poll_enabled", + "default": "true" + }, + { + "name": "paused", + "type": "bool", + "setter": "set_pause", + "getter": "is_paused", + "default": "false" + }, + { + "name": "quit_on_go_back", + "type": "bool", + "setter": "set_quit_on_go_back", + "getter": "is_quit_on_go_back", + "default": "true" + }, + { + "name": "root", + "type": "Window", + "setter": "", + "getter": "get_root", + "default": "" + } + ] + }, + { + "name": "PhysicalBone3D", + "inherits": "PhysicsBody3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_integrate_forces", + "return_type": "void", + "params": [ + { + "name": "state", + "type": "PhysicsDirectBodyState3D", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "get_bone_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_simulate_physics", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_simulating_physics", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "angular_damp", + "type": "float", + "setter": "set_angular_damp", + "getter": "get_angular_damp", + "default": "0.0" + }, + { + "name": "angular_damp_mode", + "type": "int", + "setter": "set_angular_damp_mode", + "getter": "get_angular_damp_mode", + "default": "0" + }, + { + "name": "angular_velocity", + "type": "Vector3", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "body_offset", + "type": "Transform3D", + "setter": "set_body_offset", + "getter": "get_body_offset", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "bounce", + "type": "float", + "setter": "set_bounce", + "getter": "get_bounce", + "default": "0.0" + }, + { + "name": "can_sleep", + "type": "bool", + "setter": "set_can_sleep", + "getter": "is_able_to_sleep", + "default": "true" + }, + { + "name": "custom_integrator", + "type": "bool", + "setter": "set_use_custom_integrator", + "getter": "is_using_custom_integrator", + "default": "false" + }, + { + "name": "friction", + "type": "float", + "setter": "set_friction", + "getter": "get_friction", + "default": "1.0" + }, + { + "name": "gravity_scale", + "type": "float", + "setter": "set_gravity_scale", + "getter": "get_gravity_scale", + "default": "1.0" + }, + { + "name": "joint_offset", + "type": "Transform3D", + "setter": "set_joint_offset", + "getter": "get_joint_offset", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "joint_rotation", + "type": "Vector3", + "setter": "set_joint_rotation", + "getter": "get_joint_rotation", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "joint_type", + "type": "int", + "setter": "set_joint_type", + "getter": "get_joint_type", + "default": "0" + }, + { + "name": "linear_damp", + "type": "float", + "setter": "set_linear_damp", + "getter": "get_linear_damp", + "default": "0.0" + }, + { + "name": "linear_damp_mode", + "type": "int", + "setter": "set_linear_damp_mode", + "getter": "get_linear_damp_mode", + "default": "0" + }, + { + "name": "linear_velocity", + "type": "Vector3", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "mass", + "type": "float", + "setter": "set_mass", + "getter": "get_mass", + "default": "1.0" + } + ] + }, + { + "name": "ScrollContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "ensure_control_visible", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "get_h_scroll_bar", + "return_type": "HScrollBar", + "params": [], + "description": "" + }, + { + "name": "get_v_scroll_bar", + "return_type": "VScrollBar", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "true" + }, + { + "name": "follow_focus", + "type": "bool", + "setter": "set_follow_focus", + "getter": "is_following_focus", + "default": "false" + }, + { + "name": "horizontal_scroll_mode", + "type": "int", + "setter": "set_horizontal_scroll_mode", + "getter": "get_horizontal_scroll_mode", + "default": "1" + }, + { + "name": "scroll_deadzone", + "type": "int", + "setter": "set_deadzone", + "getter": "get_deadzone", + "default": "0" + }, + { + "name": "scroll_horizontal", + "type": "int", + "setter": "set_h_scroll", + "getter": "get_h_scroll", + "default": "0" + }, + { + "name": "scroll_horizontal_custom_step", + "type": "float", + "setter": "set_horizontal_custom_step", + "getter": "get_horizontal_custom_step", + "default": "-1.0" + }, + { + "name": "scroll_vertical", + "type": "int", + "setter": "set_v_scroll", + "getter": "get_v_scroll", + "default": "0" + }, + { + "name": "scroll_vertical_custom_step", + "type": "float", + "setter": "set_vertical_custom_step", + "getter": "get_vertical_custom_step", + "default": "-1.0" + }, + { + "name": "vertical_scroll_mode", + "type": "int", + "setter": "set_vertical_scroll_mode", + "getter": "get_vertical_scroll_mode", + "default": "1" + } + ] + }, + { + "name": "SpriteFrames", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_animation", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_frame", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": "1.0" + }, + { + "name": "at_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_animation_loop", + "return_type": "bool", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation_names", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_animation_speed", + "return_type": "float", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame_count", + "return_type": "int", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame_duration", + "return_type": "float", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_animation", + "return_type": "bool", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_animation", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_frame", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_animation", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "newname", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_animation_loop", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "loop", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_animation_speed", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "fps", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_frame", + "return_type": "void", + "params": [ + { + "name": "anim", + "type": "StringName", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": "1.0" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "TileData", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_collision_polygon", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_polygon_one_way_margin", + "return_type": "float", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_polygon_points", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_polygons_count", + "return_type": "int", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_angular_velocity", + "return_type": "float", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_linear_velocity", + "return_type": "Vector2", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data", + "return_type": "Variant", + "params": [ + { + "name": "layer_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data_by_layer_id", + "return_type": "Variant", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_polygon", + "return_type": "NavigationPolygon", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_occluder", + "return_type": "OccluderPolygon2D", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_terrain_peering_bit", + "return_type": "int", + "params": [ + { + "name": "peering_bit", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_collision_polygon_one_way", + "return_type": "bool", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_collision_polygon", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_polygon_one_way", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + }, + { + "name": "one_way", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_polygon_one_way_margin", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + }, + { + "name": "one_way_margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_polygon_points", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygon_index", + "type": "int", + "default": null + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_polygons_count", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "polygons_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constant_angular_velocity", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "velocity", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constant_linear_velocity", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_data", + "return_type": "void", + "params": [ + { + "name": "layer_name", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_data_by_layer_id", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_polygon", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "default": null + } + ], + "description": "" + }, + { + "name": "set_occluder", + "return_type": "void", + "params": [ + { + "name": "layer_id", + "type": "int", + "default": null + }, + { + "name": "occluder_polygon", + "type": "OccluderPolygon2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_terrain_peering_bit", + "return_type": "void", + "params": [ + { + "name": "peering_bit", + "type": "int", + "default": null + }, + { + "name": "terrain", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "get_flip_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "get_flip_v", + "default": "false" + }, + { + "name": "material", + "type": "Material", + "setter": "set_material", + "getter": "get_material", + "default": "" + }, + { + "name": "modulate", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "probability", + "type": "float", + "setter": "set_probability", + "getter": "get_probability", + "default": "1.0" + }, + { + "name": "terrain", + "type": "int", + "setter": "set_terrain", + "getter": "get_terrain", + "default": "-1" + }, + { + "name": "terrain_set", + "type": "int", + "setter": "set_terrain_set", + "getter": "get_terrain_set", + "default": "-1" + }, + { + "name": "texture_origin", + "type": "Vector2i", + "setter": "set_texture_origin", + "getter": "get_texture_origin", + "default": "Vector2i(0, 0)" + }, + { + "name": "transpose", + "type": "bool", + "setter": "set_transpose", + "getter": "get_transpose", + "default": "false" + }, + { + "name": "y_sort_origin", + "type": "int", + "setter": "set_y_sort_origin", + "getter": "get_y_sort_origin", + "default": "0" + }, + { + "name": "z_index", + "type": "int", + "setter": "set_z_index", + "getter": "get_z_index", + "default": "0" + } + ] + }, + { + "name": "ConeTwistJoint3D", + "inherits": "Joint3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_param", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.3" + }, + { + "name": "relaxation", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.8" + }, + { + "name": "swing_span", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.785398" + }, + { + "name": "twist_span", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "3.14159" + } + ] + }, + { + "name": "MultiplayerAPIExtension", + "inherits": "MultiplayerAPI", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_multiplayer_peer", + "return_type": "MultiplayerPeer", + "params": [], + "description": "" + }, + { + "name": "_get_peer_ids", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "_get_remote_sender_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_unique_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_object_configuration_add", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "configuration", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_object_configuration_remove", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "configuration", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_poll", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_rpc", + "return_type": "int", + "params": [ + { + "name": "peer", + "type": "int", + "default": null + }, + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "args", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_multiplayer_peer", + "return_type": "void", + "params": [ + { + "name": "multiplayer_peer", + "type": "MultiplayerPeer", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeVaryingGetter", + "inherits": "VisualShaderNodeVarying", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AnimationNodeTransition", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_input_reset", + "return_type": "bool", + "params": [ + { + "name": "input", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_input_set_as_auto_advance", + "return_type": "bool", + "params": [ + { + "name": "input", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_as_auto_advance", + "return_type": "void", + "params": [ + { + "name": "input", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_reset", + "return_type": "void", + "params": [ + { + "name": "input", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "allow_transition_to_self", + "type": "bool", + "setter": "set_allow_transition_to_self", + "getter": "is_allow_transition_to_self", + "default": "false" + }, + { + "name": "input_count", + "type": "int", + "setter": "set_input_count", + "getter": "get_input_count", + "default": "0" + }, + { + "name": "xfade_curve", + "type": "Curve", + "setter": "set_xfade_curve", + "getter": "get_xfade_curve", + "default": "" + }, + { + "name": "xfade_time", + "type": "float", + "setter": "set_xfade_time", + "getter": "get_xfade_time", + "default": "0.0" + } + ] + }, + { + "name": "CameraAttributes", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "auto_exposure_enabled", + "type": "bool", + "setter": "set_auto_exposure_enabled", + "getter": "is_auto_exposure_enabled", + "default": "false" + }, + { + "name": "auto_exposure_scale", + "type": "float", + "setter": "set_auto_exposure_scale", + "getter": "get_auto_exposure_scale", + "default": "0.4" + }, + { + "name": "auto_exposure_speed", + "type": "float", + "setter": "set_auto_exposure_speed", + "getter": "get_auto_exposure_speed", + "default": "0.5" + }, + { + "name": "exposure_multiplier", + "type": "float", + "setter": "set_exposure_multiplier", + "getter": "get_exposure_multiplier", + "default": "1.0" + }, + { + "name": "exposure_sensitivity", + "type": "float", + "setter": "set_exposure_sensitivity", + "getter": "get_exposure_sensitivity", + "default": "100.0" + } + ] + }, + { + "name": "VisualShaderNodeGlobalExpression", + "inherits": "VisualShaderNodeExpression", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeVectorCompose", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "HingeJoint3D", + "inherits": "Joint3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_limit/bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.3" + }, + { + "name": "angular_limit/enable", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "angular_limit/lower", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "-1.5708" + }, + { + "name": "angular_limit/relaxation", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "angular_limit/softness", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.9" + }, + { + "name": "angular_limit/upper", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.5708" + }, + { + "name": "motor/enable", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "motor/max_impulse", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "motor/target_velocity", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "params/bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.3" + } + ] + }, + { + "name": "AnimatableBody2D", + "inherits": "StaticBody2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "sync_to_physics", + "type": "bool", + "setter": "set_sync_to_physics", + "getter": "is_sync_to_physics_enabled", + "default": "true" + } + ] + }, + { + "name": "Slider", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "editable", + "type": "bool", + "setter": "set_editable", + "getter": "is_editable", + "default": "true" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "scrollable", + "type": "bool", + "setter": "set_scrollable", + "getter": "is_scrollable", + "default": "true" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "1.0" + }, + { + "name": "tick_count", + "type": "int", + "setter": "set_ticks", + "getter": "get_ticks", + "default": "0" + }, + { + "name": "ticks_on_borders", + "type": "bool", + "setter": "set_ticks_on_borders", + "getter": "get_ticks_on_borders", + "default": "false" + } + ] + }, + { + "name": "Label3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "generate_triangle_mesh", + "return_type": "TriangleMesh", + "params": [], + "description": "" + }, + { + "name": "get_draw_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_draw_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alpha_antialiasing_edge", + "type": "float", + "setter": "set_alpha_antialiasing_edge", + "getter": "get_alpha_antialiasing_edge", + "default": "0.0" + }, + { + "name": "alpha_antialiasing_mode", + "type": "int", + "setter": "set_alpha_antialiasing", + "getter": "get_alpha_antialiasing", + "default": "0" + }, + { + "name": "alpha_cut", + "type": "int", + "setter": "set_alpha_cut_mode", + "getter": "get_alpha_cut_mode", + "default": "0" + }, + { + "name": "alpha_hash_scale", + "type": "float", + "setter": "set_alpha_hash_scale", + "getter": "get_alpha_hash_scale", + "default": "1.0" + }, + { + "name": "alpha_scissor_threshold", + "type": "float", + "setter": "set_alpha_scissor_threshold", + "getter": "get_alpha_scissor_threshold", + "default": "0.5" + }, + { + "name": "autowrap_mode", + "type": "int", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "default": "0" + }, + { + "name": "billboard", + "type": "int", + "setter": "set_billboard_mode", + "getter": "get_billboard_mode", + "default": "0" + }, + { + "name": "cast_shadow", + "type": "int", + "setter": "set_cast_shadows_setting", + "getter": "get_cast_shadows_setting", + "default": "0" + }, + { + "name": "double_sided", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "true" + }, + { + "name": "fixed_size", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "font", + "type": "Font", + "setter": "set_font", + "getter": "get_font", + "default": "" + }, + { + "name": "font_size", + "type": "int", + "setter": "set_font_size", + "getter": "get_font_size", + "default": "32" + }, + { + "name": "gi_mode", + "type": "int", + "setter": "set_gi_mode", + "getter": "get_gi_mode", + "default": "0" + }, + { + "name": "horizontal_alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "1" + }, + { + "name": "justification_flags", + "type": "int", + "setter": "set_justification_flags", + "getter": "get_justification_flags", + "default": "163" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "line_spacing", + "type": "float", + "setter": "set_line_spacing", + "getter": "get_line_spacing", + "default": "0.0" + }, + { + "name": "modulate", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "no_depth_test", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "outline_modulate", + "type": "Color", + "setter": "set_outline_modulate", + "getter": "get_outline_modulate", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "outline_render_priority", + "type": "int", + "setter": "set_outline_render_priority", + "getter": "get_outline_render_priority", + "default": "-1" + }, + { + "name": "outline_size", + "type": "int", + "setter": "set_outline_size", + "getter": "get_outline_size", + "default": "12" + }, + { + "name": "pixel_size", + "type": "float", + "setter": "set_pixel_size", + "getter": "get_pixel_size", + "default": "0.005" + }, + { + "name": "render_priority", + "type": "int", + "setter": "set_render_priority", + "getter": "get_render_priority", + "default": "0" + }, + { + "name": "shaded", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "3" + }, + { + "name": "uppercase", + "type": "bool", + "setter": "set_uppercase", + "getter": "is_uppercase", + "default": "false" + }, + { + "name": "vertical_alignment", + "type": "int", + "setter": "set_vertical_alignment", + "getter": "get_vertical_alignment", + "default": "1" + }, + { + "name": "width", + "type": "float", + "setter": "set_width", + "getter": "get_width", + "default": "500.0" + } + ] + }, + { + "name": "ButtonGroup", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_buttons", + "return_type": "BaseButton[]", + "params": [], + "description": "" + }, + { + "name": "get_pressed_button", + "return_type": "BaseButton", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "allow_unpress", + "type": "bool", + "setter": "set_allow_unpress", + "getter": "is_allow_unpress", + "default": "false" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "true" + } + ] + }, + { + "name": "TriangleMesh", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "EditorFileSystemDirectory", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "find_dir_index", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "find_file_index", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_file_import_is_valid", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_path", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_script_class_extends", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_script_class_name", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_type", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_parent", + "return_type": "EditorFileSystemDirectory", + "params": [], + "description": "" + }, + { + "name": "get_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_subdir", + "return_type": "EditorFileSystemDirectory", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_subdir_count", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeGroupBase", + "inherits": "VisualShaderNodeResizableBase", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_input_port", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_output_port", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_input_ports", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_output_ports", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_free_input_port_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_free_output_port_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_input_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_inputs", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_output_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_outputs", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has_input_port", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_output_port", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_valid_port_name", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_input_port", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_output_port", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_port_name", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_port_type", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_inputs", + "return_type": "void", + "params": [ + { + "name": "inputs", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_output_port_name", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_output_port_type", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_outputs", + "return_type": "void", + "params": [ + { + "name": "outputs", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeVectorRefract", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Plane", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "distance_to", + "return_type": "float", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_center", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + }, + { + "name": "tolerance", + "type": "float", + "default": "1e-05" + } + ], + "description": "" + }, + { + "name": "intersect_3", + "return_type": "Variant", + "params": [ + { + "name": "b", + "type": "Plane", + "default": null + }, + { + "name": "c", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects_ray", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "dir", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects_segment", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to_plane", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_point_over", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "normalized", + "return_type": "Plane", + "params": [], + "description": "" + }, + { + "name": "project", + "return_type": "Vector3", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "d", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "normal", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "x", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "y", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "z", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "EngineDebugger", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "has_capture", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_profiler", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_active", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_profiling", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "profiler_add_frame_data", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "data", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "profiler_enable", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "arguments", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "register_message_capture", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "register_profiler", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "profiler", + "type": "EngineProfiler", + "default": null + } + ], + "description": "" + }, + { + "name": "send_message", + "return_type": "void", + "params": [ + { + "name": "message", + "type": "String", + "default": null + }, + { + "name": "data", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "unregister_message_capture", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "unregister_profiler", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectCapture", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "can_get_buffer", + "return_type": "bool", + "params": [ + { + "name": "frames", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_buffer", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_buffer", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "frames", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_buffer_length_frames", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_discarded_frames", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_frames_available", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_pushed_frames", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "buffer_length", + "type": "float", + "setter": "set_buffer_length", + "getter": "get_buffer_length", + "default": "0.1" + } + ] + }, + { + "name": "VisualShaderNodeRandomRange", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeParticleBoxEmitter", + "inherits": "VisualShaderNodeParticleEmitter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "TextMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "autowrap_mode", + "type": "int", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "default": "0" + }, + { + "name": "curve_step", + "type": "float", + "setter": "set_curve_step", + "getter": "get_curve_step", + "default": "0.5" + }, + { + "name": "depth", + "type": "float", + "setter": "set_depth", + "getter": "get_depth", + "default": "0.05" + }, + { + "name": "font", + "type": "Font", + "setter": "set_font", + "getter": "get_font", + "default": "" + }, + { + "name": "font_size", + "type": "int", + "setter": "set_font_size", + "getter": "get_font_size", + "default": "16" + }, + { + "name": "horizontal_alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "1" + }, + { + "name": "justification_flags", + "type": "int", + "setter": "set_justification_flags", + "getter": "get_justification_flags", + "default": "163" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "line_spacing", + "type": "float", + "setter": "set_line_spacing", + "getter": "get_line_spacing", + "default": "0.0" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "pixel_size", + "type": "float", + "setter": "set_pixel_size", + "getter": "get_pixel_size", + "default": "0.01" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "uppercase", + "type": "bool", + "setter": "set_uppercase", + "getter": "is_uppercase", + "default": "false" + }, + { + "name": "vertical_alignment", + "type": "int", + "setter": "set_vertical_alignment", + "getter": "get_vertical_alignment", + "default": "1" + }, + { + "name": "width", + "type": "float", + "setter": "set_width", + "getter": "get_width", + "default": "500.0" + } + ] + }, + { + "name": "LineEdit", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "delete_char_at_caret", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "delete_text", + "return_type": "void", + "params": [ + { + "name": "from_column", + "type": "int", + "default": null + }, + { + "name": "to_column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "deselect", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_menu", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "get_scroll_offset", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_selected_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_selection_from_column", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_selection_to_column", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_selection", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "insert_text_at_caret", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_menu_visible", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "menu_option", + "return_type": "void", + "params": [ + { + "name": "option", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "int", + "default": "0" + }, + { + "name": "to", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "select_all", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "0" + }, + { + "name": "caret_blink", + "type": "bool", + "setter": "set_caret_blink_enabled", + "getter": "is_caret_blink_enabled", + "default": "false" + }, + { + "name": "caret_blink_interval", + "type": "float", + "setter": "set_caret_blink_interval", + "getter": "get_caret_blink_interval", + "default": "0.65" + }, + { + "name": "caret_column", + "type": "int", + "setter": "set_caret_column", + "getter": "get_caret_column", + "default": "0" + }, + { + "name": "caret_force_displayed", + "type": "bool", + "setter": "set_caret_force_displayed", + "getter": "is_caret_force_displayed", + "default": "false" + }, + { + "name": "caret_mid_grapheme", + "type": "bool", + "setter": "set_caret_mid_grapheme_enabled", + "getter": "is_caret_mid_grapheme_enabled", + "default": "false" + }, + { + "name": "clear_button_enabled", + "type": "bool", + "setter": "set_clear_button_enabled", + "getter": "is_clear_button_enabled", + "default": "false" + }, + { + "name": "context_menu_enabled", + "type": "bool", + "setter": "set_context_menu_enabled", + "getter": "is_context_menu_enabled", + "default": "true" + }, + { + "name": "deselect_on_focus_loss_enabled", + "type": "bool", + "setter": "set_deselect_on_focus_loss_enabled", + "getter": "is_deselect_on_focus_loss_enabled", + "default": "true" + }, + { + "name": "drag_and_drop_selection_enabled", + "type": "bool", + "setter": "set_drag_and_drop_selection_enabled", + "getter": "is_drag_and_drop_selection_enabled", + "default": "true" + }, + { + "name": "draw_control_chars", + "type": "bool", + "setter": "set_draw_control_chars", + "getter": "get_draw_control_chars", + "default": "false" + }, + { + "name": "editable", + "type": "bool", + "setter": "set_editable", + "getter": "is_editable", + "default": "true" + }, + { + "name": "expand_to_text_length", + "type": "bool", + "setter": "set_expand_to_text_length_enabled", + "getter": "is_expand_to_text_length_enabled", + "default": "false" + }, + { + "name": "flat", + "type": "bool", + "setter": "set_flat", + "getter": "is_flat", + "default": "false" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "max_length", + "type": "int", + "setter": "set_max_length", + "getter": "get_max_length", + "default": "0" + }, + { + "name": "middle_mouse_paste_enabled", + "type": "bool", + "setter": "set_middle_mouse_paste_enabled", + "getter": "is_middle_mouse_paste_enabled", + "default": "true" + }, + { + "name": "mouse_default_cursor_shape", + "type": "int", + "setter": "set_default_cursor_shape", + "getter": "get_default_cursor_shape", + "default": "1" + }, + { + "name": "placeholder_text", + "type": "String", + "setter": "set_placeholder", + "getter": "get_placeholder", + "default": "\"\"" + }, + { + "name": "right_icon", + "type": "Texture2D", + "setter": "set_right_icon", + "getter": "get_right_icon", + "default": "" + }, + { + "name": "secret", + "type": "bool", + "setter": "set_secret", + "getter": "is_secret", + "default": "false" + }, + { + "name": "secret_character", + "type": "String", + "setter": "set_secret_character", + "getter": "get_secret_character", + "default": "\"•\"" + }, + { + "name": "select_all_on_focus", + "type": "bool", + "setter": "set_select_all_on_focus", + "getter": "is_select_all_on_focus", + "default": "false" + }, + { + "name": "selecting_enabled", + "type": "bool", + "setter": "set_selecting_enabled", + "getter": "is_selecting_enabled", + "default": "true" + }, + { + "name": "shortcut_keys_enabled", + "type": "bool", + "setter": "set_shortcut_keys_enabled", + "getter": "is_shortcut_keys_enabled", + "default": "true" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "virtual_keyboard_enabled", + "type": "bool", + "setter": "set_virtual_keyboard_enabled", + "getter": "is_virtual_keyboard_enabled", + "default": "true" + }, + { + "name": "virtual_keyboard_type", + "type": "int", + "setter": "set_virtual_keyboard_type", + "getter": "get_virtual_keyboard_type", + "default": "0" + } + ] + }, + { + "name": "AudioEffectLowShelfFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AudioEffectSpectrumAnalyzerInstance", + "inherits": "AudioEffectInstance", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_magnitude_for_frequency_range", + "return_type": "Vector2", + "params": [ + { + "name": "from_hz", + "type": "float", + "default": null + }, + { + "name": "to_hz", + "type": "float", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": "1" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CPUParticles2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "convert_from_particles", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_curve", + "return_type": "Curve", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_max", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_min", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_particle_flag", + "return_type": "bool", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "restart", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_param_curve", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "curve", + "type": "Curve", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_max", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_min", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_particle_flag", + "return_type": "void", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "amount", + "type": "int", + "setter": "set_amount", + "getter": "get_amount", + "default": "8" + }, + { + "name": "angle_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "angle_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angle_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "angular_velocity_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "angular_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angular_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_offset_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "anim_offset_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_offset_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_speed_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "anim_speed_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_speed_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "color_initial_ramp", + "type": "Gradient", + "setter": "set_color_initial_ramp", + "getter": "get_color_initial_ramp", + "default": "" + }, + { + "name": "color_ramp", + "type": "Gradient", + "setter": "set_color_ramp", + "getter": "get_color_ramp", + "default": "" + }, + { + "name": "damping_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "damping_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "damping_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "direction", + "type": "Vector2", + "setter": "set_direction", + "getter": "get_direction", + "default": "Vector2(1, 0)" + }, + { + "name": "draw_order", + "type": "int", + "setter": "set_draw_order", + "getter": "get_draw_order", + "default": "0" + }, + { + "name": "emission_colors", + "type": "PackedColorArray", + "setter": "set_emission_colors", + "getter": "get_emission_colors", + "default": "" + }, + { + "name": "emission_normals", + "type": "PackedVector2Array", + "setter": "set_emission_normals", + "getter": "get_emission_normals", + "default": "" + }, + { + "name": "emission_points", + "type": "PackedVector2Array", + "setter": "set_emission_points", + "getter": "get_emission_points", + "default": "" + }, + { + "name": "emission_rect_extents", + "type": "Vector2", + "setter": "set_emission_rect_extents", + "getter": "get_emission_rect_extents", + "default": "" + }, + { + "name": "emission_shape", + "type": "int", + "setter": "set_emission_shape", + "getter": "get_emission_shape", + "default": "0" + }, + { + "name": "emission_sphere_radius", + "type": "float", + "setter": "set_emission_sphere_radius", + "getter": "get_emission_sphere_radius", + "default": "" + }, + { + "name": "emitting", + "type": "bool", + "setter": "set_emitting", + "getter": "is_emitting", + "default": "true" + }, + { + "name": "explosiveness", + "type": "float", + "setter": "set_explosiveness_ratio", + "getter": "get_explosiveness_ratio", + "default": "0.0" + }, + { + "name": "fixed_fps", + "type": "int", + "setter": "set_fixed_fps", + "getter": "get_fixed_fps", + "default": "0" + }, + { + "name": "fract_delta", + "type": "bool", + "setter": "set_fractional_delta", + "getter": "get_fractional_delta", + "default": "true" + }, + { + "name": "gravity", + "type": "Vector2", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "Vector2(0, 980)" + }, + { + "name": "hue_variation_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "hue_variation_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "hue_variation_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "initial_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "initial_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "lifetime", + "type": "float", + "setter": "set_lifetime", + "getter": "get_lifetime", + "default": "1.0" + }, + { + "name": "lifetime_randomness", + "type": "float", + "setter": "set_lifetime_randomness", + "getter": "get_lifetime_randomness", + "default": "0.0" + }, + { + "name": "linear_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "linear_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "linear_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "local_coords", + "type": "bool", + "setter": "set_use_local_coordinates", + "getter": "get_use_local_coordinates", + "default": "false" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "get_one_shot", + "default": "false" + }, + { + "name": "orbit_velocity_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "orbit_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "orbit_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "particle_flag_align_y", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "preprocess", + "type": "float", + "setter": "set_pre_process_time", + "getter": "get_pre_process_time", + "default": "0.0" + }, + { + "name": "radial_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "radial_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "radial_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "randomness", + "type": "float", + "setter": "set_randomness_ratio", + "getter": "get_randomness_ratio", + "default": "0.0" + }, + { + "name": "scale_amount_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "scale_amount_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "1.0" + }, + { + "name": "scale_amount_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "1.0" + }, + { + "name": "scale_curve_x", + "type": "Curve", + "setter": "set_scale_curve_x", + "getter": "get_scale_curve_x", + "default": "" + }, + { + "name": "scale_curve_y", + "type": "Curve", + "setter": "set_scale_curve_y", + "getter": "get_scale_curve_y", + "default": "" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "split_scale", + "type": "bool", + "setter": "set_split_scale", + "getter": "get_split_scale", + "default": "false" + }, + { + "name": "spread", + "type": "float", + "setter": "set_spread", + "getter": "get_spread", + "default": "45.0" + }, + { + "name": "tangential_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "tangential_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "tangential_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "Tween", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bind_node", + "return_type": "Tween", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "chain", + "return_type": "Tween", + "params": [], + "description": "" + }, + { + "name": "custom_step", + "return_type": "bool", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_loops_left", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_total_elapsed_time", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "interpolate_value", + "return_type": "Variant", + "params": [ + { + "name": "initial_value", + "type": "Variant", + "default": null + }, + { + "name": "delta_value", + "type": "Variant", + "default": null + }, + { + "name": "elapsed_time", + "type": "float", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": null + }, + { + "name": "trans_type", + "type": "int", + "default": null + }, + { + "name": "ease_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_running", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "kill", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "parallel", + "return_type": "Tween", + "params": [], + "description": "" + }, + { + "name": "pause", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_ease", + "return_type": "Tween", + "params": [ + { + "name": "ease", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_loops", + "return_type": "Tween", + "params": [ + { + "name": "loops", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_parallel", + "return_type": "Tween", + "params": [ + { + "name": "parallel", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_pause_mode", + "return_type": "Tween", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_mode", + "return_type": "Tween", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_speed_scale", + "return_type": "Tween", + "params": [ + { + "name": "speed", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_trans", + "return_type": "Tween", + "params": [ + { + "name": "trans", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "tween_callback", + "return_type": "CallbackTweener", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "tween_interval", + "return_type": "IntervalTweener", + "params": [ + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "tween_method", + "return_type": "MethodTweener", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + }, + { + "name": "from", + "type": "Variant", + "default": null + }, + { + "name": "to", + "type": "Variant", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "tween_property", + "return_type": "PropertyTweener", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "NodePath", + "default": null + }, + { + "name": "final_val", + "type": "Variant", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RenderSceneBuffersConfiguration", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "fsr_sharpness", + "type": "float", + "setter": "set_fsr_sharpness", + "getter": "get_fsr_sharpness", + "default": "0.0" + }, + { + "name": "internal_size", + "type": "Vector2i", + "setter": "set_internal_size", + "getter": "get_internal_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "msaa_3d", + "type": "int", + "setter": "set_msaa_3d", + "getter": "get_msaa_3d", + "default": "0" + }, + { + "name": "render_target", + "type": "RID", + "setter": "set_render_target", + "getter": "get_render_target", + "default": "RID()" + }, + { + "name": "scaling_3d_mode", + "type": "int", + "setter": "set_scaling_3d_mode", + "getter": "get_scaling_3d_mode", + "default": "255" + }, + { + "name": "screen_space_aa", + "type": "int", + "setter": "set_screen_space_aa", + "getter": "get_screen_space_aa", + "default": "0" + }, + { + "name": "target_size", + "type": "Vector2i", + "setter": "set_target_size", + "getter": "get_target_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "texture_mipmap_bias", + "type": "float", + "setter": "set_texture_mipmap_bias", + "getter": "get_texture_mipmap_bias", + "default": "0.0" + }, + { + "name": "view_count", + "type": "int", + "setter": "set_view_count", + "getter": "get_view_count", + "default": "1" + } + ] + }, + { + "name": "AnimationNodeTimeScale", + "inherits": "AnimationNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Color", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "blend", + "return_type": "Color", + "params": [ + { + "name": "over", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "clamp", + "return_type": "Color", + "params": [ + { + "name": "min", + "type": "Color", + "default": "Color(0, 0, 0, 0)" + }, + { + "name": "max", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "darkened", + "return_type": "Color", + "params": [ + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "from_hsv", + "return_type": "Color", + "params": [ + { + "name": "h", + "type": "float", + "default": null + }, + { + "name": "s", + "type": "float", + "default": null + }, + { + "name": "v", + "type": "float", + "default": null + }, + { + "name": "alpha", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "from_ok_hsl", + "return_type": "Color", + "params": [ + { + "name": "h", + "type": "float", + "default": null + }, + { + "name": "s", + "type": "float", + "default": null + }, + { + "name": "l", + "type": "float", + "default": null + }, + { + "name": "alpha", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "from_rgbe9995", + "return_type": "Color", + "params": [ + { + "name": "rgbe", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "from_string", + "return_type": "Color", + "params": [ + { + "name": "str", + "type": "String", + "default": null + }, + { + "name": "default", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "get_luminance", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "hex", + "return_type": "Color", + "params": [ + { + "name": "hex", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "hex64", + "return_type": "Color", + "params": [ + { + "name": "hex", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "html", + "return_type": "Color", + "params": [ + { + "name": "rgba", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "html_is_valid", + "return_type": "bool", + "params": [ + { + "name": "color", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "inverted", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "lerp", + "return_type": "Color", + "params": [ + { + "name": "to", + "type": "Color", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "lightened", + "return_type": "Color", + "params": [ + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "linear_to_srgb", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "srgb_to_linear", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "to_abgr32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_abgr64", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_argb32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_argb64", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_html", + "return_type": "String", + "params": [ + { + "name": "with_alpha", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "to_rgba32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_rgba64", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "a", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "a8", + "type": "int", + "setter": "", + "getter": "", + "default": "255" + }, + { + "name": "b", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "b8", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "g", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "g8", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "h", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "r", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "r8", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "s", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "v", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "PhysicsDirectSpaceState2DExtension", + "inherits": "PhysicsDirectSpaceState2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_cast_motion", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "closest_safe", + "type": "float*", + "default": null + }, + { + "name": "closest_unsafe", + "type": "float*", + "default": null + } + ], + "description": "" + }, + { + "name": "_collide_shape", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "results", + "type": "void*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + }, + { + "name": "result_count", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_point", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "canvas_instance_id", + "type": "int", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "results", + "type": "PhysicsServer2DExtensionShapeResult*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_ray", + "return_type": "bool", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "hit_from_inside", + "type": "bool", + "default": null + }, + { + "name": "result", + "type": "PhysicsServer2DExtensionRayResult*", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_shape", + "return_type": "int", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "result", + "type": "PhysicsServer2DExtensionShapeResult*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_rest_info", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "rest_info", + "type": "PhysicsServer2DExtensionShapeRestInfo*", + "default": null + } + ], + "description": "" + }, + { + "name": "is_body_excluded_from_query", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "GPUParticlesCollision3D", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "4294967295" + } + ] + }, + { + "name": "Decal", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "albedo_mix", + "type": "float", + "setter": "set_albedo_mix", + "getter": "get_albedo_mix", + "default": "1.0" + }, + { + "name": "cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "1048575" + }, + { + "name": "distance_fade_begin", + "type": "float", + "setter": "set_distance_fade_begin", + "getter": "get_distance_fade_begin", + "default": "40.0" + }, + { + "name": "distance_fade_enabled", + "type": "bool", + "setter": "set_enable_distance_fade", + "getter": "is_distance_fade_enabled", + "default": "false" + }, + { + "name": "distance_fade_length", + "type": "float", + "setter": "set_distance_fade_length", + "getter": "get_distance_fade_length", + "default": "10.0" + }, + { + "name": "emission_energy", + "type": "float", + "setter": "set_emission_energy", + "getter": "get_emission_energy", + "default": "1.0" + }, + { + "name": "lower_fade", + "type": "float", + "setter": "set_lower_fade", + "getter": "get_lower_fade", + "default": "0.3" + }, + { + "name": "modulate", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "normal_fade", + "type": "float", + "setter": "set_normal_fade", + "getter": "get_normal_fade", + "default": "0.0" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + }, + { + "name": "texture_albedo", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_emission", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_normal", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_orm", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "upper_fade", + "type": "float", + "setter": "set_upper_fade", + "getter": "get_upper_fade", + "default": "0.3" + } + ] + }, + { + "name": "TextServerDummy", + "inherits": "TextServerExtension", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PackedScene", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "can_instantiate", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_state", + "return_type": "SceneState", + "params": [], + "description": "" + }, + { + "name": "instantiate", + "return_type": "Node", + "params": [ + { + "name": "edit_state", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "pack", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "_bundled", + "type": "Dictionary", + "setter": "_set_bundled_scene", + "getter": "_get_bundled_scene", + "default": "{ \"conn_count\": 0, \"conns\": PackedInt32Array(), \"editable_instances\": [], \"names\": PackedStringArray(), \"node_count\": 0, \"node_paths\": [], \"nodes\": PackedInt32Array(), \"variants\": [], \"version\": 3 }" + } + ] + }, + { + "name": "EditorScript", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_run", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "add_root_node", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_editor_interface", + "return_type": "EditorInterface", + "params": [], + "description": "" + }, + { + "name": "get_scene", + "return_type": "Node", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Texture2DArray", + "inherits": "ImageTextureLayered", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "int", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeMultiplyAdd", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "TubeTrailMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cap_bottom", + "type": "bool", + "setter": "set_cap_bottom", + "getter": "is_cap_bottom", + "default": "true" + }, + { + "name": "cap_top", + "type": "bool", + "setter": "set_cap_top", + "getter": "is_cap_top", + "default": "true" + }, + { + "name": "curve", + "type": "Curve", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + }, + { + "name": "radial_steps", + "type": "int", + "setter": "set_radial_steps", + "getter": "get_radial_steps", + "default": "8" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + }, + { + "name": "section_length", + "type": "float", + "setter": "set_section_length", + "getter": "get_section_length", + "default": "0.2" + }, + { + "name": "section_rings", + "type": "int", + "setter": "set_section_rings", + "getter": "get_section_rings", + "default": "3" + }, + { + "name": "sections", + "type": "int", + "setter": "set_sections", + "getter": "get_sections", + "default": "5" + } + ] + }, + { + "name": "ResourceFormatLoader", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_exists", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_classes_used", + "return_type": "PackedStringArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_dependencies", + "return_type": "PackedStringArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "add_types", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_resource_script_class", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_resource_type", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_resource_uid", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_handles_type", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_load", + "return_type": "Variant", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "original_path", + "type": "String", + "default": null + }, + { + "name": "use_sub_threads", + "type": "bool", + "default": null + }, + { + "name": "cache_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_recognize_path", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_rename_dependencies", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "renames", + "type": "Dictionary", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "DirAccess", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "change_dir", + "return_type": "int", + "params": [ + { + "name": "to_dir", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "copy", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "String", + "default": null + }, + { + "name": "to", + "type": "String", + "default": null + }, + { + "name": "chmod_flags", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "copy_absolute", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "String", + "default": null + }, + { + "name": "to", + "type": "String", + "default": null + }, + { + "name": "chmod_flags", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "current_is_dir", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "dir_exists", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "dir_exists_absolute", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "file_exists", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_dir", + "return_type": "String", + "params": [ + { + "name": "include_drive", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_current_drive", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_directories", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_directories_at", + "return_type": "PackedStringArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_drive_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_drive_name", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_files", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_files_at", + "return_type": "PackedStringArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_next", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_open_error", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_space_left", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_case_sensitive", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "list_dir_begin", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "list_dir_end", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "make_dir", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "make_dir_absolute", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "make_dir_recursive", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "make_dir_recursive_absolute", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "open", + "return_type": "DirAccess", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_absolute", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "rename", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "String", + "default": null + }, + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_absolute", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "String", + "default": null + }, + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "include_hidden", + "type": "bool", + "setter": "set_include_hidden", + "getter": "get_include_hidden", + "default": "" + }, + { + "name": "include_navigational", + "type": "bool", + "setter": "set_include_navigational", + "getter": "get_include_navigational", + "default": "" + } + ] + }, + { + "name": "StreamPeerBuffer", + "inherits": "StreamPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "duplicate", + "return_type": "StreamPeerBuffer", + "params": [], + "description": "" + }, + { + "name": "get_position", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "resize", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "data_array", + "type": "PackedByteArray", + "setter": "set_data_array", + "getter": "get_data_array", + "default": "PackedByteArray()" + } + ] + }, + { + "name": "ORMMaterial3D", + "inherits": "BaseMaterial3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "UDPServer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_local_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_connection_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_listening", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "listen", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + }, + { + "name": "bind_address", + "type": "String", + "default": "\"*\"" + } + ], + "description": "" + }, + { + "name": "poll", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "take_connection", + "return_type": "PacketPeerUDP", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "max_pending_connections", + "type": "int", + "setter": "set_max_pending_connections", + "getter": "get_max_pending_connections", + "default": "16" + } + ] + }, + { + "name": "XRPose", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_adjusted_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "angular_velocity", + "type": "Vector3", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "has_tracking_data", + "type": "bool", + "setter": "set_has_tracking_data", + "getter": "get_has_tracking_data", + "default": "false" + }, + { + "name": "linear_velocity", + "type": "Vector3", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "name", + "type": "StringName", + "setter": "set_name", + "getter": "get_name", + "default": "&\"\"" + }, + { + "name": "tracking_confidence", + "type": "int", + "setter": "set_tracking_confidence", + "getter": "get_tracking_confidence", + "default": "0" + }, + { + "name": "transform", + "type": "Transform3D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + } + ] + }, + { + "name": "PolygonOccluder3D", + "inherits": "Occluder3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "polygon", + "type": "PackedVector2Array", + "setter": "set_polygon", + "getter": "get_polygon", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "VisibleOnScreenNotifier3D", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_on_screen", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "aabb", + "type": "AABB", + "setter": "set_aabb", + "getter": "get_aabb", + "default": "AABB(-1, -1, -1, 2, 2, 2)" + } + ] + }, + { + "name": "Material", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_do_next_pass", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_can_use_render_priority", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_get_shader_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_shader_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + }, + { + "name": "inspect_native_shader_code", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "next_pass", + "type": "Material", + "setter": "set_next_pass", + "getter": "get_next_pass", + "default": "" + }, + { + "name": "render_priority", + "type": "int", + "setter": "set_render_priority", + "getter": "get_render_priority", + "default": "" + } + ] + }, + { + "name": "CallbackTweener", + "inherits": "Tweener", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_delay", + "return_type": "CallbackTweener", + "params": [ + { + "name": "delay", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorImportPlugin", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_import_options", + "return_type": "Dictionary[]", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "preset_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_import_order", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_importer_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_option_visibility", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "option_name", + "type": "StringName", + "default": null + }, + { + "name": "options", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_preset_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_preset_name", + "return_type": "String", + "params": [ + { + "name": "preset_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_priority", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_resource_type", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_save_extension", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_visible_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_import", + "return_type": "int", + "params": [ + { + "name": "source_file", + "type": "String", + "default": null + }, + { + "name": "save_path", + "type": "String", + "default": null + }, + { + "name": "options", + "type": "Dictionary", + "default": null + }, + { + "name": "platform_variants", + "type": "String[]", + "default": null + }, + { + "name": "gen_files", + "type": "String[]", + "default": null + } + ], + "description": "" + }, + { + "name": "append_import_external_resource", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "custom_options", + "type": "Dictionary", + "default": "{}" + }, + { + "name": "custom_importer", + "type": "String", + "default": "\"\"" + }, + { + "name": "generator_parameters", + "type": "Variant", + "default": "null" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SphereShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + } + ] + }, + { + "name": "AudioStreamGenerator", + "inherits": "AudioStream", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "buffer_length", + "type": "float", + "setter": "set_buffer_length", + "getter": "get_buffer_length", + "default": "0.5" + }, + { + "name": "mix_rate", + "type": "float", + "setter": "set_mix_rate", + "getter": "get_mix_rate", + "default": "44100.0" + } + ] + }, + { + "name": "AudioEffectEQ6", + "inherits": "AudioEffectEQ", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AnimationNodeStateMachinePlayback", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_current_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_current_node", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_current_play_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_fading_from_node", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_travel_path", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "next", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "StringName", + "default": null + }, + { + "name": "reset", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "travel", + "return_type": "void", + "params": [ + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "reset_on_teleport", + "type": "bool", + "default": "true" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "true" + } + ] + }, + { + "name": "SpotLight3D", + "inherits": "Light3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "shadow_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.03" + }, + { + "name": "shadow_normal_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "spot_angle", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "45.0" + }, + { + "name": "spot_angle_attenuation", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "spot_attenuation", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "spot_range", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "5.0" + } + ] + }, + { + "name": "RootMotionView", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "animation_path", + "type": "NodePath", + "setter": "set_animation_path", + "getter": "get_animation_path", + "default": "NodePath(\"\")" + }, + { + "name": "cell_size", + "type": "float", + "setter": "set_cell_size", + "getter": "get_cell_size", + "default": "1.0" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(0.5, 0.5, 1, 1)" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "10.0" + }, + { + "name": "zero_y", + "type": "bool", + "setter": "set_zero_y", + "getter": "get_zero_y", + "default": "true" + } + ] + }, + { + "name": "ResourceImporterLayeredTexture", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "compress/channel_pack", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "compress/hdr_compression", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "compress/high_quality", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "compress/lossy_quality", + "type": "float", + "setter": "", + "getter": "", + "default": "0.7" + }, + { + "name": "compress/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "mipmaps/generate", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "mipmaps/limit", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "slices/arrangement", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + } + ] + }, + { + "name": "ResourceFormatSaver", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "_recognize", + "return_type": "bool", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "_recognize_path", + "return_type": "bool", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_save", + "return_type": "int", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_uid", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "uid", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ReflectionProbe", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "ambient_color", + "type": "Color", + "setter": "set_ambient_color", + "getter": "get_ambient_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "ambient_color_energy", + "type": "float", + "setter": "set_ambient_color_energy", + "getter": "get_ambient_color_energy", + "default": "1.0" + }, + { + "name": "ambient_mode", + "type": "int", + "setter": "set_ambient_mode", + "getter": "get_ambient_mode", + "default": "1" + }, + { + "name": "box_projection", + "type": "bool", + "setter": "set_enable_box_projection", + "getter": "is_box_projection_enabled", + "default": "false" + }, + { + "name": "cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "1048575" + }, + { + "name": "enable_shadows", + "type": "bool", + "setter": "set_enable_shadows", + "getter": "are_shadows_enabled", + "default": "false" + }, + { + "name": "intensity", + "type": "float", + "setter": "set_intensity", + "getter": "get_intensity", + "default": "1.0" + }, + { + "name": "interior", + "type": "bool", + "setter": "set_as_interior", + "getter": "is_set_as_interior", + "default": "false" + }, + { + "name": "max_distance", + "type": "float", + "setter": "set_max_distance", + "getter": "get_max_distance", + "default": "0.0" + }, + { + "name": "mesh_lod_threshold", + "type": "float", + "setter": "set_mesh_lod_threshold", + "getter": "get_mesh_lod_threshold", + "default": "1.0" + }, + { + "name": "origin_offset", + "type": "Vector3", + "setter": "set_origin_offset", + "getter": "get_origin_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(20, 20, 20)" + }, + { + "name": "update_mode", + "type": "int", + "setter": "set_update_mode", + "getter": "get_update_mode", + "default": "0" + } + ] + }, + { + "name": "Texture2DArrayRD", + "inherits": "TextureLayeredRD", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AudioEffectRecord", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_recording", + "return_type": "AudioStreamWAV", + "params": [], + "description": "" + }, + { + "name": "is_recording_active", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_recording_active", + "return_type": "void", + "params": [ + { + "name": "record", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "format", + "type": "int", + "setter": "set_format", + "getter": "get_format", + "default": "1" + } + ] + }, + { + "name": "InputEventShortcut", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "shortcut", + "type": "Shortcut", + "setter": "set_shortcut", + "getter": "get_shortcut", + "default": "" + } + ] + }, + { + "name": "CubemapArray", + "inherits": "ImageTextureLayered", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorPaths", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_cache_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_config_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_data_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_project_settings_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_self_contained_file", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "is_self_contained", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "World3D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "camera_attributes", + "type": "CameraAttributes", + "setter": "set_camera_attributes", + "getter": "get_camera_attributes", + "default": "" + }, + { + "name": "direct_space_state", + "type": "PhysicsDirectSpaceState3D", + "setter": "", + "getter": "get_direct_space_state", + "default": "" + }, + { + "name": "environment", + "type": "Environment", + "setter": "set_environment", + "getter": "get_environment", + "default": "" + }, + { + "name": "fallback_environment", + "type": "Environment", + "setter": "set_fallback_environment", + "getter": "get_fallback_environment", + "default": "" + }, + { + "name": "navigation_map", + "type": "RID", + "setter": "", + "getter": "get_navigation_map", + "default": "" + }, + { + "name": "scenario", + "type": "RID", + "setter": "", + "getter": "get_scenario", + "default": "" + }, + { + "name": "space", + "type": "RID", + "setter": "", + "getter": "get_space", + "default": "" + } + ] + }, + { + "name": "AudioBusLayout", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MainLoop", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_finalize", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_initialize", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_physics_process", + "return_type": "bool", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_process", + "return_type": "bool", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "MissingNode", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "original_class", + "type": "String", + "setter": "set_original_class", + "getter": "get_original_class", + "default": "" + }, + { + "name": "recording_properties", + "type": "bool", + "setter": "set_recording_properties", + "getter": "is_recording_properties", + "default": "" + } + ] + }, + { + "name": "CodeEdit", + "inherits": "TextEdit", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_confirm_code_completion", + "return_type": "void", + "params": [ + { + "name": "replace", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_filter_code_completion_candidates", + "return_type": "Dictionary[]", + "params": [ + { + "name": "candidates", + "type": "Dictionary[]", + "default": null + } + ], + "description": "" + }, + { + "name": "_request_code_completion", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "add_auto_brace_completion_pair", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + }, + { + "name": "end_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_code_completion_option", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "display_text", + "type": "String", + "default": null + }, + { + "name": "insert_text", + "type": "String", + "default": null + }, + { + "name": "text_color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "icon", + "type": "Resource", + "default": "null" + }, + { + "name": "value", + "type": "Variant", + "default": "0" + }, + { + "name": "location", + "type": "int", + "default": "1024" + } + ], + "description": "" + }, + { + "name": "add_comment_delimiter", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + }, + { + "name": "end_key", + "type": "String", + "default": null + }, + { + "name": "line_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_string_delimiter", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + }, + { + "name": "end_key", + "type": "String", + "default": null + }, + { + "name": "line_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "can_fold_line", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "cancel_code_completion", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_bookmarked_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_breakpointed_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_comment_delimiters", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_executing_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_string_delimiters", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "confirm_code_completion", + "return_type": "void", + "params": [ + { + "name": "replace", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "convert_indent", + "return_type": "void", + "params": [ + { + "name": "from_line", + "type": "int", + "default": "-1" + }, + { + "name": "to_line", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "create_code_region", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "do_indent", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "duplicate_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "fold_all_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "fold_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_auto_brace_completion_close_key", + "return_type": "String", + "params": [ + { + "name": "open_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bookmarked_lines", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_breakpointed_lines", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_code_completion_option", + "return_type": "Dictionary", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_code_completion_options", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_code_completion_selected_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_code_region_end_tag", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_code_region_start_tag", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_delimiter_end_key", + "return_type": "String", + "params": [ + { + "name": "delimiter_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_delimiter_end_position", + "return_type": "Vector2", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_delimiter_start_key", + "return_type": "String", + "params": [ + { + "name": "delimiter_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_delimiter_start_position", + "return_type": "Vector2", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_executing_lines", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_folded_lines", + "return_type": "int[]", + "params": [], + "description": "" + }, + { + "name": "get_text_for_code_completion", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_text_for_symbol_lookup", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_text_with_cursor_char", + "return_type": "String", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_auto_brace_completion_close_key", + "return_type": "bool", + "params": [ + { + "name": "close_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_auto_brace_completion_open_key", + "return_type": "bool", + "params": [ + { + "name": "open_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_comment_delimiter", + "return_type": "bool", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_string_delimiter", + "return_type": "bool", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "indent_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_in_comment", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "is_in_string", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "is_line_bookmarked", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_breakpointed", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_code_region_end", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_code_region_start", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_executing", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_folded", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_comment_delimiter", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_string_delimiter", + "return_type": "void", + "params": [ + { + "name": "start_key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "request_code_completion", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_code_completion_selected_index", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_code_hint", + "return_type": "void", + "params": [ + { + "name": "code_hint", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_code_hint_draw_below", + "return_type": "void", + "params": [ + { + "name": "draw_below", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_code_region_tags", + "return_type": "void", + "params": [ + { + "name": "start", + "type": "String", + "default": "\"region\"" + }, + { + "name": "end", + "type": "String", + "default": "\"endregion\"" + } + ], + "description": "" + }, + { + "name": "set_line_as_bookmarked", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "bookmarked", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_as_breakpoint", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "breakpointed", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_as_executing", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "executing", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_symbol_lookup_word_as_valid", + "return_type": "void", + "params": [ + { + "name": "valid", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "toggle_foldable_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "unfold_all_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "unfold_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "unindent_lines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "update_code_completion_options", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "auto_brace_completion_enabled", + "type": "bool", + "setter": "set_auto_brace_completion_enabled", + "getter": "is_auto_brace_completion_enabled", + "default": "false" + }, + { + "name": "auto_brace_completion_highlight_matching", + "type": "bool", + "setter": "set_highlight_matching_braces_enabled", + "getter": "is_highlight_matching_braces_enabled", + "default": "false" + }, + { + "name": "auto_brace_completion_pairs", + "type": "Dictionary", + "setter": "set_auto_brace_completion_pairs", + "getter": "get_auto_brace_completion_pairs", + "default": "{ \"\\\"\": \"\\\"\", \"'\": \"'\", \"(\": \")\", \"[\": \"]\", \"{\": \"}\" }" + }, + { + "name": "code_completion_enabled", + "type": "bool", + "setter": "set_code_completion_enabled", + "getter": "is_code_completion_enabled", + "default": "false" + }, + { + "name": "code_completion_prefixes", + "type": "String[]", + "setter": "set_code_completion_prefixes", + "getter": "get_code_completion_prefixes", + "default": "[]" + }, + { + "name": "delimiter_comments", + "type": "String[]", + "setter": "set_comment_delimiters", + "getter": "get_comment_delimiters", + "default": "[]" + }, + { + "name": "delimiter_strings", + "type": "String[]", + "setter": "set_string_delimiters", + "getter": "get_string_delimiters", + "default": "[\"' '\", \"\\\" \\\"\"]" + }, + { + "name": "gutters_draw_bookmarks", + "type": "bool", + "setter": "set_draw_bookmarks_gutter", + "getter": "is_drawing_bookmarks_gutter", + "default": "false" + }, + { + "name": "gutters_draw_breakpoints_gutter", + "type": "bool", + "setter": "set_draw_breakpoints_gutter", + "getter": "is_drawing_breakpoints_gutter", + "default": "false" + }, + { + "name": "gutters_draw_executing_lines", + "type": "bool", + "setter": "set_draw_executing_lines_gutter", + "getter": "is_drawing_executing_lines_gutter", + "default": "false" + }, + { + "name": "gutters_draw_fold_gutter", + "type": "bool", + "setter": "set_draw_fold_gutter", + "getter": "is_drawing_fold_gutter", + "default": "false" + }, + { + "name": "gutters_draw_line_numbers", + "type": "bool", + "setter": "set_draw_line_numbers", + "getter": "is_draw_line_numbers_enabled", + "default": "false" + }, + { + "name": "gutters_zero_pad_line_numbers", + "type": "bool", + "setter": "set_line_numbers_zero_padded", + "getter": "is_line_numbers_zero_padded", + "default": "false" + }, + { + "name": "indent_automatic", + "type": "bool", + "setter": "set_auto_indent_enabled", + "getter": "is_auto_indent_enabled", + "default": "false" + }, + { + "name": "indent_automatic_prefixes", + "type": "String[]", + "setter": "set_auto_indent_prefixes", + "getter": "get_auto_indent_prefixes", + "default": "[\":\", \"{\", \"[\", \"(\"]" + }, + { + "name": "indent_size", + "type": "int", + "setter": "set_indent_size", + "getter": "get_indent_size", + "default": "4" + }, + { + "name": "indent_use_spaces", + "type": "bool", + "setter": "set_indent_using_spaces", + "getter": "is_indent_using_spaces", + "default": "false" + }, + { + "name": "layout_direction", + "type": "int", + "setter": "set_layout_direction", + "getter": "get_layout_direction", + "default": "2" + }, + { + "name": "line_folding", + "type": "bool", + "setter": "set_line_folding_enabled", + "getter": "is_line_folding_enabled", + "default": "false" + }, + { + "name": "line_length_guidelines", + "type": "int[]", + "setter": "set_line_length_guidelines", + "getter": "get_line_length_guidelines", + "default": "[]" + }, + { + "name": "symbol_lookup_on_click", + "type": "bool", + "setter": "set_symbol_lookup_on_click_enabled", + "getter": "is_symbol_lookup_on_click_enabled", + "default": "false" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "1" + } + ] + }, + { + "name": "ImmediateMesh", + "inherits": "Mesh", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_surfaces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "surface_add_vertex", + "return_type": "void", + "params": [ + { + "name": "vertex", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_add_vertex_2d", + "return_type": "void", + "params": [ + { + "name": "vertex", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_begin", + "return_type": "void", + "params": [ + { + "name": "primitive", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": "null" + } + ], + "description": "" + }, + { + "name": "surface_end", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "surface_set_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_normal", + "return_type": "void", + "params": [ + { + "name": "normal", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_tangent", + "return_type": "void", + "params": [ + { + "name": "tangent", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_uv", + "return_type": "void", + "params": [ + { + "name": "uv", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_uv2", + "return_type": "void", + "params": [ + { + "name": "uv2", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "OfflineMultiplayerPeer", + "inherits": "MultiplayerPeer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "SkeletonModification2DTwoBoneIK", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_joint_one_bone2d_node", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "get_joint_one_bone_idx", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_joint_two_bone2d_node", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "get_joint_two_bone_idx", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_joint_one_bone2d_node", + "return_type": "void", + "params": [ + { + "name": "bone2d_node", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_joint_one_bone_idx", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_joint_two_bone2d_node", + "return_type": "void", + "params": [ + { + "name": "bone2d_node", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_joint_two_bone_idx", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "flip_bend_direction", + "type": "bool", + "setter": "set_flip_bend_direction", + "getter": "get_flip_bend_direction", + "default": "false" + }, + { + "name": "target_maximum_distance", + "type": "float", + "setter": "set_target_maximum_distance", + "getter": "get_target_maximum_distance", + "default": "0.0" + }, + { + "name": "target_minimum_distance", + "type": "float", + "setter": "set_target_minimum_distance", + "getter": "get_target_minimum_distance", + "default": "0.0" + }, + { + "name": "target_nodepath", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "PhysicsDirectBodyState3DExtension", + "inherits": "PhysicsDirectBodyState3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_angular_velocity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_center_of_mass", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_center_of_mass_local", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_constant_force", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_constant_torque", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_contact_collider", + "return_type": "RID", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_id", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_object", + "return_type": "Object", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_collider_velocity_at_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_contact_impulse", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_normal", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_contact_local_velocity_at_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_inverse_inertia", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_inverse_inertia_tensor", + "return_type": "Basis", + "params": [], + "description": "" + }, + { + "name": "_get_inverse_mass", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_linear_velocity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_principal_inertia_axes", + "return_type": "Basis", + "params": [], + "description": "" + }, + { + "name": "_get_space_state", + "return_type": "PhysicsDirectSpaceState3D", + "params": [], + "description": "" + }, + { + "name": "_get_step", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_total_angular_damp", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_total_gravity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "_get_total_linear_damp", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "_get_velocity_at_local_position", + "return_type": "Vector3", + "params": [ + { + "name": "local_position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_integrate_forces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_is_sleeping", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_set_angular_velocity", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_linear_velocity", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_sleep_state", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_transform", + "return_type": "void", + "params": [ + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Separator", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "KinematicCollision2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_angle", + "return_type": "float", + "params": [ + { + "name": "up_direction", + "type": "Vector2", + "default": "Vector2(0, -1)" + } + ], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_collider_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_collider_shape_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collider_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_depth", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_local_shape", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_normal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_remainder", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_travel", + "return_type": "Vector2", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeIntParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "int", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "0" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + }, + { + "name": "hint", + "type": "int", + "setter": "set_hint", + "getter": "get_hint", + "default": "0" + }, + { + "name": "max", + "type": "int", + "setter": "set_max", + "getter": "get_max", + "default": "100" + }, + { + "name": "min", + "type": "int", + "setter": "set_min", + "getter": "get_min", + "default": "0" + }, + { + "name": "step", + "type": "int", + "setter": "set_step", + "getter": "get_step", + "default": "1" + } + ] + }, + { + "name": "SubViewportContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_propagate_input_event", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "1" + }, + { + "name": "stretch", + "type": "bool", + "setter": "set_stretch", + "getter": "is_stretch_enabled", + "default": "false" + }, + { + "name": "stretch_shrink", + "type": "int", + "setter": "set_stretch_shrink", + "getter": "get_stretch_shrink", + "default": "1" + } + ] + }, + { + "name": "VisualShaderNodeParticleSphereEmitter", + "inherits": "VisualShaderNodeParticleEmitter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "HeightMapShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "map_data", + "type": "PackedFloat32Array", + "setter": "set_map_data", + "getter": "get_map_data", + "default": "PackedFloat32Array(0, 0, 0, 0)" + }, + { + "name": "map_depth", + "type": "int", + "setter": "set_map_depth", + "getter": "get_map_depth", + "default": "2" + }, + { + "name": "map_width", + "type": "int", + "setter": "set_map_width", + "getter": "get_map_width", + "default": "2" + } + ] + }, + { + "name": "Button", + "inherits": "BaseButton", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_text_alignment", + "getter": "get_text_alignment", + "default": "1" + }, + { + "name": "clip_text", + "type": "bool", + "setter": "set_clip_text", + "getter": "get_clip_text", + "default": "false" + }, + { + "name": "expand_icon", + "type": "bool", + "setter": "set_expand_icon", + "getter": "is_expand_icon", + "default": "false" + }, + { + "name": "flat", + "type": "bool", + "setter": "set_flat", + "getter": "is_flat", + "default": "false" + }, + { + "name": "icon", + "type": "Texture2D", + "setter": "set_button_icon", + "getter": "get_button_icon", + "default": "" + }, + { + "name": "icon_alignment", + "type": "int", + "setter": "set_icon_alignment", + "getter": "get_icon_alignment", + "default": "0" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "text_overrun_behavior", + "type": "int", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "default": "0" + }, + { + "name": "vertical_icon_alignment", + "type": "int", + "setter": "set_vertical_icon_alignment", + "getter": "get_vertical_icon_alignment", + "default": "1" + } + ] + }, + { + "name": "AnimationNodeOneShot", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "autorestart", + "type": "bool", + "setter": "set_autorestart", + "getter": "has_autorestart", + "default": "false" + }, + { + "name": "autorestart_delay", + "type": "float", + "setter": "set_autorestart_delay", + "getter": "get_autorestart_delay", + "default": "1.0" + }, + { + "name": "autorestart_random_delay", + "type": "float", + "setter": "set_autorestart_random_delay", + "getter": "get_autorestart_random_delay", + "default": "0.0" + }, + { + "name": "fadein_curve", + "type": "Curve", + "setter": "set_fadein_curve", + "getter": "get_fadein_curve", + "default": "" + }, + { + "name": "fadein_time", + "type": "float", + "setter": "set_fadein_time", + "getter": "get_fadein_time", + "default": "0.0" + }, + { + "name": "fadeout_curve", + "type": "Curve", + "setter": "set_fadeout_curve", + "getter": "get_fadeout_curve", + "default": "" + }, + { + "name": "fadeout_time", + "type": "float", + "setter": "set_fadeout_time", + "getter": "get_fadeout_time", + "default": "0.0" + }, + { + "name": "mix_mode", + "type": "int", + "setter": "set_mix_mode", + "getter": "get_mix_mode", + "default": "0" + } + ] + }, + { + "name": "GridContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "columns", + "type": "int", + "setter": "set_columns", + "getter": "get_columns", + "default": "1" + } + ] + }, + { + "name": "SyntaxHighlighter", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_clear_highlighting_cache", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_get_line_syntax_highlighting", + "return_type": "Dictionary", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_update_cache", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_highlighting_cache", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_line_syntax_highlighting", + "return_type": "Dictionary", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_text_edit", + "return_type": "TextEdit", + "params": [], + "description": "" + }, + { + "name": "update_cache", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "ConcavePolygonShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "segments", + "type": "PackedVector2Array", + "setter": "set_segments", + "getter": "get_segments", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "EditorFileSystemImportFormatSupportQuery", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_file_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_is_active", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_query", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PackedFloat64Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedFloat64Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedFloat64Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedFloat64Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PackedInt32Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "HSplitContainer", + "inherits": "SplitContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "NavigationPathQueryParameters3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "map", + "type": "RID", + "setter": "set_map", + "getter": "get_map", + "default": "RID()" + }, + { + "name": "metadata_flags", + "type": "int", + "setter": "set_metadata_flags", + "getter": "get_metadata_flags", + "default": "7" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "path_postprocessing", + "type": "int", + "setter": "set_path_postprocessing", + "getter": "get_path_postprocessing", + "default": "0" + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "setter": "set_pathfinding_algorithm", + "getter": "get_pathfinding_algorithm", + "default": "0" + }, + { + "name": "start_position", + "type": "Vector3", + "setter": "set_start_position", + "getter": "get_start_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "target_position", + "type": "Vector3", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "MenuBar", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_menu_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_menu_popup", + "return_type": "PopupMenu", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_menu_title", + "return_type": "String", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_menu_tooltip", + "return_type": "String", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_menu_disabled", + "return_type": "bool", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_menu_hidden", + "return_type": "bool", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_native_menu", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_disable_shortcuts", + "return_type": "void", + "params": [ + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_menu_disabled", + "return_type": "void", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_menu_hidden", + "return_type": "void", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + }, + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_menu_title", + "return_type": "void", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + }, + { + "name": "title", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_menu_tooltip", + "return_type": "void", + "params": [ + { + "name": "menu", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "flat", + "type": "bool", + "setter": "set_flat", + "getter": "is_flat", + "default": "false" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "prefer_global_menu", + "type": "bool", + "setter": "set_prefer_global_menu", + "getter": "is_prefer_global_menu", + "default": "true" + }, + { + "name": "start_index", + "type": "int", + "setter": "set_start_index", + "getter": "get_start_index", + "default": "-1" + }, + { + "name": "switch_on_hover", + "type": "bool", + "setter": "set_switch_on_hover", + "getter": "is_switch_on_hover", + "default": "true" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + } + ] + }, + { + "name": "ResourceImporterDynamicFont", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "allow_system_fallback", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "antialiasing", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "compress", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "fallbacks", + "type": "Array", + "setter": "", + "getter": "", + "default": "[]" + }, + { + "name": "force_autohinter", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "generate_mipmaps", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "hinting", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "language_support", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "{}" + }, + { + "name": "msdf_pixel_range", + "type": "int", + "setter": "", + "getter": "", + "default": "8" + }, + { + "name": "msdf_size", + "type": "int", + "setter": "", + "getter": "", + "default": "48" + }, + { + "name": "multichannel_signed_distance_field", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "opentype_features", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "{}" + }, + { + "name": "oversampling", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "preload", + "type": "Array", + "setter": "", + "getter": "", + "default": "[]" + }, + { + "name": "script_support", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "{}" + }, + { + "name": "subpixel_positioning", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + } + ] + }, + { + "name": "HSlider", + "inherits": "Slider", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AStar3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_compute_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_estimate_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "are_points_connected", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect_points", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "disconnect_points", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_available_point_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_closest_point", + "return_type": "int", + "params": [ + { + "name": "to_position", + "type": "Vector3", + "default": null + }, + { + "name": "include_disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_closest_position_in_segment", + "return_type": "Vector3", + "params": [ + { + "name": "to_position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_id_path", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_capacity", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_point_connections", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_point_ids", + "return_type": "PackedInt64Array", + "params": [], + "description": "" + }, + { + "name": "get_point_path", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector3", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_weight_scale", + "return_type": "float", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_disabled", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reserve_space", + "return_type": "void", + "params": [ + { + "name": "num_nodes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_disabled", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_point_position", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_weight_scale", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "TextServerManager", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_interface", + "return_type": "void", + "params": [ + { + "name": "interface", + "type": "TextServer", + "default": null + } + ], + "description": "" + }, + { + "name": "find_interface", + "return_type": "TextServer", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_interface", + "return_type": "TextServer", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_interface_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_interfaces", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_primary_interface", + "return_type": "TextServer", + "params": [], + "description": "" + }, + { + "name": "remove_interface", + "return_type": "void", + "params": [ + { + "name": "interface", + "type": "TextServer", + "default": null + } + ], + "description": "" + }, + { + "name": "set_primary_interface", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "TextServer", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CircleShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "10.0" + } + ] + }, + { + "name": "GPUParticles2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "capture_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "convert_from_particles", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "emit_particle", + "return_type": "void", + "params": [ + { + "name": "xform", + "type": "Transform2D", + "default": null + }, + { + "name": "velocity", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "custom", + "type": "Color", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "restart", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "amount", + "type": "int", + "setter": "set_amount", + "getter": "get_amount", + "default": "8" + }, + { + "name": "amount_ratio", + "type": "float", + "setter": "set_amount_ratio", + "getter": "get_amount_ratio", + "default": "1.0" + }, + { + "name": "collision_base_size", + "type": "float", + "setter": "set_collision_base_size", + "getter": "get_collision_base_size", + "default": "1.0" + }, + { + "name": "draw_order", + "type": "int", + "setter": "set_draw_order", + "getter": "get_draw_order", + "default": "1" + }, + { + "name": "emitting", + "type": "bool", + "setter": "set_emitting", + "getter": "is_emitting", + "default": "true" + }, + { + "name": "explosiveness", + "type": "float", + "setter": "set_explosiveness_ratio", + "getter": "get_explosiveness_ratio", + "default": "0.0" + }, + { + "name": "fixed_fps", + "type": "int", + "setter": "set_fixed_fps", + "getter": "get_fixed_fps", + "default": "30" + }, + { + "name": "fract_delta", + "type": "bool", + "setter": "set_fractional_delta", + "getter": "get_fractional_delta", + "default": "true" + }, + { + "name": "interp_to_end", + "type": "float", + "setter": "set_interp_to_end", + "getter": "get_interp_to_end", + "default": "0.0" + }, + { + "name": "interpolate", + "type": "bool", + "setter": "set_interpolate", + "getter": "get_interpolate", + "default": "true" + }, + { + "name": "lifetime", + "type": "float", + "setter": "set_lifetime", + "getter": "get_lifetime", + "default": "1.0" + }, + { + "name": "local_coords", + "type": "bool", + "setter": "set_use_local_coordinates", + "getter": "get_use_local_coordinates", + "default": "false" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "get_one_shot", + "default": "false" + }, + { + "name": "preprocess", + "type": "float", + "setter": "set_pre_process_time", + "getter": "get_pre_process_time", + "default": "0.0" + }, + { + "name": "process_material", + "type": "Material", + "setter": "set_process_material", + "getter": "get_process_material", + "default": "" + }, + { + "name": "randomness", + "type": "float", + "setter": "set_randomness_ratio", + "getter": "get_randomness_ratio", + "default": "0.0" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "sub_emitter", + "type": "NodePath", + "setter": "set_sub_emitter", + "getter": "get_sub_emitter", + "default": "NodePath(\"\")" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "trail_enabled", + "type": "bool", + "setter": "set_trail_enabled", + "getter": "is_trail_enabled", + "default": "false" + }, + { + "name": "trail_lifetime", + "type": "float", + "setter": "set_trail_lifetime", + "getter": "get_trail_lifetime", + "default": "0.3" + }, + { + "name": "trail_section_subdivisions", + "type": "int", + "setter": "set_trail_section_subdivisions", + "getter": "get_trail_section_subdivisions", + "default": "4" + }, + { + "name": "trail_sections", + "type": "int", + "setter": "set_trail_sections", + "getter": "get_trail_sections", + "default": "8" + }, + { + "name": "visibility_rect", + "type": "Rect2", + "setter": "set_visibility_rect", + "getter": "get_visibility_rect", + "default": "Rect2(-100, -100, 200, 200)" + } + ] + }, + { + "name": "ResourceImporterImage", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MethodTweener", + "inherits": "Tweener", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_delay", + "return_type": "MethodTweener", + "params": [ + { + "name": "delay", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ease", + "return_type": "MethodTweener", + "params": [ + { + "name": "ease", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_trans", + "return_type": "MethodTweener", + "params": [ + { + "name": "trans", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectSpectrumAnalyzer", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "buffer_length", + "type": "float", + "setter": "set_buffer_length", + "getter": "get_buffer_length", + "default": "2.0" + }, + { + "name": "fft_size", + "type": "int", + "setter": "set_fft_size", + "getter": "get_fft_size", + "default": "2" + }, + { + "name": "tap_back_pos", + "type": "float", + "setter": "set_tap_back_pos", + "getter": "get_tap_back_pos", + "default": "0.01" + } + ] + }, + { + "name": "Path3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "curve", + "type": "Curve3D", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + } + ] + }, + { + "name": "PlaceholderMesh", + "inherits": "Mesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "aabb", + "type": "AABB", + "setter": "set_aabb", + "getter": "get_aabb", + "default": "AABB(0, 0, 0, 0, 0, 0)" + } + ] + }, + { + "name": "Quaternion", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "angle_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Quaternion", + "default": null + } + ], + "description": "" + }, + { + "name": "dot", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Quaternion", + "default": null + } + ], + "description": "" + }, + { + "name": "exp", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "from_euler", + "return_type": "Quaternion", + "params": [ + { + "name": "euler", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_angle", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_axis", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_euler", + "return_type": "Vector3", + "params": [ + { + "name": "order", + "type": "int", + "default": "2" + } + ], + "description": "" + }, + { + "name": "inverse", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to", + "type": "Quaternion", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_normalized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "log", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "normalized", + "return_type": "Quaternion", + "params": [], + "description": "" + }, + { + "name": "slerp", + "return_type": "Quaternion", + "params": [ + { + "name": "to", + "type": "Quaternion", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "slerpni", + "return_type": "Quaternion", + "params": [ + { + "name": "to", + "type": "Quaternion", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "spherical_cubic_interpolate", + "return_type": "Quaternion", + "params": [ + { + "name": "b", + "type": "Quaternion", + "default": null + }, + { + "name": "pre_a", + "type": "Quaternion", + "default": null + }, + { + "name": "post_b", + "type": "Quaternion", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "spherical_cubic_interpolate_in_time", + "return_type": "Quaternion", + "params": [ + { + "name": "b", + "type": "Quaternion", + "default": null + }, + { + "name": "pre_a", + "type": "Quaternion", + "default": null + }, + { + "name": "post_b", + "type": "Quaternion", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "b_t", + "type": "float", + "default": null + }, + { + "name": "pre_a_t", + "type": "float", + "default": null + }, + { + "name": "post_b_t", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "w", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "x", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "y", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "z", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "RenderSceneBuffers", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "configure", + "return_type": "void", + "params": [ + { + "name": "config", + "type": "RenderSceneBuffersConfiguration", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Engine", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_architecture_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_author_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_copyright_info", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_donor_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_frames_drawn", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_frames_per_second", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_license_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_license_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_main_loop", + "return_type": "MainLoop", + "params": [], + "description": "" + }, + { + "name": "get_physics_frames", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_physics_interpolation_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_process_frames", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_script_language", + "return_type": "ScriptLanguage", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_script_language_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_singleton", + "return_type": "Object", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_singleton_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_version_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_write_movie_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has_singleton", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_editor_hint", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_in_physics_frame", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "register_script_language", + "return_type": "int", + "params": [ + { + "name": "language", + "type": "ScriptLanguage", + "default": null + } + ], + "description": "" + }, + { + "name": "register_singleton", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "instance", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "unregister_script_language", + "return_type": "int", + "params": [ + { + "name": "language", + "type": "ScriptLanguage", + "default": null + } + ], + "description": "" + }, + { + "name": "unregister_singleton", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "max_fps", + "type": "int", + "setter": "set_max_fps", + "getter": "get_max_fps", + "default": "0" + }, + { + "name": "max_physics_steps_per_frame", + "type": "int", + "setter": "set_max_physics_steps_per_frame", + "getter": "get_max_physics_steps_per_frame", + "default": "8" + }, + { + "name": "physics_jitter_fix", + "type": "float", + "setter": "set_physics_jitter_fix", + "getter": "get_physics_jitter_fix", + "default": "0.5" + }, + { + "name": "physics_ticks_per_second", + "type": "int", + "setter": "set_physics_ticks_per_second", + "getter": "get_physics_ticks_per_second", + "default": "60" + }, + { + "name": "print_error_messages", + "type": "bool", + "setter": "set_print_error_messages", + "getter": "is_printing_error_messages", + "default": "true" + }, + { + "name": "time_scale", + "type": "float", + "setter": "set_time_scale", + "getter": "get_time_scale", + "default": "1.0" + } + ] + }, + { + "name": "BaseButton", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_pressed", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_toggled", + "return_type": "void", + "params": [ + { + "name": "toggled_on", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "get_draw_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_hovered", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_pressed_no_signal", + "return_type": "void", + "params": [ + { + "name": "pressed", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "action_mode", + "type": "int", + "setter": "set_action_mode", + "getter": "get_action_mode", + "default": "1" + }, + { + "name": "button_group", + "type": "ButtonGroup", + "setter": "set_button_group", + "getter": "get_button_group", + "default": "" + }, + { + "name": "button_mask", + "type": "int", + "setter": "set_button_mask", + "getter": "get_button_mask", + "default": "1" + }, + { + "name": "button_pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + }, + { + "name": "disabled", + "type": "bool", + "setter": "set_disabled", + "getter": "is_disabled", + "default": "false" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "keep_pressed_outside", + "type": "bool", + "setter": "set_keep_pressed_outside", + "getter": "is_keep_pressed_outside", + "default": "false" + }, + { + "name": "shortcut", + "type": "Shortcut", + "setter": "set_shortcut", + "getter": "get_shortcut", + "default": "" + }, + { + "name": "shortcut_feedback", + "type": "bool", + "setter": "set_shortcut_feedback", + "getter": "is_shortcut_feedback", + "default": "true" + }, + { + "name": "shortcut_in_tooltip", + "type": "bool", + "setter": "set_shortcut_in_tooltip", + "getter": "is_shortcut_in_tooltip_enabled", + "default": "true" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "false" + } + ] + }, + { + "name": "CharFXTransform", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "elapsed_time", + "type": "float", + "setter": "set_elapsed_time", + "getter": "get_elapsed_time", + "default": "0.0" + }, + { + "name": "env", + "type": "Dictionary", + "setter": "set_environment", + "getter": "get_environment", + "default": "{}" + }, + { + "name": "font", + "type": "RID", + "setter": "set_font", + "getter": "get_font", + "default": "RID()" + }, + { + "name": "glyph_count", + "type": "int", + "setter": "set_glyph_count", + "getter": "get_glyph_count", + "default": "0" + }, + { + "name": "glyph_flags", + "type": "int", + "setter": "set_glyph_flags", + "getter": "get_glyph_flags", + "default": "0" + }, + { + "name": "glyph_index", + "type": "int", + "setter": "set_glyph_index", + "getter": "get_glyph_index", + "default": "0" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "outline", + "type": "bool", + "setter": "set_outline", + "getter": "is_outline", + "default": "false" + }, + { + "name": "range", + "type": "Vector2i", + "setter": "set_range", + "getter": "get_range", + "default": "Vector2i(0, 0)" + }, + { + "name": "relative_index", + "type": "int", + "setter": "set_relative_index", + "getter": "get_relative_index", + "default": "0" + }, + { + "name": "transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visibility", + "getter": "is_visible", + "default": "true" + } + ] + }, + { + "name": "AnimationNodeBlend2", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "SkeletonProfileHumanoid", + "inherits": "SkeletonProfile", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "bone_size", + "type": "int", + "setter": "set_bone_size", + "getter": "get_bone_size", + "default": "56" + }, + { + "name": "group_size", + "type": "int", + "setter": "set_group_size", + "getter": "get_group_size", + "default": "4" + }, + { + "name": "root_bone", + "type": "StringName", + "setter": "set_root_bone", + "getter": "get_root_bone", + "default": "&\"Root\"" + }, + { + "name": "scale_base_bone", + "type": "StringName", + "setter": "set_scale_base_bone", + "getter": "get_scale_base_bone", + "default": "&\"Hips\"" + } + ] + }, + { + "name": "AudioStream", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_beat_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_bpm", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_get_stream_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_instantiate_playback", + "return_type": "AudioStreamPlayback", + "params": [], + "description": "" + }, + { + "name": "_is_monophonic", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "instantiate_playback", + "return_type": "AudioStreamPlayback", + "params": [], + "description": "" + }, + { + "name": "is_monophonic", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Skeleton3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_bone", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_bones", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_bones_global_pose_override", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_skin_from_rest_transforms", + "return_type": "Skin", + "params": [], + "description": "" + }, + { + "name": "find_bone", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "force_update_all_bone_transforms", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_update_bone_child_transform", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_children", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_bone_global_pose", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_global_pose_no_override", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_global_pose_override", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_global_rest", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_name", + "return_type": "String", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_parent", + "return_type": "int", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_pose", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_pose_position", + "return_type": "Vector3", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_pose_rotation", + "return_type": "Quaternion", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_pose_scale", + "return_type": "Vector3", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_rest", + "return_type": "Transform3D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parentless_bones", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_version", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_bone_enabled", + "return_type": "bool", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "localize_rests", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "physical_bones_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "exception", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "physical_bones_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "exception", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "physical_bones_start_simulation", + "return_type": "void", + "params": [ + { + "name": "bones", + "type": "StringName[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "physical_bones_stop_simulation", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "register_skin", + "return_type": "SkinReference", + "params": [ + { + "name": "skin", + "type": "Skin", + "default": null + } + ], + "description": "" + }, + { + "name": "reset_bone_pose", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reset_bone_poses", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_bone_enabled", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_bone_global_pose_override", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "pose", + "type": "Transform3D", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + }, + { + "name": "persistent", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_bone_name", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_parent", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "parent_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_pose_position", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_pose_rotation", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "rotation", + "type": "Quaternion", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_pose_scale", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_rest", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "rest", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "unparent_bone_and_rest", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "animate_physical_bones", + "type": "bool", + "setter": "set_animate_physical_bones", + "getter": "get_animate_physical_bones", + "default": "true" + }, + { + "name": "motion_scale", + "type": "float", + "setter": "set_motion_scale", + "getter": "get_motion_scale", + "default": "1.0" + }, + { + "name": "show_rest_only", + "type": "bool", + "setter": "set_show_rest_only", + "getter": "is_show_rest_only", + "default": "false" + } + ] + }, + { + "name": "CurveXYZTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "curve_x", + "type": "Curve", + "setter": "set_curve_x", + "getter": "get_curve_x", + "default": "" + }, + { + "name": "curve_y", + "type": "Curve", + "setter": "set_curve_y", + "getter": "get_curve_y", + "default": "" + }, + { + "name": "curve_z", + "type": "Curve", + "setter": "set_curve_z", + "getter": "get_curve_z", + "default": "" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "width", + "type": "int", + "setter": "set_width", + "getter": "get_width", + "default": "256" + } + ] + }, + { + "name": "XRServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_interface", + "return_type": "void", + "params": [ + { + "name": "interface", + "type": "XRInterface", + "default": null + } + ], + "description": "" + }, + { + "name": "add_tracker", + "return_type": "void", + "params": [ + { + "name": "tracker", + "type": "XRPositionalTracker", + "default": null + } + ], + "description": "" + }, + { + "name": "center_on_hmd", + "return_type": "void", + "params": [ + { + "name": "rotation_mode", + "type": "int", + "default": null + }, + { + "name": "keep_height", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "find_interface", + "return_type": "XRInterface", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_hmd_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "get_interface", + "return_type": "XRInterface", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_interface_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_interfaces", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_reference_frame", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "get_tracker", + "return_type": "XRPositionalTracker", + "params": [ + { + "name": "tracker_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_trackers", + "return_type": "Dictionary", + "params": [ + { + "name": "tracker_types", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_interface", + "return_type": "void", + "params": [ + { + "name": "interface", + "type": "XRInterface", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_tracker", + "return_type": "void", + "params": [ + { + "name": "tracker", + "type": "XRPositionalTracker", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "primary_interface", + "type": "XRInterface", + "setter": "set_primary_interface", + "getter": "get_primary_interface", + "default": "" + }, + { + "name": "world_origin", + "type": "Transform3D", + "setter": "set_world_origin", + "getter": "get_world_origin", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "world_scale", + "type": "float", + "setter": "set_world_scale", + "getter": "get_world_scale", + "default": "1.0" + } + ] + }, + { + "name": "XRInterfaceExtension", + "inherits": "XRInterface", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_end_frame", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_get_anchor_detection_is_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_get_camera_feed_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_camera_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "_get_capabilities", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_color_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_get_depth_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_get_name", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "_get_play_area", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "_get_play_area_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_projection_for_view", + "return_type": "PackedFloat64Array", + "params": [ + { + "name": "view", + "type": "int", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_render_target_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_get_suggested_pose_names", + "return_type": "PackedStringArray", + "params": [ + { + "name": "tracker_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_suggested_tracker_names", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_system_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "_get_tracking_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_transform_for_view", + "return_type": "Transform3D", + "params": [ + { + "name": "view", + "type": "int", + "default": null + }, + { + "name": "cam_transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_velocity_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_get_view_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_vrs_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_initialize", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_initialized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_post_draw_viewport", + "return_type": "void", + "params": [ + { + "name": "render_target", + "type": "RID", + "default": null + }, + { + "name": "screen_rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "_pre_draw_viewport", + "return_type": "bool", + "params": [ + { + "name": "render_target", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_pre_render", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_process", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_set_anchor_detection_is_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_play_area_mode", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_supports_play_area_mode", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_trigger_haptic_pulse", + "return_type": "void", + "params": [ + { + "name": "action_name", + "type": "String", + "default": null + }, + { + "name": "tracker_name", + "type": "StringName", + "default": null + }, + { + "name": "frequency", + "type": "float", + "default": null + }, + { + "name": "amplitude", + "type": "float", + "default": null + }, + { + "name": "duration_sec", + "type": "float", + "default": null + }, + { + "name": "delay_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_uninitialize", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "add_blit", + "return_type": "void", + "params": [ + { + "name": "render_target", + "type": "RID", + "default": null + }, + { + "name": "src_rect", + "type": "Rect2", + "default": null + }, + { + "name": "dst_rect", + "type": "Rect2i", + "default": null + }, + { + "name": "use_layer", + "type": "bool", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "apply_lens_distortion", + "type": "bool", + "default": null + }, + { + "name": "eye_center", + "type": "Vector2", + "default": null + }, + { + "name": "k1", + "type": "float", + "default": null + }, + { + "name": "k2", + "type": "float", + "default": null + }, + { + "name": "upscale", + "type": "float", + "default": null + }, + { + "name": "aspect_ratio", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_depth_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_render_target_texture", + "return_type": "RID", + "params": [ + { + "name": "render_target", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_velocity_texture", + "return_type": "RID", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "StreamPeerTCP", + "inherits": "StreamPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bind", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + }, + { + "name": "host", + "type": "String", + "default": "\"*\"" + } + ], + "description": "" + }, + { + "name": "connect_to_host", + "return_type": "int", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "disconnect_from_host", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_connected_host", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_connected_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_local_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "poll", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_no_delay", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectPanner", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "pan", + "type": "float", + "setter": "set_pan", + "getter": "get_pan", + "default": "0.0" + } + ] + }, + { + "name": "NavigationMeshGenerator", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bake", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "root_node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "bake_from_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData3D", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData3D", + "default": null + }, + { + "name": "root_node", + "type": "Node", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectEQ21", + "inherits": "AudioEffectEQ", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "RenderSceneBuffersRD", + "inherits": "RenderSceneBuffers", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_context", + "return_type": "void", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "create_texture", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "data_format", + "type": "int", + "default": null + }, + { + "name": "usage_bits", + "type": "int", + "default": null + }, + { + "name": "texture_samples", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + }, + { + "name": "mipmaps", + "type": "int", + "default": null + }, + { + "name": "unique", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "create_texture_from_format", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "format", + "type": "RDTextureFormat", + "default": null + }, + { + "name": "view", + "type": "RDTextureView", + "default": null + }, + { + "name": "unique", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "create_texture_view", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "view_name", + "type": "StringName", + "default": null + }, + { + "name": "view", + "type": "RDTextureView", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color_layer", + "return_type": "RID", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_depth_layer", + "return_type": "RID", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_depth_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_internal_size", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_render_target", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_texture", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_format", + "return_type": "RDTextureFormat", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_slice", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "mipmap", + "type": "int", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + }, + { + "name": "mipmaps", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_slice_size", + "return_type": "Vector2i", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "mipmap", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture_slice_view", + "return_type": "RID", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "mipmap", + "type": "int", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + }, + { + "name": "mipmaps", + "type": "int", + "default": null + }, + { + "name": "view", + "type": "RDTextureView", + "default": null + } + ], + "description": "" + }, + { + "name": "get_use_taa", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_velocity_layer", + "return_type": "RID", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_velocity_texture", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_view_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_texture", + "return_type": "bool", + "params": [ + { + "name": "context", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeRotationByAxis", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ResourceUID", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_id", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "create_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_id_path", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_id", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "id_to_text", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_id", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_id", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "text_to_id", + "return_type": "int", + "params": [ + { + "name": "text_id", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorSpinSlider", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "flat", + "type": "bool", + "setter": "set_flat", + "getter": "is_flat", + "default": "false" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "hide_slider", + "type": "bool", + "setter": "set_hide_slider", + "getter": "is_hiding_slider", + "default": "false" + }, + { + "name": "label", + "type": "String", + "setter": "set_label", + "getter": "get_label", + "default": "\"\"" + }, + { + "name": "read_only", + "type": "bool", + "setter": "set_read_only", + "getter": "is_read_only", + "default": "false" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "1.0" + }, + { + "name": "suffix", + "type": "String", + "setter": "set_suffix", + "getter": "get_suffix", + "default": "\"\"" + } + ] + }, + { + "name": "NavigationPolygon", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_outline", + "return_type": "void", + "params": [ + { + "name": "outline", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "add_outline_at_index", + "return_type": "void", + "params": [ + { + "name": "outline", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_polygon", + "return_type": "void", + "params": [ + { + "name": "polygon", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_outlines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_polygons", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_navigation_mesh", + "return_type": "NavigationMesh", + "params": [], + "description": "" + }, + { + "name": "get_outline", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_outline_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_parsed_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_polygon", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_polygon_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_vertices", + "return_type": "PackedVector2Array", + "params": [], + "description": "" + }, + { + "name": "make_polygons_from_outlines", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_outline", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_outline", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "outline", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_parsed_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertices", + "return_type": "void", + "params": [ + { + "name": "vertices", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "agent_radius", + "type": "float", + "setter": "set_agent_radius", + "getter": "get_agent_radius", + "default": "10.0" + }, + { + "name": "cell_size", + "type": "float", + "setter": "set_cell_size", + "getter": "get_cell_size", + "default": "1.0" + }, + { + "name": "parsed_collision_mask", + "type": "int", + "setter": "set_parsed_collision_mask", + "getter": "get_parsed_collision_mask", + "default": "4294967295" + }, + { + "name": "parsed_geometry_type", + "type": "int", + "setter": "set_parsed_geometry_type", + "getter": "get_parsed_geometry_type", + "default": "2" + }, + { + "name": "source_geometry_group_name", + "type": "StringName", + "setter": "set_source_geometry_group_name", + "getter": "get_source_geometry_group_name", + "default": "&\"navigation_polygon_source_geometry_group\"" + }, + { + "name": "source_geometry_mode", + "type": "int", + "setter": "set_source_geometry_mode", + "getter": "get_source_geometry_mode", + "default": "0" + } + ] + }, + { + "name": "EditorCommandPalette", + "inherits": "ConfirmationDialog", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_command", + "return_type": "void", + "params": [ + { + "name": "command_name", + "type": "String", + "default": null + }, + { + "name": "key_name", + "type": "String", + "default": null + }, + { + "name": "binded_callable", + "type": "Callable", + "default": null + }, + { + "name": "shortcut_text", + "type": "String", + "default": "\"None\"" + } + ], + "description": "" + }, + { + "name": "remove_command", + "return_type": "void", + "params": [ + { + "name": "key_name", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "dialog_hide_on_ok", + "type": "bool", + "setter": "set_hide_on_ok", + "getter": "get_hide_on_ok", + "default": "false" + } + ] + }, + { + "name": "MeshLibrary", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_item", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "find_item_by_name", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_list", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_item_mesh", + "return_type": "Mesh", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_mesh_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_name", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_navigation_layers", + "return_type": "int", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_navigation_mesh", + "return_type": "NavigationMesh", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_navigation_mesh_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_preview", + "return_type": "Texture2D", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_shapes", + "return_type": "Array", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_last_unused_item_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "remove_item", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_mesh", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "mesh", + "type": "Mesh", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_mesh_transform", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "mesh_transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_name", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_navigation_layers", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_navigation_mesh", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_navigation_mesh_transform", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "navigation_mesh", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_preview", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_shapes", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "shapes", + "type": "Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VoxelGI", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bake", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": "null" + }, + { + "name": "create_visual_debug", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "debug_bake", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "camera_attributes", + "type": "CameraAttributes", + "setter": "set_camera_attributes", + "getter": "get_camera_attributes", + "default": "" + }, + { + "name": "data", + "type": "VoxelGIData", + "setter": "set_probe_data", + "getter": "get_probe_data", + "default": "" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(20, 20, 20)" + }, + { + "name": "subdiv", + "type": "int", + "setter": "set_subdiv", + "getter": "get_subdiv", + "default": "1" + } + ] + }, + { + "name": "VisualShaderNodeWorldPositionFromDepth", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "TileSetSource", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_alternative_tile_id", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_alternative_tiles_count", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_id", + "return_type": "Vector2i", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tiles_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_alternative_tile", + "return_type": "bool", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_tile", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_tile", + "return_type": "bool", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CollisionShape3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "make_convex_from_siblings", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "resource_changed", + "return_type": "void", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "disabled", + "type": "bool", + "setter": "set_disabled", + "getter": "is_disabled", + "default": "false" + }, + { + "name": "shape", + "type": "Shape3D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + } + ] + }, + { + "name": "CylinderShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "2.0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + } + ] + }, + { + "name": "FileDialog", + "inherits": "ConfirmationDialog", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_filter", + "return_type": "void", + "params": [ + { + "name": "filter", + "type": "String", + "default": null + }, + { + "name": "description", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "clear_filters", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "deselect_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_line_edit", + "return_type": "LineEdit", + "params": [], + "description": "" + }, + { + "name": "get_vbox", + "return_type": "VBoxContainer", + "params": [], + "description": "" + }, + { + "name": "invalidate", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "access", + "type": "int", + "setter": "set_access", + "getter": "get_access", + "default": "0" + }, + { + "name": "current_dir", + "type": "String", + "setter": "set_current_dir", + "getter": "get_current_dir", + "default": "" + }, + { + "name": "current_file", + "type": "String", + "setter": "set_current_file", + "getter": "get_current_file", + "default": "" + }, + { + "name": "current_path", + "type": "String", + "setter": "set_current_path", + "getter": "get_current_path", + "default": "" + }, + { + "name": "dialog_hide_on_ok", + "type": "bool", + "setter": "set_hide_on_ok", + "getter": "get_hide_on_ok", + "default": "false" + }, + { + "name": "file_mode", + "type": "int", + "setter": "set_file_mode", + "getter": "get_file_mode", + "default": "4" + }, + { + "name": "filters", + "type": "PackedStringArray", + "setter": "set_filters", + "getter": "get_filters", + "default": "PackedStringArray()" + }, + { + "name": "mode_overrides_title", + "type": "bool", + "setter": "set_mode_overrides_title", + "getter": "is_mode_overriding_title", + "default": "true" + }, + { + "name": "root_subfolder", + "type": "String", + "setter": "set_root_subfolder", + "getter": "get_root_subfolder", + "default": "\"\"" + }, + { + "name": "show_hidden_files", + "type": "bool", + "setter": "set_show_hidden_files", + "getter": "is_showing_hidden_files", + "default": "false" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Save a File\"" + }, + { + "name": "use_native_dialog", + "type": "bool", + "setter": "set_use_native_dialog", + "getter": "get_use_native_dialog", + "default": "false" + } + ] + }, + { + "name": "AnimationNodeOutput", + "inherits": "AnimationNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MenuButton", + "inherits": "Button", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_popup", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "set_disable_shortcuts", + "return_type": "void", + "params": [ + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "show_popup", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "action_mode", + "type": "int", + "setter": "set_action_mode", + "getter": "get_action_mode", + "default": "0" + }, + { + "name": "flat", + "type": "bool", + "setter": "set_flat", + "getter": "is_flat", + "default": "true" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "0" + }, + { + "name": "item_count", + "type": "int", + "setter": "set_item_count", + "getter": "get_item_count", + "default": "0" + }, + { + "name": "switch_on_hover", + "type": "bool", + "setter": "set_switch_on_hover", + "getter": "is_switch_on_hover", + "default": "false" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "true" + } + ] + }, + { + "name": "BoxShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(1, 1, 1)" + } + ] + }, + { + "name": "Panel", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "RenderingDevice", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "barrier", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "int", + "default": "32767" + }, + { + "name": "to", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "buffer_clear", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "RID", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "buffer_get_data", + "return_type": "PackedByteArray", + "params": [ + { + "name": "buffer", + "type": "RID", + "default": null + }, + { + "name": "offset_bytes", + "type": "int", + "default": "0" + }, + { + "name": "size_bytes", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "buffer_update", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "RID", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "capture_timestamp", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_list_add_barrier", + "return_type": "void", + "params": [ + { + "name": "compute_list", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_list_begin", + "return_type": "int", + "params": [ + { + "name": "allow_draw_overlap", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "compute_list_bind_compute_pipeline", + "return_type": "void", + "params": [ + { + "name": "compute_list", + "type": "int", + "default": null + }, + { + "name": "compute_pipeline", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_list_bind_uniform_set", + "return_type": "void", + "params": [ + { + "name": "compute_list", + "type": "int", + "default": null + }, + { + "name": "uniform_set", + "type": "RID", + "default": null + }, + { + "name": "set_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_list_dispatch", + "return_type": "void", + "params": [ + { + "name": "compute_list", + "type": "int", + "default": null + }, + { + "name": "x_groups", + "type": "int", + "default": null + }, + { + "name": "y_groups", + "type": "int", + "default": null + }, + { + "name": "z_groups", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_list_end", + "return_type": "void", + "params": [ + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "compute_list_set_push_constant", + "return_type": "void", + "params": [ + { + "name": "compute_list", + "type": "int", + "default": null + }, + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + }, + { + "name": "size_bytes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_pipeline_create", + "return_type": "RID", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "specialization_constants", + "type": "RDPipelineSpecializationConstant[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "compute_pipeline_is_valid", + "return_type": "bool", + "params": [ + { + "name": "compute_pipeline", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "create_local_device", + "return_type": "RenderingDevice", + "params": [], + "description": "" + }, + { + "name": "draw_command_begin_label", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_command_end_label", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "draw_command_insert_label", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_begin", + "return_type": "int", + "params": [ + { + "name": "framebuffer", + "type": "RID", + "default": null + }, + { + "name": "initial_color_action", + "type": "int", + "default": null + }, + { + "name": "final_color_action", + "type": "int", + "default": null + }, + { + "name": "initial_depth_action", + "type": "int", + "default": null + }, + { + "name": "final_depth_action", + "type": "int", + "default": null + }, + { + "name": "clear_color_values", + "type": "PackedColorArray", + "default": "PackedColorArray()" + }, + { + "name": "clear_depth", + "type": "float", + "default": "1.0" + }, + { + "name": "clear_stencil", + "type": "int", + "default": "0" + }, + { + "name": "region", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "storage_textures", + "type": "RID[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "draw_list_begin_for_screen", + "return_type": "int", + "params": [ + { + "name": "screen", + "type": "int", + "default": "0" + }, + { + "name": "clear_color", + "type": "Color", + "default": "Color(0, 0, 0, 1)" + } + ], + "description": "" + }, + { + "name": "draw_list_begin_split", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "framebuffer", + "type": "RID", + "default": null + }, + { + "name": "splits", + "type": "int", + "default": null + }, + { + "name": "initial_color_action", + "type": "int", + "default": null + }, + { + "name": "final_color_action", + "type": "int", + "default": null + }, + { + "name": "initial_depth_action", + "type": "int", + "default": null + }, + { + "name": "final_depth_action", + "type": "int", + "default": null + }, + { + "name": "clear_color_values", + "type": "PackedColorArray", + "default": "PackedColorArray()" + }, + { + "name": "clear_depth", + "type": "float", + "default": "1.0" + }, + { + "name": "clear_stencil", + "type": "int", + "default": "0" + }, + { + "name": "region", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "storage_textures", + "type": "RID[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "draw_list_bind_index_array", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "index_array", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_bind_render_pipeline", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "render_pipeline", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_bind_uniform_set", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "uniform_set", + "type": "RID", + "default": null + }, + { + "name": "set_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_bind_vertex_array", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "vertex_array", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_disable_scissor", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_draw", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "use_indices", + "type": "bool", + "default": null + }, + { + "name": "instances", + "type": "int", + "default": null + }, + { + "name": "procedural_vertex_count", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_list_enable_scissor", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "draw_list_end", + "return_type": "void", + "params": [ + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "draw_list_set_blend_constants", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_set_push_constant", + "return_type": "void", + "params": [ + { + "name": "draw_list", + "type": "int", + "default": null + }, + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + }, + { + "name": "size_bytes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "draw_list_switch_to_next_pass", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "draw_list_switch_to_next_pass_split", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "splits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "framebuffer_create", + "return_type": "RID", + "params": [ + { + "name": "textures", + "type": "RID[]", + "default": null + }, + { + "name": "validate_with_format", + "type": "int", + "default": "-1" + }, + { + "name": "view_count", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "framebuffer_create_empty", + "return_type": "RID", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "samples", + "type": "int", + "default": "0" + }, + { + "name": "validate_with_format", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "framebuffer_create_multipass", + "return_type": "RID", + "params": [ + { + "name": "textures", + "type": "RID[]", + "default": null + }, + { + "name": "passes", + "type": "RDFramebufferPass[]", + "default": null + }, + { + "name": "validate_with_format", + "type": "int", + "default": "-1" + }, + { + "name": "view_count", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "framebuffer_format_create", + "return_type": "int", + "params": [ + { + "name": "attachments", + "type": "RDAttachmentFormat[]", + "default": null + }, + { + "name": "view_count", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "framebuffer_format_create_empty", + "return_type": "int", + "params": [ + { + "name": "samples", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "framebuffer_format_create_multipass", + "return_type": "int", + "params": [ + { + "name": "attachments", + "type": "RDAttachmentFormat[]", + "default": null + }, + { + "name": "passes", + "type": "RDFramebufferPass[]", + "default": null + }, + { + "name": "view_count", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "framebuffer_format_get_texture_samples", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "render_pass", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "framebuffer_get_format", + "return_type": "int", + "params": [ + { + "name": "framebuffer", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "framebuffer_is_valid", + "return_type": "bool", + "params": [ + { + "name": "framebuffer", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "full_barrier", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_captured_timestamp_cpu_time", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_captured_timestamp_gpu_time", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_captured_timestamp_name", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_captured_timestamps_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_captured_timestamps_frame", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_device_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_device_pipeline_cache_uuid", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_device_vendor_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_driver_resource", + "return_type": "int", + "params": [ + { + "name": "resource", + "type": "int", + "default": null + }, + { + "name": "rid", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame_delay", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_memory_usage", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "index_array_create", + "return_type": "RID", + "params": [ + { + "name": "index_buffer", + "type": "RID", + "default": null + }, + { + "name": "index_offset", + "type": "int", + "default": null + }, + { + "name": "index_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "index_buffer_create", + "return_type": "RID", + "params": [ + { + "name": "size_indices", + "type": "int", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": "PackedByteArray()" + }, + { + "name": "use_restart_indices", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "limit_get", + "return_type": "int", + "params": [ + { + "name": "limit", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "render_pipeline_create", + "return_type": "RID", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "framebuffer_format", + "type": "int", + "default": null + }, + { + "name": "vertex_format", + "type": "int", + "default": null + }, + { + "name": "primitive", + "type": "int", + "default": null + }, + { + "name": "rasterization_state", + "type": "RDPipelineRasterizationState", + "default": null + }, + { + "name": "multisample_state", + "type": "RDPipelineMultisampleState", + "default": null + }, + { + "name": "stencil_state", + "type": "RDPipelineDepthStencilState", + "default": null + }, + { + "name": "color_blend_state", + "type": "RDPipelineColorBlendState", + "default": null + }, + { + "name": "dynamic_state_flags", + "type": "int", + "default": "0" + }, + { + "name": "for_render_pass", + "type": "int", + "default": "0" + }, + { + "name": "specialization_constants", + "type": "RDPipelineSpecializationConstant[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "render_pipeline_is_valid", + "return_type": "bool", + "params": [ + { + "name": "render_pipeline", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "sampler_create", + "return_type": "RID", + "params": [ + { + "name": "state", + "type": "RDSamplerState", + "default": null + } + ], + "description": "" + }, + { + "name": "sampler_is_format_supported_for_filter", + "return_type": "bool", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "sampler_filter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "screen_get_framebuffer_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "screen_get_height", + "return_type": "int", + "params": [ + { + "name": "screen", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "screen_get_width", + "return_type": "int", + "params": [ + { + "name": "screen", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_resource_name", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "shader_compile_binary_from_spirv", + "return_type": "PackedByteArray", + "params": [ + { + "name": "spirv_data", + "type": "RDShaderSPIRV", + "default": null + }, + { + "name": "name", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "shader_compile_spirv_from_source", + "return_type": "RDShaderSPIRV", + "params": [ + { + "name": "shader_source", + "type": "RDShaderSource", + "default": null + }, + { + "name": "allow_cache", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "shader_create_from_bytecode", + "return_type": "RID", + "params": [ + { + "name": "binary_data", + "type": "PackedByteArray", + "default": null + }, + { + "name": "placeholder_rid", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "shader_create_from_spirv", + "return_type": "RID", + "params": [ + { + "name": "spirv_data", + "type": "RDShaderSPIRV", + "default": null + }, + { + "name": "name", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "shader_create_placeholder", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "shader_get_vertex_input_attribute_mask", + "return_type": "int", + "params": [ + { + "name": "shader", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "storage_buffer_create", + "return_type": "RID", + "params": [ + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": "PackedByteArray()" + }, + { + "name": "usage", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "submit", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "texture_buffer_create", + "return_type": "RID", + "params": [ + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": "PackedByteArray()" + } + ], + "description": "" + }, + { + "name": "texture_clear", + "return_type": "int", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "base_mipmap", + "type": "int", + "default": null + }, + { + "name": "mipmap_count", + "type": "int", + "default": null + }, + { + "name": "base_layer", + "type": "int", + "default": null + }, + { + "name": "layer_count", + "type": "int", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "texture_copy", + "return_type": "int", + "params": [ + { + "name": "from_texture", + "type": "RID", + "default": null + }, + { + "name": "to_texture", + "type": "RID", + "default": null + }, + { + "name": "from_pos", + "type": "Vector3", + "default": null + }, + { + "name": "to_pos", + "type": "Vector3", + "default": null + }, + { + "name": "size", + "type": "Vector3", + "default": null + }, + { + "name": "src_mipmap", + "type": "int", + "default": null + }, + { + "name": "dst_mipmap", + "type": "int", + "default": null + }, + { + "name": "src_layer", + "type": "int", + "default": null + }, + { + "name": "dst_layer", + "type": "int", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "texture_create", + "return_type": "RID", + "params": [ + { + "name": "format", + "type": "RDTextureFormat", + "default": null + }, + { + "name": "view", + "type": "RDTextureView", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "texture_create_from_extension", + "return_type": "RID", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "samples", + "type": "int", + "default": null + }, + { + "name": "usage_flags", + "type": "int", + "default": null + }, + { + "name": "image", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "depth", + "type": "int", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_create_shared", + "return_type": "RID", + "params": [ + { + "name": "view", + "type": "RDTextureView", + "default": null + }, + { + "name": "with_texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_create_shared_from_slice", + "return_type": "RID", + "params": [ + { + "name": "view", + "type": "RDTextureView", + "default": null + }, + { + "name": "with_texture", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "mipmap", + "type": "int", + "default": null + }, + { + "name": "mipmaps", + "type": "int", + "default": "1" + }, + { + "name": "slice_type", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "texture_get_data", + "return_type": "PackedByteArray", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_get_format", + "return_type": "RDTextureFormat", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_get_native_handle", + "return_type": "int", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_is_format_supported_for_usage", + "return_type": "bool", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "usage_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_is_shared", + "return_type": "bool", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_is_valid", + "return_type": "bool", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "texture_resolve_multisample", + "return_type": "int", + "params": [ + { + "name": "from_texture", + "type": "RID", + "default": null + }, + { + "name": "to_texture", + "type": "RID", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "texture_update", + "return_type": "int", + "params": [ + { + "name": "texture", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + }, + { + "name": "post_barrier", + "type": "int", + "default": "32767" + } + ], + "description": "" + }, + { + "name": "uniform_buffer_create", + "return_type": "RID", + "params": [ + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": "PackedByteArray()" + } + ], + "description": "" + }, + { + "name": "uniform_set_create", + "return_type": "RID", + "params": [ + { + "name": "uniforms", + "type": "RDUniform[]", + "default": null + }, + { + "name": "shader", + "type": "RID", + "default": null + }, + { + "name": "shader_set", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "uniform_set_is_valid", + "return_type": "bool", + "params": [ + { + "name": "uniform_set", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "vertex_array_create", + "return_type": "RID", + "params": [ + { + "name": "vertex_count", + "type": "int", + "default": null + }, + { + "name": "vertex_format", + "type": "int", + "default": null + }, + { + "name": "src_buffers", + "type": "RID[]", + "default": null + }, + { + "name": "offsets", + "type": "PackedInt64Array", + "default": "PackedInt64Array()" + } + ], + "description": "" + }, + { + "name": "vertex_buffer_create", + "return_type": "RID", + "params": [ + { + "name": "size_bytes", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": "PackedByteArray()" + }, + { + "name": "use_as_storage", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "vertex_format_create", + "return_type": "int", + "params": [ + { + "name": "vertex_descriptions", + "type": "RDVertexAttribute[]", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RibbonTrailMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "curve", + "type": "Curve", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + }, + { + "name": "section_length", + "type": "float", + "setter": "set_section_length", + "getter": "get_section_length", + "default": "0.2" + }, + { + "name": "section_segments", + "type": "int", + "setter": "set_section_segments", + "getter": "get_section_segments", + "default": "3" + }, + { + "name": "sections", + "type": "int", + "setter": "set_sections", + "getter": "get_sections", + "default": "5" + }, + { + "name": "shape", + "type": "int", + "setter": "set_shape", + "getter": "get_shape", + "default": "1" + }, + { + "name": "size", + "type": "float", + "setter": "set_size", + "getter": "get_size", + "default": "1.0" + } + ] + }, + { + "name": "VisualShaderNodeTexture3D", + "inherits": "VisualShaderNodeSample3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture", + "type": "Texture3D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "PanoramaSkyMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "filter", + "type": "bool", + "setter": "set_filtering_enabled", + "getter": "is_filtering_enabled", + "default": "true" + }, + { + "name": "panorama", + "type": "Texture2D", + "setter": "set_panorama", + "getter": "get_panorama", + "default": "" + } + ] + }, + { + "name": "QuadOccluder3D", + "inherits": "Occluder3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(1, 1)" + } + ] + }, + { + "name": "PhysicsPointQueryParameters2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "canvas_instance_id", + "type": "int", + "setter": "set_canvas_instance_id", + "getter": "get_canvas_instance_id", + "default": "0" + }, + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "ConvexPolygonShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_point_cloud", + "return_type": "void", + "params": [ + { + "name": "point_cloud", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "points", + "type": "PackedVector2Array", + "setter": "set_points", + "getter": "get_points", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "AStar2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_compute_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_estimate_cost", + "return_type": "float", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "are_points_connected", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect_points", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "disconnect_points", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_available_point_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_closest_point", + "return_type": "int", + "params": [ + { + "name": "to_position", + "type": "Vector2", + "default": null + }, + { + "name": "include_disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_closest_position_in_segment", + "return_type": "Vector2", + "params": [ + { + "name": "to_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_id_path", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_capacity", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_point_connections", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_point_ids", + "return_type": "PackedInt64Array", + "params": [], + "description": "" + }, + { + "name": "get_point_path", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from_id", + "type": "int", + "default": null + }, + { + "name": "to_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_weight_scale", + "return_type": "float", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_disabled", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reserve_space", + "return_type": "void", + "params": [ + { + "name": "num_nodes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_disabled", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_point_position", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_weight_scale", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "weight_scale", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Dictionary", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "duplicate", + "return_type": "Dictionary", + "params": [ + { + "name": "deep", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "erase", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "find_key", + "return_type": "Variant", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "get", + "return_type": "Variant", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "default", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "has_all", + "return_type": "bool", + "params": [ + { + "name": "keys", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_read_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "keys", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "make_read_only", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "merge", + "return_type": "void", + "params": [ + { + "name": "dictionary", + "type": "Dictionary", + "default": null + }, + { + "name": "overwrite", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "values", + "return_type": "Array", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeParticleEmitter", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "mode_2d", + "type": "bool", + "setter": "set_mode_2d", + "getter": "is_mode_2d", + "default": "false" + } + ] + }, + { + "name": "StringName", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "begins_with", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "bigrams", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "bin_to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "c_escape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "c_unescape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "capitalize", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "casecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "contains", + "return_type": "bool", + "params": [ + { + "name": "what", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + }, + { + "name": "to", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "countn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + }, + { + "name": "to", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "dedent", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "ends_with", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "erase", + "return_type": "String", + "params": [ + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "chars", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "findn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "format", + "return_type": "String", + "params": [ + { + "name": "values", + "type": "Variant", + "default": null + }, + { + "name": "placeholder", + "type": "String", + "default": "\"{_}\"" + } + ], + "description": "" + }, + { + "name": "get_base_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_basename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_extension", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_file", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_slice", + "return_type": "String", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + }, + { + "name": "slice", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slice_count", + "return_type": "int", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slicec", + "return_type": "String", + "params": [ + { + "name": "delimiter", + "type": "int", + "default": null + }, + { + "name": "slice", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "hex_decode", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "hex_to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "indent", + "return_type": "String", + "params": [ + { + "name": "prefix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "String", + "params": [ + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "what", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_absolute_path", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_relative_path", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_subsequence_of", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_subsequence_ofn", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_valid_filename", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_float", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_hex_number", + "return_type": "bool", + "params": [ + { + "name": "with_prefix", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_valid_html_color", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_identifier", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_int", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_valid_ip_address", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "join", + "return_type": "String", + "params": [ + { + "name": "parts", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "json_escape", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "left", + "return_type": "String", + "params": [ + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "length", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "lpad", + "return_type": "String", + "params": [ + { + "name": "min_length", + "type": "int", + "default": null + }, + { + "name": "character", + "type": "String", + "default": "\" \"" + } + ], + "description": "" + }, + { + "name": "lstrip", + "return_type": "String", + "params": [ + { + "name": "chars", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "match", + "return_type": "bool", + "params": [ + { + "name": "expr", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "matchn", + "return_type": "bool", + "params": [ + { + "name": "expr", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "md5_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "md5_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "naturalcasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "naturalnocasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "nocasecmp_to", + "return_type": "int", + "params": [ + { + "name": "to", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "pad_decimals", + "return_type": "String", + "params": [ + { + "name": "digits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pad_zeros", + "return_type": "String", + "params": [ + { + "name": "digits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "path_join", + "return_type": "String", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "repeat", + "return_type": "String", + "params": [ + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "replace", + "return_type": "String", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "forwhat", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "replacen", + "return_type": "String", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "forwhat", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "rfindn", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "String", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "right", + "return_type": "String", + "params": [ + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rpad", + "return_type": "String", + "params": [ + { + "name": "min_length", + "type": "int", + "default": null + }, + { + "name": "character", + "type": "String", + "default": "\" \"" + } + ], + "description": "" + }, + { + "name": "rsplit", + "return_type": "PackedStringArray", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": "\"\"" + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + }, + { + "name": "maxsplit", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "rstrip", + "return_type": "String", + "params": [ + { + "name": "chars", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "sha1_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "sha1_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "sha256_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "sha256_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "similarity", + "return_type": "float", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "simplify_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "split", + "return_type": "PackedStringArray", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": "\"\"" + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + }, + { + "name": "maxsplit", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "split_floats", + "return_type": "PackedFloat64Array", + "params": [ + { + "name": "delimiter", + "type": "String", + "default": null + }, + { + "name": "allow_empty", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "strip_edges", + "return_type": "String", + "params": [ + { + "name": "left", + "type": "bool", + "default": "true" + }, + { + "name": "right", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "strip_escapes", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "substr", + "return_type": "String", + "params": [ + { + "name": "from", + "type": "int", + "default": null + }, + { + "name": "len", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "to_ascii_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_camel_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_float", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "to_int", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "to_lower", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_pascal_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_snake_case", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_upper", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "to_utf8_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_utf16_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_utf32_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "to_wchar_buffer", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "trim_prefix", + "return_type": "String", + "params": [ + { + "name": "prefix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "trim_suffix", + "return_type": "String", + "params": [ + { + "name": "suffix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "unicode_at", + "return_type": "int", + "params": [ + { + "name": "at", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "uri_decode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "uri_encode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "validate_filename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "validate_node_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "xml_escape", + "return_type": "String", + "params": [ + { + "name": "escape_quotes", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "xml_unescape", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "SpriteBase3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "generate_triangle_mesh", + "return_type": "TriangleMesh", + "params": [], + "description": "" + }, + { + "name": "get_draw_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "set_draw_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alpha_antialiasing_edge", + "type": "float", + "setter": "set_alpha_antialiasing_edge", + "getter": "get_alpha_antialiasing_edge", + "default": "0.0" + }, + { + "name": "alpha_antialiasing_mode", + "type": "int", + "setter": "set_alpha_antialiasing", + "getter": "get_alpha_antialiasing", + "default": "0" + }, + { + "name": "alpha_cut", + "type": "int", + "setter": "set_alpha_cut_mode", + "getter": "get_alpha_cut_mode", + "default": "0" + }, + { + "name": "alpha_hash_scale", + "type": "float", + "setter": "set_alpha_hash_scale", + "getter": "get_alpha_hash_scale", + "default": "1.0" + }, + { + "name": "alpha_scissor_threshold", + "type": "float", + "setter": "set_alpha_scissor_threshold", + "getter": "get_alpha_scissor_threshold", + "default": "0.5" + }, + { + "name": "axis", + "type": "int", + "setter": "set_axis", + "getter": "get_axis", + "default": "2" + }, + { + "name": "billboard", + "type": "int", + "setter": "set_billboard_mode", + "getter": "get_billboard_mode", + "default": "0" + }, + { + "name": "centered", + "type": "bool", + "setter": "set_centered", + "getter": "is_centered", + "default": "true" + }, + { + "name": "double_sided", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "true" + }, + { + "name": "fixed_size", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "is_flipped_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "is_flipped_v", + "default": "false" + }, + { + "name": "modulate", + "type": "Color", + "setter": "set_modulate", + "getter": "get_modulate", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "no_depth_test", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "pixel_size", + "type": "float", + "setter": "set_pixel_size", + "getter": "get_pixel_size", + "default": "0.01" + }, + { + "name": "render_priority", + "type": "int", + "setter": "set_render_priority", + "getter": "get_render_priority", + "default": "0" + }, + { + "name": "shaded", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "false" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "3" + }, + { + "name": "transparent", + "type": "bool", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "default": "true" + } + ] + }, + { + "name": "PlaneMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "center_offset", + "type": "Vector3", + "setter": "set_center_offset", + "getter": "get_center_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "orientation", + "type": "int", + "setter": "set_orientation", + "getter": "get_orientation", + "default": "1" + }, + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(2, 2)" + }, + { + "name": "subdivide_depth", + "type": "int", + "setter": "set_subdivide_depth", + "getter": "get_subdivide_depth", + "default": "0" + }, + { + "name": "subdivide_width", + "type": "int", + "setter": "set_subdivide_width", + "getter": "get_subdivide_width", + "default": "0" + } + ] + }, + { + "name": "CollisionObject2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_input_event", + "return_type": "void", + "params": [ + { + "name": "viewport", + "type": "Viewport", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_mouse_enter", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_mouse_exit", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_mouse_shape_enter", + "return_type": "void", + "params": [ + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_mouse_shape_exit", + "return_type": "void", + "params": [ + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_shape_owner", + "return_type": "int", + "params": [ + { + "name": "owner", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_shape_owner_one_way_collision_margin", + "return_type": "float", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_shape_owners", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "is_shape_owner_disabled", + "return_type": "bool", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_shape_owner_one_way_collision_enabled", + "return_type": "bool", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_shape_owner", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_find_owner", + "return_type": "int", + "params": [ + { + "name": "shape_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_add_shape", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "Shape2D", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_owner", + "return_type": "Object", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape", + "return_type": "Shape2D", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape_index", + "return_type": "int", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_remove_shape", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_disabled", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_one_way_collision", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_one_way_collision_margin", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_transform", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collision_layer", + "type": "int", + "setter": "set_collision_layer", + "getter": "get_collision_layer", + "default": "1" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "collision_priority", + "type": "float", + "setter": "set_collision_priority", + "getter": "get_collision_priority", + "default": "1.0" + }, + { + "name": "disable_mode", + "type": "int", + "setter": "set_disable_mode", + "getter": "get_disable_mode", + "default": "0" + }, + { + "name": "input_pickable", + "type": "bool", + "setter": "set_pickable", + "getter": "is_pickable", + "default": "true" + } + ] + }, + { + "name": "RID", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_valid", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimatedSprite2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_playing_speed", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "pause", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "&\"\"" + }, + { + "name": "custom_speed", + "type": "float", + "default": "1.0" + }, + { + "name": "from_end", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "play_backwards", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "&\"\"" + } + ], + "description": "" + }, + { + "name": "set_frame_and_progress", + "return_type": "void", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + }, + { + "name": "progress", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "animation", + "type": "StringName", + "setter": "set_animation", + "getter": "get_animation", + "default": "&\"default\"" + }, + { + "name": "autoplay", + "type": "String", + "setter": "set_autoplay", + "getter": "get_autoplay", + "default": "\"\"" + }, + { + "name": "centered", + "type": "bool", + "setter": "set_centered", + "getter": "is_centered", + "default": "true" + }, + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "is_flipped_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "is_flipped_v", + "default": "false" + }, + { + "name": "frame", + "type": "int", + "setter": "set_frame", + "getter": "get_frame", + "default": "0" + }, + { + "name": "frame_progress", + "type": "float", + "setter": "set_frame_progress", + "getter": "get_frame_progress", + "default": "0.0" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "sprite_frames", + "type": "SpriteFrames", + "setter": "set_sprite_frames", + "getter": "get_sprite_frames", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeVec4Constant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "Quaternion", + "setter": "set_constant", + "getter": "get_constant", + "default": "Quaternion(0, 0, 0, 1)" + } + ] + }, + { + "name": "PhysicsDirectSpaceState3D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "cast_motion", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters3D", + "default": null + } + ], + "description": "" + }, + { + "name": "collide_shape", + "return_type": "Vector3[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters3D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + }, + { + "name": "get_rest_info", + "return_type": "Dictionary", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters3D", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_point", + "return_type": "Dictionary[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsPointQueryParameters3D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + }, + { + "name": "intersect_ray", + "return_type": "Dictionary", + "params": [ + { + "name": "parameters", + "type": "PhysicsRayQueryParameters3D", + "default": null + } + ], + "description": "" + }, + { + "name": "intersect_shape", + "return_type": "Dictionary[]", + "params": [ + { + "name": "parameters", + "type": "PhysicsShapeQueryParameters3D", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": "32" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationTree", + "inherits": "AnimationMixer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_process_callback", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_process_callback", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "advance_expression_base_node", + "type": "NodePath", + "setter": "set_advance_expression_base_node", + "getter": "get_advance_expression_base_node", + "default": "NodePath(\".\")" + }, + { + "name": "anim_player", + "type": "NodePath", + "setter": "set_animation_player", + "getter": "get_animation_player", + "default": "NodePath(\"\")" + }, + { + "name": "deterministic", + "type": "bool", + "setter": "set_deterministic", + "getter": "is_deterministic", + "default": "true" + }, + { + "name": "tree_root", + "type": "AnimationRootNode", + "setter": "set_tree_root", + "getter": "get_tree_root", + "default": "" + } + ] + }, + { + "name": "PhysicsBody2D", + "inherits": "CollisionObject2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_exceptions", + "return_type": "PhysicsBody2D[]", + "params": [], + "description": "" + }, + { + "name": "move_and_collide", + "return_type": "KinematicCollision2D", + "params": [ + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "test_only", + "type": "bool", + "default": "false" + }, + { + "name": "safe_margin", + "type": "float", + "default": "0.08" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "remove_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "test_move", + "return_type": "bool", + "params": [ + { + "name": "from", + "type": "Transform2D", + "default": null + }, + { + "name": "motion", + "type": "Vector2", + "default": null + }, + { + "name": "collision", + "type": "KinematicCollision2D", + "default": "null" + }, + { + "name": "safe_margin", + "type": "float", + "default": "0.08" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "input_pickable", + "type": "bool", + "setter": "set_pickable", + "getter": "is_pickable", + "default": "false" + } + ] + }, + { + "name": "InputEventMIDI", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "channel", + "type": "int", + "setter": "set_channel", + "getter": "get_channel", + "default": "0" + }, + { + "name": "controller_number", + "type": "int", + "setter": "set_controller_number", + "getter": "get_controller_number", + "default": "0" + }, + { + "name": "controller_value", + "type": "int", + "setter": "set_controller_value", + "getter": "get_controller_value", + "default": "0" + }, + { + "name": "instrument", + "type": "int", + "setter": "set_instrument", + "getter": "get_instrument", + "default": "0" + }, + { + "name": "message", + "type": "int", + "setter": "set_message", + "getter": "get_message", + "default": "0" + }, + { + "name": "pitch", + "type": "int", + "setter": "set_pitch", + "getter": "get_pitch", + "default": "0" + }, + { + "name": "pressure", + "type": "int", + "setter": "set_pressure", + "getter": "get_pressure", + "default": "0" + }, + { + "name": "velocity", + "type": "int", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "0" + } + ] + }, + { + "name": "ColorPickerButton", + "inherits": "Button", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_picker", + "return_type": "ColorPicker", + "params": [], + "description": "" + }, + { + "name": "get_popup", + "return_type": "PopupPanel", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "color", + "type": "Color", + "setter": "set_pick_color", + "getter": "get_pick_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "edit_alpha", + "type": "bool", + "setter": "set_edit_alpha", + "getter": "is_editing_alpha", + "default": "true" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "true" + } + ] + }, + { + "name": "BaseMaterial3D", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_feature", + "return_type": "void", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_texture", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "albedo_color", + "type": "Color", + "setter": "set_albedo", + "getter": "get_albedo", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "albedo_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "albedo_texture_force_srgb", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "albedo_texture_msdf", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "alpha_antialiasing_edge", + "type": "float", + "setter": "set_alpha_antialiasing_edge", + "getter": "get_alpha_antialiasing_edge", + "default": "" + }, + { + "name": "alpha_antialiasing_mode", + "type": "int", + "setter": "set_alpha_antialiasing", + "getter": "get_alpha_antialiasing", + "default": "" + }, + { + "name": "alpha_hash_scale", + "type": "float", + "setter": "set_alpha_hash_scale", + "getter": "get_alpha_hash_scale", + "default": "" + }, + { + "name": "alpha_scissor_threshold", + "type": "float", + "setter": "set_alpha_scissor_threshold", + "getter": "get_alpha_scissor_threshold", + "default": "" + }, + { + "name": "anisotropy", + "type": "float", + "setter": "set_anisotropy", + "getter": "get_anisotropy", + "default": "0.0" + }, + { + "name": "anisotropy_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "anisotropy_flowmap", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "ao_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "ao_light_affect", + "type": "float", + "setter": "set_ao_light_affect", + "getter": "get_ao_light_affect", + "default": "0.0" + }, + { + "name": "ao_on_uv2", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "ao_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "ao_texture_channel", + "type": "int", + "setter": "set_ao_texture_channel", + "getter": "get_ao_texture_channel", + "default": "0" + }, + { + "name": "backlight", + "type": "Color", + "setter": "set_backlight", + "getter": "get_backlight", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "backlight_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "backlight_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "billboard_keep_scale", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "billboard_mode", + "type": "int", + "setter": "set_billboard_mode", + "getter": "get_billboard_mode", + "default": "0" + }, + { + "name": "blend_mode", + "type": "int", + "setter": "set_blend_mode", + "getter": "get_blend_mode", + "default": "0" + }, + { + "name": "clearcoat", + "type": "float", + "setter": "set_clearcoat", + "getter": "get_clearcoat", + "default": "1.0" + }, + { + "name": "clearcoat_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "clearcoat_roughness", + "type": "float", + "setter": "set_clearcoat_roughness", + "getter": "get_clearcoat_roughness", + "default": "0.5" + }, + { + "name": "clearcoat_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "cull_mode", + "type": "int", + "setter": "set_cull_mode", + "getter": "get_cull_mode", + "default": "0" + }, + { + "name": "depth_draw_mode", + "type": "int", + "setter": "set_depth_draw_mode", + "getter": "get_depth_draw_mode", + "default": "0" + }, + { + "name": "detail_albedo", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "detail_blend_mode", + "type": "int", + "setter": "set_detail_blend_mode", + "getter": "get_detail_blend_mode", + "default": "0" + }, + { + "name": "detail_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "detail_mask", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "detail_normal", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "detail_uv_layer", + "type": "int", + "setter": "set_detail_uv", + "getter": "get_detail_uv", + "default": "0" + }, + { + "name": "diffuse_mode", + "type": "int", + "setter": "set_diffuse_mode", + "getter": "get_diffuse_mode", + "default": "0" + }, + { + "name": "disable_ambient_light", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "disable_fog", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "disable_receive_shadows", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "distance_fade_max_distance", + "type": "float", + "setter": "set_distance_fade_max_distance", + "getter": "get_distance_fade_max_distance", + "default": "10.0" + }, + { + "name": "distance_fade_min_distance", + "type": "float", + "setter": "set_distance_fade_min_distance", + "getter": "get_distance_fade_min_distance", + "default": "0.0" + }, + { + "name": "distance_fade_mode", + "type": "int", + "setter": "set_distance_fade", + "getter": "get_distance_fade", + "default": "0" + }, + { + "name": "emission", + "type": "Color", + "setter": "set_emission", + "getter": "get_emission", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "emission_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "emission_energy_multiplier", + "type": "float", + "setter": "set_emission_energy_multiplier", + "getter": "get_emission_energy_multiplier", + "default": "1.0" + }, + { + "name": "emission_intensity", + "type": "float", + "setter": "set_emission_intensity", + "getter": "get_emission_intensity", + "default": "" + }, + { + "name": "emission_on_uv2", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "emission_operator", + "type": "int", + "setter": "set_emission_operator", + "getter": "get_emission_operator", + "default": "0" + }, + { + "name": "emission_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "fixed_size", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "grow", + "type": "bool", + "setter": "set_grow_enabled", + "getter": "is_grow_enabled", + "default": "false" + }, + { + "name": "grow_amount", + "type": "float", + "setter": "set_grow", + "getter": "get_grow", + "default": "0.0" + }, + { + "name": "heightmap_deep_parallax", + "type": "bool", + "setter": "set_heightmap_deep_parallax", + "getter": "is_heightmap_deep_parallax_enabled", + "default": "false" + }, + { + "name": "heightmap_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "heightmap_flip_binormal", + "type": "bool", + "setter": "set_heightmap_deep_parallax_flip_binormal", + "getter": "get_heightmap_deep_parallax_flip_binormal", + "default": "false" + }, + { + "name": "heightmap_flip_tangent", + "type": "bool", + "setter": "set_heightmap_deep_parallax_flip_tangent", + "getter": "get_heightmap_deep_parallax_flip_tangent", + "default": "false" + }, + { + "name": "heightmap_flip_texture", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "heightmap_max_layers", + "type": "int", + "setter": "set_heightmap_deep_parallax_max_layers", + "getter": "get_heightmap_deep_parallax_max_layers", + "default": "" + }, + { + "name": "heightmap_min_layers", + "type": "int", + "setter": "set_heightmap_deep_parallax_min_layers", + "getter": "get_heightmap_deep_parallax_min_layers", + "default": "" + }, + { + "name": "heightmap_scale", + "type": "float", + "setter": "set_heightmap_scale", + "getter": "get_heightmap_scale", + "default": "5.0" + }, + { + "name": "heightmap_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "metallic", + "type": "float", + "setter": "set_metallic", + "getter": "get_metallic", + "default": "0.0" + }, + { + "name": "metallic_specular", + "type": "float", + "setter": "set_specular", + "getter": "get_specular", + "default": "0.5" + }, + { + "name": "metallic_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "metallic_texture_channel", + "type": "int", + "setter": "set_metallic_texture_channel", + "getter": "get_metallic_texture_channel", + "default": "0" + }, + { + "name": "msdf_outline_size", + "type": "float", + "setter": "set_msdf_outline_size", + "getter": "get_msdf_outline_size", + "default": "0.0" + }, + { + "name": "msdf_pixel_range", + "type": "float", + "setter": "set_msdf_pixel_range", + "getter": "get_msdf_pixel_range", + "default": "4.0" + }, + { + "name": "no_depth_test", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "normal_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "normal_scale", + "type": "float", + "setter": "set_normal_scale", + "getter": "get_normal_scale", + "default": "1.0" + }, + { + "name": "normal_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "orm_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "particles_anim_h_frames", + "type": "int", + "setter": "set_particles_anim_h_frames", + "getter": "get_particles_anim_h_frames", + "default": "" + }, + { + "name": "particles_anim_loop", + "type": "bool", + "setter": "set_particles_anim_loop", + "getter": "get_particles_anim_loop", + "default": "" + }, + { + "name": "particles_anim_v_frames", + "type": "int", + "setter": "set_particles_anim_v_frames", + "getter": "get_particles_anim_v_frames", + "default": "" + }, + { + "name": "point_size", + "type": "float", + "setter": "set_point_size", + "getter": "get_point_size", + "default": "1.0" + }, + { + "name": "proximity_fade_distance", + "type": "float", + "setter": "set_proximity_fade_distance", + "getter": "get_proximity_fade_distance", + "default": "1.0" + }, + { + "name": "proximity_fade_enabled", + "type": "bool", + "setter": "set_proximity_fade_enabled", + "getter": "is_proximity_fade_enabled", + "default": "false" + }, + { + "name": "refraction_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "refraction_scale", + "type": "float", + "setter": "set_refraction", + "getter": "get_refraction", + "default": "0.05" + }, + { + "name": "refraction_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "refraction_texture_channel", + "type": "int", + "setter": "set_refraction_texture_channel", + "getter": "get_refraction_texture_channel", + "default": "0" + }, + { + "name": "rim", + "type": "float", + "setter": "set_rim", + "getter": "get_rim", + "default": "1.0" + }, + { + "name": "rim_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "rim_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "rim_tint", + "type": "float", + "setter": "set_rim_tint", + "getter": "get_rim_tint", + "default": "0.5" + }, + { + "name": "roughness", + "type": "float", + "setter": "set_roughness", + "getter": "get_roughness", + "default": "1.0" + }, + { + "name": "roughness_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "roughness_texture_channel", + "type": "int", + "setter": "set_roughness_texture_channel", + "getter": "get_roughness_texture_channel", + "default": "0" + }, + { + "name": "shading_mode", + "type": "int", + "setter": "set_shading_mode", + "getter": "get_shading_mode", + "default": "1" + }, + { + "name": "shadow_to_opacity", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "specular_mode", + "type": "int", + "setter": "set_specular_mode", + "getter": "get_specular_mode", + "default": "0" + }, + { + "name": "subsurf_scatter_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "subsurf_scatter_skin_mode", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "subsurf_scatter_strength", + "type": "float", + "setter": "set_subsurface_scattering_strength", + "getter": "get_subsurface_scattering_strength", + "default": "0.0" + }, + { + "name": "subsurf_scatter_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "subsurf_scatter_transmittance_boost", + "type": "float", + "setter": "set_transmittance_boost", + "getter": "get_transmittance_boost", + "default": "0.0" + }, + { + "name": "subsurf_scatter_transmittance_color", + "type": "Color", + "setter": "set_transmittance_color", + "getter": "get_transmittance_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "subsurf_scatter_transmittance_depth", + "type": "float", + "setter": "set_transmittance_depth", + "getter": "get_transmittance_depth", + "default": "0.1" + }, + { + "name": "subsurf_scatter_transmittance_enabled", + "type": "bool", + "setter": "set_feature", + "getter": "get_feature", + "default": "false" + }, + { + "name": "subsurf_scatter_transmittance_texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "3" + }, + { + "name": "texture_repeat", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "true" + }, + { + "name": "transparency", + "type": "int", + "setter": "set_transparency", + "getter": "get_transparency", + "default": "0" + }, + { + "name": "use_particle_trails", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "use_point_size", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "uv1_offset", + "type": "Vector3", + "setter": "set_uv1_offset", + "getter": "get_uv1_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "uv1_scale", + "type": "Vector3", + "setter": "set_uv1_scale", + "getter": "get_uv1_scale", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "uv1_triplanar", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "uv1_triplanar_sharpness", + "type": "float", + "setter": "set_uv1_triplanar_blend_sharpness", + "getter": "get_uv1_triplanar_blend_sharpness", + "default": "1.0" + }, + { + "name": "uv1_world_triplanar", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "uv2_offset", + "type": "Vector3", + "setter": "set_uv2_offset", + "getter": "get_uv2_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "uv2_scale", + "type": "Vector3", + "setter": "set_uv2_scale", + "getter": "get_uv2_scale", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "uv2_triplanar", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "uv2_triplanar_sharpness", + "type": "float", + "setter": "set_uv2_triplanar_blend_sharpness", + "getter": "get_uv2_triplanar_blend_sharpness", + "default": "1.0" + }, + { + "name": "uv2_world_triplanar", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "vertex_color_is_srgb", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "vertex_color_use_as_albedo", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + } + ] + }, + { + "name": "PhysicalBone2D", + "inherits": "RigidBody2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_joint", + "return_type": "Joint2D", + "params": [], + "description": "" + }, + { + "name": "is_simulating_physics", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "auto_configure_joint", + "type": "bool", + "setter": "set_auto_configure_joint", + "getter": "get_auto_configure_joint", + "default": "true" + }, + { + "name": "bone2d_index", + "type": "int", + "setter": "set_bone2d_index", + "getter": "get_bone2d_index", + "default": "-1" + }, + { + "name": "bone2d_nodepath", + "type": "NodePath", + "setter": "set_bone2d_nodepath", + "getter": "get_bone2d_nodepath", + "default": "NodePath(\"\")" + }, + { + "name": "follow_bone_when_simulating", + "type": "bool", + "setter": "set_follow_bone_when_simulating", + "getter": "get_follow_bone_when_simulating", + "default": "false" + }, + { + "name": "simulate_physics", + "type": "bool", + "setter": "set_simulate_physics", + "getter": "get_simulate_physics", + "default": "false" + } + ] + }, + { + "name": "Node", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_enter_tree", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_exit_tree", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_get_configuration_warnings", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_physics_process", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_process", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_ready", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_shortcut_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_unhandled_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "_unhandled_key_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "add_child", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + }, + { + "name": "force_readable_name", + "type": "bool", + "default": "false" + }, + { + "name": "internal", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_sibling", + "return_type": "void", + "params": [ + { + "name": "sibling", + "type": "Node", + "default": null + }, + { + "name": "force_readable_name", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_to_group", + "return_type": "void", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + }, + { + "name": "persistent", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "call_deferred_thread_group", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "call_thread_safe", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "can_process", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "create_tween", + "return_type": "Tween", + "params": [], + "description": "" + }, + { + "name": "duplicate", + "return_type": "Node", + "params": [ + { + "name": "flags", + "type": "int", + "default": "15" + } + ], + "description": "" + }, + { + "name": "find_child", + "return_type": "Node", + "params": [ + { + "name": "pattern", + "type": "String", + "default": null + }, + { + "name": "recursive", + "type": "bool", + "default": "true" + }, + { + "name": "owned", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "find_children", + "return_type": "Node[]", + "params": [ + { + "name": "pattern", + "type": "String", + "default": null + }, + { + "name": "type", + "type": "String", + "default": "\"\"" + }, + { + "name": "recursive", + "type": "bool", + "default": "true" + }, + { + "name": "owned", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "find_parent", + "return_type": "Node", + "params": [ + { + "name": "pattern", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_child", + "return_type": "Node", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "include_internal", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_child_count", + "return_type": "int", + "params": [ + { + "name": "include_internal", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_children", + "return_type": "Node[]", + "params": [ + { + "name": "include_internal", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_groups", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "get_index", + "return_type": "int", + "params": [ + { + "name": "include_internal", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_last_exclusive_window", + "return_type": "Window", + "params": [], + "description": "" + }, + { + "name": "get_multiplayer_authority", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_node", + "return_type": "Node", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_and_resource", + "return_type": "Array", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_or_null", + "return_type": "Node", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parent", + "return_type": "Node", + "params": [], + "description": "" + }, + { + "name": "get_path", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "get_path_to", + "return_type": "NodePath", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + }, + { + "name": "use_unique_path", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_physics_process_delta_time", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_process_delta_time", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_scene_instance_load_placeholder", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_tree", + "return_type": "SceneTree", + "params": [], + "description": "" + }, + { + "name": "get_tree_string", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_tree_string_pretty", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_viewport", + "return_type": "Viewport", + "params": [], + "description": "" + }, + { + "name": "get_window", + "return_type": "Window", + "params": [], + "description": "" + }, + { + "name": "has_node", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "has_node_and_resource", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "is_ancestor_of", + "return_type": "bool", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "is_displayed_folded", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_editable_instance", + "return_type": "bool", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "is_greater_than", + "return_type": "bool", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "is_in_group", + "return_type": "bool", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_inside_tree", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_multiplayer_authority", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_node_ready", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_physics_processing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_physics_processing_internal", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing_input", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing_internal", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing_shortcut_input", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing_unhandled_input", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_processing_unhandled_key_input", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "move_child", + "return_type": "void", + "params": [ + { + "name": "child_node", + "type": "Node", + "default": null + }, + { + "name": "to_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "notify_deferred_thread_group", + "return_type": "void", + "params": [ + { + "name": "what", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "notify_thread_safe", + "return_type": "void", + "params": [ + { + "name": "what", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "print_orphan_nodes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "print_tree", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "print_tree_pretty", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "propagate_call", + "return_type": "void", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "args", + "type": "Array", + "default": "[]" + }, + { + "name": "parent_first", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "propagate_notification", + "return_type": "void", + "params": [ + { + "name": "what", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_free", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_child", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_from_group", + "return_type": "void", + "params": [ + { + "name": "group", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "reparent", + "return_type": "void", + "params": [ + { + "name": "new_parent", + "type": "Node", + "default": null + }, + { + "name": "keep_global_transform", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "replace_by", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + }, + { + "name": "keep_groups", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "request_ready", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rpc", + "return_type": "int", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rpc_config", + "return_type": "void", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "config", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "rpc_id", + "return_type": "int", + "params": [ + { + "name": "peer_id", + "type": "int", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_deferred_thread_group", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_display_folded", + "return_type": "void", + "params": [ + { + "name": "fold", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_editable_instance", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + }, + { + "name": "is_editable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_multiplayer_authority", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "recursive", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_physics_process", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_physics_process_internal", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_input", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_internal", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_shortcut_input", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_unhandled_input", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_unhandled_key_input", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_scene_instance_load_placeholder", + "return_type": "void", + "params": [ + { + "name": "load_placeholder", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_thread_safe", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "update_configuration_warnings", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "editor_description", + "type": "String", + "setter": "set_editor_description", + "getter": "get_editor_description", + "default": "\"\"" + }, + { + "name": "multiplayer", + "type": "MultiplayerAPI", + "setter": "", + "getter": "get_multiplayer", + "default": "" + }, + { + "name": "name", + "type": "StringName", + "setter": "set_name", + "getter": "get_name", + "default": "" + }, + { + "name": "owner", + "type": "Node", + "setter": "set_owner", + "getter": "get_owner", + "default": "" + }, + { + "name": "process_mode", + "type": "int", + "setter": "set_process_mode", + "getter": "get_process_mode", + "default": "0" + }, + { + "name": "process_physics_priority", + "type": "int", + "setter": "set_physics_process_priority", + "getter": "get_physics_process_priority", + "default": "0" + }, + { + "name": "process_priority", + "type": "int", + "setter": "set_process_priority", + "getter": "get_process_priority", + "default": "0" + }, + { + "name": "process_thread_group", + "type": "int", + "setter": "set_process_thread_group", + "getter": "get_process_thread_group", + "default": "0" + }, + { + "name": "process_thread_group_order", + "type": "int", + "setter": "set_process_thread_group_order", + "getter": "get_process_thread_group_order", + "default": "" + }, + { + "name": "process_thread_messages", + "type": "int", + "setter": "set_process_thread_messages", + "getter": "get_process_thread_messages", + "default": "" + }, + { + "name": "scene_file_path", + "type": "String", + "setter": "set_scene_file_path", + "getter": "get_scene_file_path", + "default": "" + }, + { + "name": "unique_name_in_owner", + "type": "bool", + "setter": "set_unique_name_in_owner", + "getter": "is_unique_name_in_owner", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeTransformDecompose", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PlaceholderTexture2DArray", + "inherits": "PlaceholderTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeScreenUVToSDF", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "RDPipelineColorBlendState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "attachments", + "type": "RDPipelineColorBlendStateAttachment[]", + "setter": "set_attachments", + "getter": "get_attachments", + "default": "[]" + }, + { + "name": "blend_constant", + "type": "Color", + "setter": "set_blend_constant", + "getter": "get_blend_constant", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "enable_logic_op", + "type": "bool", + "setter": "set_enable_logic_op", + "getter": "get_enable_logic_op", + "default": "false" + }, + { + "name": "logic_op", + "type": "int", + "setter": "set_logic_op", + "getter": "get_logic_op", + "default": "0" + } + ] + }, + { + "name": "NavigationRegion3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bake_navigation_mesh", + "return_type": "void", + "params": [ + { + "name": "on_thread", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_region_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "enter_cost", + "type": "float", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "default": "0.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "setter": "set_navigation_mesh", + "getter": "get_navigation_mesh", + "default": "" + }, + { + "name": "travel_cost", + "type": "float", + "setter": "set_travel_cost", + "getter": "get_travel_cost", + "default": "1.0" + }, + { + "name": "use_edge_connections", + "type": "bool", + "setter": "set_use_edge_connections", + "getter": "get_use_edge_connections", + "default": "true" + } + ] + }, + { + "name": "Range", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_value_changed", + "return_type": "void", + "params": [ + { + "name": "new_value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_value_no_signal", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "share", + "return_type": "void", + "params": [ + { + "name": "with", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "unshare", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "allow_greater", + "type": "bool", + "setter": "set_allow_greater", + "getter": "is_greater_allowed", + "default": "false" + }, + { + "name": "allow_lesser", + "type": "bool", + "setter": "set_allow_lesser", + "getter": "is_lesser_allowed", + "default": "false" + }, + { + "name": "exp_edit", + "type": "bool", + "setter": "set_exp_ratio", + "getter": "is_ratio_exp", + "default": "false" + }, + { + "name": "max_value", + "type": "float", + "setter": "set_max", + "getter": "get_max", + "default": "100.0" + }, + { + "name": "min_value", + "type": "float", + "setter": "set_min", + "getter": "get_min", + "default": "0.0" + }, + { + "name": "page", + "type": "float", + "setter": "set_page", + "getter": "get_page", + "default": "0.0" + }, + { + "name": "ratio", + "type": "float", + "setter": "set_as_ratio", + "getter": "get_as_ratio", + "default": "" + }, + { + "name": "rounded", + "type": "bool", + "setter": "set_use_rounded_values", + "getter": "is_using_rounded_values", + "default": "false" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "0" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "0.01" + }, + { + "name": "value", + "type": "float", + "setter": "set_value", + "getter": "get_value", + "default": "0.0" + } + ] + }, + { + "name": "VSlider", + "inherits": "Slider", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size_flags_horizontal", + "type": "int", + "setter": "set_h_size_flags", + "getter": "get_h_size_flags", + "default": "0" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + } + ] + }, + { + "name": "EditorInspectorPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_handle", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_begin", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_category", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "category", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_end", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_group", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "group", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_property", + "return_type": "bool", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "hint_type", + "type": "int", + "default": null + }, + { + "name": "hint_string", + "type": "String", + "default": null + }, + { + "name": "usage_flags", + "type": "int", + "default": null + }, + { + "name": "wide", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "add_custom_control", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "add_property_editor", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "String", + "default": null + }, + { + "name": "editor", + "type": "Control", + "default": null + }, + { + "name": "add_to_end", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_property_editor_for_multiple_properties", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "properties", + "type": "PackedStringArray", + "default": null + }, + { + "name": "editor", + "type": "Control", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationNodeStateMachine", + "inherits": "AnimationRootNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "node", + "type": "AnimationNode", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "add_transition", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "StringName", + "default": null + }, + { + "name": "to", + "type": "StringName", + "default": null + }, + { + "name": "transition", + "type": "AnimationNodeStateMachineTransition", + "default": null + } + ], + "description": "" + }, + { + "name": "get_graph_offset", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_node", + "return_type": "AnimationNode", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_name", + "return_type": "StringName", + "params": [ + { + "name": "node", + "type": "AnimationNode", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_position", + "return_type": "Vector2", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_transition", + "return_type": "AnimationNodeStateMachineTransition", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_transition_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_transition_from", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_transition_to", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_node", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_transition", + "return_type": "bool", + "params": [ + { + "name": "from", + "type": "StringName", + "default": null + }, + { + "name": "to", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_transition", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "StringName", + "default": null + }, + { + "name": "to", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_transition_by_index", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "new_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "replace_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "node", + "type": "AnimationNode", + "default": null + } + ], + "description": "" + }, + { + "name": "set_graph_offset", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_node_position", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "allow_transition_to_self", + "type": "bool", + "setter": "set_allow_transition_to_self", + "getter": "is_allow_transition_to_self", + "default": "false" + }, + { + "name": "reset_ends", + "type": "bool", + "setter": "set_reset_ends", + "getter": "are_ends_reset", + "default": "false" + }, + { + "name": "state_machine_type", + "type": "int", + "setter": "set_state_machine_type", + "getter": "get_state_machine_type", + "default": "0" + } + ] + }, + { + "name": "EditorScriptPicker", + "inherits": "EditorResourcePicker", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "script_owner", + "type": "Node", + "setter": "set_script_owner", + "getter": "get_script_owner", + "default": "" + } + ] + }, + { + "name": "InputEventScreenDrag", + "inherits": "InputEventFromWindow", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "index", + "type": "int", + "setter": "set_index", + "getter": "get_index", + "default": "0" + }, + { + "name": "pen_inverted", + "type": "bool", + "setter": "set_pen_inverted", + "getter": "get_pen_inverted", + "default": "false" + }, + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + }, + { + "name": "pressure", + "type": "float", + "setter": "set_pressure", + "getter": "get_pressure", + "default": "0.0" + }, + { + "name": "relative", + "type": "Vector2", + "setter": "set_relative", + "getter": "get_relative", + "default": "Vector2(0, 0)" + }, + { + "name": "tilt", + "type": "Vector2", + "setter": "set_tilt", + "getter": "get_tilt", + "default": "Vector2(0, 0)" + }, + { + "name": "velocity", + "type": "Vector2", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "Sky", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "process_mode", + "type": "int", + "setter": "set_process_mode", + "getter": "get_process_mode", + "default": "0" + }, + { + "name": "radiance_size", + "type": "int", + "setter": "set_radiance_size", + "getter": "get_radiance_size", + "default": "3" + }, + { + "name": "sky_material", + "type": "Material", + "setter": "set_material", + "getter": "get_material", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeUIntFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "MultiplayerPeer", + "inherits": "PacketPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "close", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "disconnect_peer", + "return_type": "void", + "params": [ + { + "name": "peer", + "type": "int", + "default": null + }, + { + "name": "force", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "generate_unique_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_connection_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_packet_channel", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_packet_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_packet_peer", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_unique_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_server_relay_supported", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "poll", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_target_peer", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "refuse_new_connections", + "type": "bool", + "setter": "set_refuse_new_connections", + "getter": "is_refusing_new_connections", + "default": "false" + }, + { + "name": "transfer_channel", + "type": "int", + "setter": "set_transfer_channel", + "getter": "get_transfer_channel", + "default": "0" + }, + { + "name": "transfer_mode", + "type": "int", + "setter": "set_transfer_mode", + "getter": "get_transfer_mode", + "default": "2" + } + ] + }, + { + "name": "GraphElement", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "draggable", + "type": "bool", + "setter": "set_draggable", + "getter": "is_draggable", + "default": "true" + }, + { + "name": "position_offset", + "type": "Vector2", + "setter": "set_position_offset", + "getter": "get_position_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "resizable", + "type": "bool", + "setter": "set_resizable", + "getter": "is_resizable", + "default": "false" + }, + { + "name": "selectable", + "type": "bool", + "setter": "set_selectable", + "getter": "is_selectable", + "default": "true" + }, + { + "name": "selected", + "type": "bool", + "setter": "set_selected", + "getter": "is_selected", + "default": "false" + } + ] + }, + { + "name": "OptimizedTranslation", + "inherits": "Translation", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "generate", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "Translation", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SkeletonIK3D", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_parent_skeleton", + "return_type": "Skeleton3D", + "params": [], + "description": "" + }, + { + "name": "is_running", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "void", + "params": [ + { + "name": "one_time", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "interpolation", + "type": "float", + "setter": "set_interpolation", + "getter": "get_interpolation", + "default": "1.0" + }, + { + "name": "magnet", + "type": "Vector3", + "setter": "set_magnet_position", + "getter": "get_magnet_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "max_iterations", + "type": "int", + "setter": "set_max_iterations", + "getter": "get_max_iterations", + "default": "10" + }, + { + "name": "min_distance", + "type": "float", + "setter": "set_min_distance", + "getter": "get_min_distance", + "default": "0.01" + }, + { + "name": "override_tip_basis", + "type": "bool", + "setter": "set_override_tip_basis", + "getter": "is_override_tip_basis", + "default": "true" + }, + { + "name": "root_bone", + "type": "StringName", + "setter": "set_root_bone", + "getter": "get_root_bone", + "default": "&\"\"" + }, + { + "name": "target", + "type": "Transform3D", + "setter": "set_target_transform", + "getter": "get_target_transform", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "target_node", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + }, + { + "name": "tip_bone", + "type": "StringName", + "setter": "set_tip_bone", + "getter": "get_tip_bone", + "default": "&\"\"" + }, + { + "name": "use_magnet", + "type": "bool", + "setter": "set_use_magnet", + "getter": "is_using_magnet", + "default": "false" + } + ] + }, + { + "name": "TextureCubemapRD", + "inherits": "TextureLayeredRD", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "all", + "return_type": "bool", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "any", + "return_type": "bool", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "append", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "assign", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "back", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "bsearch_custom", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "func", + "type": "Callable", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "Array", + "params": [ + { + "name": "deep", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "erase", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "filter", + "return_type": "Array", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "Variant", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "front", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "get_typed_builtin", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_typed_class_name", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_typed_script", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_read_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_same_typed", + "return_type": "bool", + "params": [ + { + "name": "array", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "is_typed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "make_read_only", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "map", + "return_type": "Array", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "max", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "min", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "pick_random", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "pop_at", + "return_type": "Variant", + "params": [ + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pop_back", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "pop_front", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "push_front", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "reduce", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "Callable", + "default": null + }, + { + "name": "accum", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "what", + "type": "Variant", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "shuffle", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + }, + { + "name": "step", + "type": "int", + "default": "1" + }, + { + "name": "deep", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "sort_custom", + "return_type": "void", + "params": [ + { + "name": "func", + "type": "Callable", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeVectorOp", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "Curve", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_point", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "left_tangent", + "type": "float", + "default": "0" + }, + { + "name": "right_tangent", + "type": "float", + "default": "0" + }, + { + "name": "left_mode", + "type": "int", + "default": "0" + }, + { + "name": "right_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "bake", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clean_dupes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_points", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_point_left_mode", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_left_tangent", + "return_type": "float", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_right_mode", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_right_tangent", + "return_type": "float", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sample", + "return_type": "float", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "sample_baked", + "return_type": "float", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_left_mode", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_left_tangent", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "tangent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_offset", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_right_mode", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_right_tangent", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "tangent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_value", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bake_resolution", + "type": "int", + "setter": "set_bake_resolution", + "getter": "get_bake_resolution", + "default": "100" + }, + { + "name": "max_value", + "type": "float", + "setter": "set_max_value", + "getter": "get_max_value", + "default": "1.0" + }, + { + "name": "min_value", + "type": "float", + "setter": "set_min_value", + "getter": "get_min_value", + "default": "0.0" + }, + { + "name": "point_count", + "type": "int", + "setter": "set_point_count", + "getter": "get_point_count", + "default": "0" + } + ] + }, + { + "name": "Polygon2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_bone", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + }, + { + "name": "weights", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_bones", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "erase_bone", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_bone_path", + "return_type": "NodePath", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_weights", + "return_type": "PackedFloat32Array", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_path", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_weights", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "weights", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "antialiased", + "type": "bool", + "setter": "set_antialiased", + "getter": "get_antialiased", + "default": "false" + }, + { + "name": "bones", + "type": "Array", + "setter": "_set_bones", + "getter": "_get_bones", + "default": "[]" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "internal_vertex_count", + "type": "int", + "setter": "set_internal_vertex_count", + "getter": "get_internal_vertex_count", + "default": "0" + }, + { + "name": "invert_border", + "type": "float", + "setter": "set_invert_border", + "getter": "get_invert_border", + "default": "100.0" + }, + { + "name": "invert_enabled", + "type": "bool", + "setter": "set_invert_enabled", + "getter": "get_invert_enabled", + "default": "false" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "setter": "set_polygon", + "getter": "get_polygon", + "default": "PackedVector2Array()" + }, + { + "name": "polygons", + "type": "Array", + "setter": "set_polygons", + "getter": "get_polygons", + "default": "[]" + }, + { + "name": "skeleton", + "type": "NodePath", + "setter": "set_skeleton", + "getter": "get_skeleton", + "default": "NodePath(\"\")" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_offset", + "type": "Vector2", + "setter": "set_texture_offset", + "getter": "get_texture_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "texture_rotation", + "type": "float", + "setter": "set_texture_rotation", + "getter": "get_texture_rotation", + "default": "0.0" + }, + { + "name": "texture_scale", + "type": "Vector2", + "setter": "set_texture_scale", + "getter": "get_texture_scale", + "default": "Vector2(1, 1)" + }, + { + "name": "uv", + "type": "PackedVector2Array", + "setter": "set_uv", + "getter": "get_uv", + "default": "PackedVector2Array()" + }, + { + "name": "vertex_colors", + "type": "PackedColorArray", + "setter": "set_vertex_colors", + "getter": "get_vertex_colors", + "default": "PackedColorArray()" + } + ] + }, + { + "name": "PacketPeerDTLS", + "inherits": "PacketPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "connect_to_peer", + "return_type": "int", + "params": [ + { + "name": "packet_peer", + "type": "PacketPeerUDP", + "default": null + }, + { + "name": "hostname", + "type": "String", + "default": null + }, + { + "name": "client_options", + "type": "TLSOptions", + "default": "null" + } + ], + "description": "" + }, + { + "name": "disconnect_from_peer", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "poll", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "XMLParser", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_attribute_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_attribute_name", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_attribute_value", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_line", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_named_attribute_value", + "return_type": "String", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_named_attribute_value_safe", + "return_type": "String", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_data", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_node_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_node_offset", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_node_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_attribute", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "open", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "open_buffer", + "return_type": "int", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "read", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "seek", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "skip_section", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "TCPServer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_local_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_connection_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_listening", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "listen", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + }, + { + "name": "bind_address", + "type": "String", + "default": "\"*\"" + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "take_connection", + "return_type": "StreamPeerTCP", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "CanvasModulate", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "CanvasTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "diffuse_texture", + "type": "Texture2D", + "setter": "set_diffuse_texture", + "getter": "get_diffuse_texture", + "default": "" + }, + { + "name": "normal_texture", + "type": "Texture2D", + "setter": "set_normal_texture", + "getter": "get_normal_texture", + "default": "" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "specular_color", + "type": "Color", + "setter": "set_specular_color", + "getter": "get_specular_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "specular_shininess", + "type": "float", + "setter": "set_specular_shininess", + "getter": "get_specular_shininess", + "default": "1.0" + }, + { + "name": "specular_texture", + "type": "Texture2D", + "setter": "set_specular_texture", + "getter": "get_specular_texture", + "default": "" + }, + { + "name": "texture_filter", + "type": "int", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "default": "0" + }, + { + "name": "texture_repeat", + "type": "int", + "setter": "set_texture_repeat", + "getter": "get_texture_repeat", + "default": "0" + } + ] + }, + { + "name": "Camera2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "align", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_update_scroll", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_drag_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_limit", + "return_type": "int", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_screen_center_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_target_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "is_current", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "make_current", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "reset_smoothing", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_drag_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "drag_margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_limit", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "limit", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "anchor_mode", + "type": "int", + "setter": "set_anchor_mode", + "getter": "get_anchor_mode", + "default": "1" + }, + { + "name": "custom_viewport", + "type": "Node", + "setter": "set_custom_viewport", + "getter": "get_custom_viewport", + "default": "" + }, + { + "name": "drag_bottom_margin", + "type": "float", + "setter": "set_drag_margin", + "getter": "get_drag_margin", + "default": "0.2" + }, + { + "name": "drag_horizontal_enabled", + "type": "bool", + "setter": "set_drag_horizontal_enabled", + "getter": "is_drag_horizontal_enabled", + "default": "false" + }, + { + "name": "drag_horizontal_offset", + "type": "float", + "setter": "set_drag_horizontal_offset", + "getter": "get_drag_horizontal_offset", + "default": "0.0" + }, + { + "name": "drag_left_margin", + "type": "float", + "setter": "set_drag_margin", + "getter": "get_drag_margin", + "default": "0.2" + }, + { + "name": "drag_right_margin", + "type": "float", + "setter": "set_drag_margin", + "getter": "get_drag_margin", + "default": "0.2" + }, + { + "name": "drag_top_margin", + "type": "float", + "setter": "set_drag_margin", + "getter": "get_drag_margin", + "default": "0.2" + }, + { + "name": "drag_vertical_enabled", + "type": "bool", + "setter": "set_drag_vertical_enabled", + "getter": "is_drag_vertical_enabled", + "default": "false" + }, + { + "name": "drag_vertical_offset", + "type": "float", + "setter": "set_drag_vertical_offset", + "getter": "get_drag_vertical_offset", + "default": "0.0" + }, + { + "name": "editor_draw_drag_margin", + "type": "bool", + "setter": "set_margin_drawing_enabled", + "getter": "is_margin_drawing_enabled", + "default": "false" + }, + { + "name": "editor_draw_limits", + "type": "bool", + "setter": "set_limit_drawing_enabled", + "getter": "is_limit_drawing_enabled", + "default": "false" + }, + { + "name": "editor_draw_screen", + "type": "bool", + "setter": "set_screen_drawing_enabled", + "getter": "is_screen_drawing_enabled", + "default": "true" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "ignore_rotation", + "type": "bool", + "setter": "set_ignore_rotation", + "getter": "is_ignoring_rotation", + "default": "true" + }, + { + "name": "limit_bottom", + "type": "int", + "setter": "set_limit", + "getter": "get_limit", + "default": "10000000" + }, + { + "name": "limit_left", + "type": "int", + "setter": "set_limit", + "getter": "get_limit", + "default": "-10000000" + }, + { + "name": "limit_right", + "type": "int", + "setter": "set_limit", + "getter": "get_limit", + "default": "10000000" + }, + { + "name": "limit_smoothed", + "type": "bool", + "setter": "set_limit_smoothing_enabled", + "getter": "is_limit_smoothing_enabled", + "default": "false" + }, + { + "name": "limit_top", + "type": "int", + "setter": "set_limit", + "getter": "get_limit", + "default": "-10000000" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "position_smoothing_enabled", + "type": "bool", + "setter": "set_position_smoothing_enabled", + "getter": "is_position_smoothing_enabled", + "default": "false" + }, + { + "name": "position_smoothing_speed", + "type": "float", + "setter": "set_position_smoothing_speed", + "getter": "get_position_smoothing_speed", + "default": "5.0" + }, + { + "name": "process_callback", + "type": "int", + "setter": "set_process_callback", + "getter": "get_process_callback", + "default": "1" + }, + { + "name": "rotation_smoothing_enabled", + "type": "bool", + "setter": "set_rotation_smoothing_enabled", + "getter": "is_rotation_smoothing_enabled", + "default": "false" + }, + { + "name": "rotation_smoothing_speed", + "type": "float", + "setter": "set_rotation_smoothing_speed", + "getter": "get_rotation_smoothing_speed", + "default": "5.0" + }, + { + "name": "zoom", + "type": "Vector2", + "setter": "set_zoom", + "getter": "get_zoom", + "default": "Vector2(1, 1)" + } + ] + }, + { + "name": "Tweener", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeCustom", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_category", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_code", + "return_type": "String", + "params": [ + { + "name": "input_vars", + "type": "String[]", + "default": null + }, + { + "name": "output_vars", + "type": "String[]", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_default_input_port", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_description", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_func_code", + "return_type": "String", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_global_code", + "return_type": "String", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_input_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_input_port_default_value", + "return_type": "Variant", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_input_port_name", + "return_type": "String", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_input_port_type", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_output_port_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_output_port_name", + "return_type": "String", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_output_port_type", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_property_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_property_default_index", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_property_name", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_property_options", + "return_type": "PackedStringArray", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_return_icon_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_is_available", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_highend", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_option_index", + "return_type": "int", + "params": [ + { + "name": "option", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "NavigationAgent2D", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "distance_to_target", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_avoidance_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_avoidance_mask_value", + "return_type": "bool", + "params": [ + { + "name": "mask_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_navigation_path", + "return_type": "PackedVector2Array", + "params": [], + "description": "" + }, + { + "name": "get_current_navigation_path_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_current_navigation_result", + "return_type": "NavigationPathQueryResult2D", + "params": [], + "description": "" + }, + { + "name": "get_final_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_next_path_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "is_navigation_finished", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_target_reachable", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_target_reached", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_avoidance_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_avoidance_mask_value", + "return_type": "void", + "params": [ + { + "name": "mask_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_velocity_forced", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "avoidance_enabled", + "type": "bool", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "default": "false" + }, + { + "name": "avoidance_layers", + "type": "int", + "setter": "set_avoidance_layers", + "getter": "get_avoidance_layers", + "default": "1" + }, + { + "name": "avoidance_mask", + "type": "int", + "setter": "set_avoidance_mask", + "getter": "get_avoidance_mask", + "default": "1" + }, + { + "name": "avoidance_priority", + "type": "float", + "setter": "set_avoidance_priority", + "getter": "get_avoidance_priority", + "default": "1.0" + }, + { + "name": "debug_enabled", + "type": "bool", + "setter": "set_debug_enabled", + "getter": "get_debug_enabled", + "default": "false" + }, + { + "name": "debug_path_custom_color", + "type": "Color", + "setter": "set_debug_path_custom_color", + "getter": "get_debug_path_custom_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "debug_path_custom_line_width", + "type": "float", + "setter": "set_debug_path_custom_line_width", + "getter": "get_debug_path_custom_line_width", + "default": "-1.0" + }, + { + "name": "debug_path_custom_point_size", + "type": "float", + "setter": "set_debug_path_custom_point_size", + "getter": "get_debug_path_custom_point_size", + "default": "4.0" + }, + { + "name": "debug_use_custom", + "type": "bool", + "setter": "set_debug_use_custom", + "getter": "get_debug_use_custom", + "default": "false" + }, + { + "name": "max_neighbors", + "type": "int", + "setter": "set_max_neighbors", + "getter": "get_max_neighbors", + "default": "10" + }, + { + "name": "max_speed", + "type": "float", + "setter": "set_max_speed", + "getter": "get_max_speed", + "default": "100.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "neighbor_distance", + "type": "float", + "setter": "set_neighbor_distance", + "getter": "get_neighbor_distance", + "default": "500.0" + }, + { + "name": "path_desired_distance", + "type": "float", + "setter": "set_path_desired_distance", + "getter": "get_path_desired_distance", + "default": "20.0" + }, + { + "name": "path_max_distance", + "type": "float", + "setter": "set_path_max_distance", + "getter": "get_path_max_distance", + "default": "100.0" + }, + { + "name": "path_metadata_flags", + "type": "int", + "setter": "set_path_metadata_flags", + "getter": "get_path_metadata_flags", + "default": "7" + }, + { + "name": "path_postprocessing", + "type": "int", + "setter": "set_path_postprocessing", + "getter": "get_path_postprocessing", + "default": "0" + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "setter": "set_pathfinding_algorithm", + "getter": "get_pathfinding_algorithm", + "default": "0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "10.0" + }, + { + "name": "target_desired_distance", + "type": "float", + "setter": "set_target_desired_distance", + "getter": "get_target_desired_distance", + "default": "10.0" + }, + { + "name": "target_position", + "type": "Vector2", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector2(0, 0)" + }, + { + "name": "time_horizon_agents", + "type": "float", + "setter": "set_time_horizon_agents", + "getter": "get_time_horizon_agents", + "default": "1.0" + }, + { + "name": "time_horizon_obstacles", + "type": "float", + "setter": "set_time_horizon_obstacles", + "getter": "get_time_horizon_obstacles", + "default": "0.0" + }, + { + "name": "velocity", + "type": "Vector2", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "FileAccess", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "close", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "eof_reached", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "file_exists", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "flush", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_8", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_16", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_64", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_as_text", + "return_type": "String", + "params": [ + { + "name": "skip_cr", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_buffer", + "return_type": "PackedByteArray", + "params": [ + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_csv_line", + "return_type": "PackedStringArray", + "params": [ + { + "name": "delim", + "type": "String", + "default": "\",\"" + } + ], + "description": "" + }, + { + "name": "get_double", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_error", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_file_as_bytes", + "return_type": "PackedByteArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_file_as_string", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_float", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_hidden_attribute", + "return_type": "bool", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_length", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_md5", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_modified_time", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_open_error", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_pascal_string", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_path_absolute", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_position", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_read_only_attribute", + "return_type": "bool", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_real", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_sha256", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_unix_permissions", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_var", + "return_type": "Variant", + "params": [ + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_open", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "open", + "return_type": "FileAccess", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "open_compressed", + "return_type": "FileAccess", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "mode_flags", + "type": "int", + "default": null + }, + { + "name": "compression_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "open_encrypted", + "return_type": "FileAccess", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "mode_flags", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "open_encrypted_with_pass", + "return_type": "FileAccess", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "mode_flags", + "type": "int", + "default": null + }, + { + "name": "pass", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "seek_end", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_hidden_attribute", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + }, + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_read_only_attribute", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + }, + { + "name": "ro", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_unix_permissions", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + }, + { + "name": "permissions", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "store_8", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "store_16", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "store_32", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "store_64", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "store_buffer", + "return_type": "void", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "store_csv_line", + "return_type": "void", + "params": [ + { + "name": "values", + "type": "PackedStringArray", + "default": null + }, + { + "name": "delim", + "type": "String", + "default": "\",\"" + } + ], + "description": "" + }, + { + "name": "store_double", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "store_float", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "store_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "store_pascal_string", + "return_type": "void", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "store_real", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "store_string", + "return_type": "void", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "store_var", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "full_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "big_endian", + "type": "bool", + "setter": "set_big_endian", + "getter": "is_big_endian", + "default": "" + } + ] + }, + { + "name": "TextureLayered", + "inherits": "Texture", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_layer_data", + "return_type": "Image", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_layered_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_layers", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_has_mipmaps", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_layer_data", + "return_type": "Image", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layered_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_layers", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_mipmaps", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "MultiMesh", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_instance_color", + "return_type": "Color", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_instance_custom_data", + "return_type": "Color", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_instance_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_instance_transform_2d", + "return_type": "Transform2D", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_instance_color", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_instance_custom_data", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + }, + { + "name": "custom_data", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_instance_transform", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_instance_transform_2d", + "return_type": "void", + "params": [ + { + "name": "instance", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "buffer", + "type": "PackedFloat32Array", + "setter": "set_buffer", + "getter": "get_buffer", + "default": "PackedFloat32Array()" + }, + { + "name": "color_array", + "type": "PackedColorArray", + "setter": "_set_color_array", + "getter": "_get_color_array", + "default": "" + }, + { + "name": "custom_data_array", + "type": "PackedColorArray", + "setter": "_set_custom_data_array", + "getter": "_get_custom_data_array", + "default": "" + }, + { + "name": "instance_count", + "type": "int", + "setter": "set_instance_count", + "getter": "get_instance_count", + "default": "0" + }, + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "transform_2d_array", + "type": "PackedVector2Array", + "setter": "_set_transform_2d_array", + "getter": "_get_transform_2d_array", + "default": "" + }, + { + "name": "transform_array", + "type": "PackedVector3Array", + "setter": "_set_transform_array", + "getter": "_get_transform_array", + "default": "" + }, + { + "name": "transform_format", + "type": "int", + "setter": "set_transform_format", + "getter": "get_transform_format", + "default": "0" + }, + { + "name": "use_colors", + "type": "bool", + "setter": "set_use_colors", + "getter": "is_using_colors", + "default": "false" + }, + { + "name": "use_custom_data", + "type": "bool", + "setter": "set_use_custom_data", + "getter": "is_using_custom_data", + "default": "false" + }, + { + "name": "visible_instance_count", + "type": "int", + "setter": "set_visible_instance_count", + "getter": "get_visible_instance_count", + "default": "-1" + } + ] + }, + { + "name": "VBoxContainer", + "inherits": "BoxContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "JNISingleton", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeParticleMultiplyByAxisAngle", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "degrees_mode", + "type": "bool", + "setter": "set_degrees_mode", + "getter": "is_degrees_mode", + "default": "true" + } + ] + }, + { + "name": "PhysicalSkyMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "energy_multiplier", + "type": "float", + "setter": "set_energy_multiplier", + "getter": "get_energy_multiplier", + "default": "1.0" + }, + { + "name": "ground_color", + "type": "Color", + "setter": "set_ground_color", + "getter": "get_ground_color", + "default": "Color(0.1, 0.07, 0.034, 1)" + }, + { + "name": "mie_coefficient", + "type": "float", + "setter": "set_mie_coefficient", + "getter": "get_mie_coefficient", + "default": "0.005" + }, + { + "name": "mie_color", + "type": "Color", + "setter": "set_mie_color", + "getter": "get_mie_color", + "default": "Color(0.69, 0.729, 0.812, 1)" + }, + { + "name": "mie_eccentricity", + "type": "float", + "setter": "set_mie_eccentricity", + "getter": "get_mie_eccentricity", + "default": "0.8" + }, + { + "name": "night_sky", + "type": "Texture2D", + "setter": "set_night_sky", + "getter": "get_night_sky", + "default": "" + }, + { + "name": "rayleigh_coefficient", + "type": "float", + "setter": "set_rayleigh_coefficient", + "getter": "get_rayleigh_coefficient", + "default": "2.0" + }, + { + "name": "rayleigh_color", + "type": "Color", + "setter": "set_rayleigh_color", + "getter": "get_rayleigh_color", + "default": "Color(0.3, 0.405, 0.6, 1)" + }, + { + "name": "sun_disk_scale", + "type": "float", + "setter": "set_sun_disk_scale", + "getter": "get_sun_disk_scale", + "default": "1.0" + }, + { + "name": "turbidity", + "type": "float", + "setter": "set_turbidity", + "getter": "get_turbidity", + "default": "10.0" + }, + { + "name": "use_debanding", + "type": "bool", + "setter": "set_use_debanding", + "getter": "get_use_debanding", + "default": "true" + } + ] + }, + { + "name": "XRCamera3D", + "inherits": "Camera3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "XRController3D", + "inherits": "XRNode3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_float", + "return_type": "float", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tracker_hand", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_vector2", + "return_type": "Vector2", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_button_pressed", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ResourceImporterBMFont", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "compress", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "fallbacks", + "type": "Array", + "setter": "", + "getter": "", + "default": "[]" + }, + { + "name": "scaling_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + } + ] + }, + { + "name": "Vector4i", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector4i", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector4i", + "params": [ + { + "name": "min", + "type": "Vector4i", + "default": null + }, + { + "name": "max", + "type": "Vector4i", + "default": null + } + ], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector4i", + "params": [], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector4i", + "params": [ + { + "name": "step", + "type": "Vector4i", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "w", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "x", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "y", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "z", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + } + ] + }, + { + "name": "JavaClass", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PathFollow2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cubic_interp", + "type": "bool", + "setter": "set_cubic_interpolation", + "getter": "get_cubic_interpolation", + "default": "true" + }, + { + "name": "h_offset", + "type": "float", + "setter": "set_h_offset", + "getter": "get_h_offset", + "default": "0.0" + }, + { + "name": "loop", + "type": "bool", + "setter": "set_loop", + "getter": "has_loop", + "default": "true" + }, + { + "name": "progress", + "type": "float", + "setter": "set_progress", + "getter": "get_progress", + "default": "0.0" + }, + { + "name": "progress_ratio", + "type": "float", + "setter": "set_progress_ratio", + "getter": "get_progress_ratio", + "default": "0.0" + }, + { + "name": "rotates", + "type": "bool", + "setter": "set_rotates", + "getter": "is_rotating", + "default": "true" + }, + { + "name": "v_offset", + "type": "float", + "setter": "set_v_offset", + "getter": "get_v_offset", + "default": "0.0" + } + ] + }, + { + "name": "MultiMeshInstance2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "multimesh", + "type": "MultiMesh", + "setter": "set_multimesh", + "getter": "get_multimesh", + "default": "" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "TextLine", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_object", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "length", + "type": "int", + "default": "1" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "add_string", + "return_type": "bool", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + }, + { + "name": "meta", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "draw", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_outline", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": "1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "get_line_ascent", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_line_descent", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_line_underline_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_line_underline_thickness", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_line_width", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_object_rect", + "return_type": "Rect2", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "get_objects", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "hit_test", + "return_type": "int", + "params": [ + { + "name": "coords", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "resize_object", + "return_type": "bool", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "set_bidi_override", + "return_type": "void", + "params": [ + { + "name": "override", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "tab_align", + "return_type": "void", + "params": [ + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "default": "0" + }, + { + "name": "direction", + "type": "int", + "setter": "set_direction", + "getter": "get_direction", + "default": "0" + }, + { + "name": "flags", + "type": "int", + "setter": "set_flags", + "getter": "get_flags", + "default": "3" + }, + { + "name": "orientation", + "type": "int", + "setter": "set_orientation", + "getter": "get_orientation", + "default": "0" + }, + { + "name": "preserve_control", + "type": "bool", + "setter": "set_preserve_control", + "getter": "get_preserve_control", + "default": "false" + }, + { + "name": "preserve_invalid", + "type": "bool", + "setter": "set_preserve_invalid", + "getter": "get_preserve_invalid", + "default": "true" + }, + { + "name": "text_overrun_behavior", + "type": "int", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "default": "3" + }, + { + "name": "width", + "type": "float", + "setter": "set_width", + "getter": "get_width", + "default": "-1.0" + } + ] + }, + { + "name": "VisualShaderNodeVectorDecompose", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AABB", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "encloses", + "return_type": "bool", + "params": [ + { + "name": "with", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "expand", + "return_type": "AABB", + "params": [ + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_center", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_endpoint", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_longest_axis", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_longest_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_longest_axis_size", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_shortest_axis", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_shortest_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_shortest_axis_size", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_support", + "return_type": "Vector3", + "params": [ + { + "name": "dir", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_volume", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "grow", + "return_type": "AABB", + "params": [ + { + "name": "by", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "has_surface", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_volume", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "intersection", + "return_type": "AABB", + "params": [ + { + "name": "with", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects", + "return_type": "bool", + "params": [ + { + "name": "with", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects_plane", + "return_type": "bool", + "params": [ + { + "name": "plane", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects_ray", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "dir", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects_segment", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "merge", + "return_type": "AABB", + "params": [ + { + "name": "with", + "type": "AABB", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "end", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "position", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "size", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "AudioEffectLowPassFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CanvasLayer", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_canvas", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_final_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "hide", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "show", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "custom_viewport", + "type": "Node", + "setter": "set_custom_viewport", + "getter": "get_custom_viewport", + "default": "" + }, + { + "name": "follow_viewport_enabled", + "type": "bool", + "setter": "set_follow_viewport", + "getter": "is_following_viewport", + "default": "false" + }, + { + "name": "follow_viewport_scale", + "type": "float", + "setter": "set_follow_viewport_scale", + "getter": "get_follow_viewport_scale", + "default": "1.0" + }, + { + "name": "layer", + "type": "int", + "setter": "set_layer", + "getter": "get_layer", + "default": "1" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "rotation", + "type": "float", + "setter": "set_rotation", + "getter": "get_rotation", + "default": "0.0" + }, + { + "name": "scale", + "type": "Vector2", + "setter": "set_scale", + "getter": "get_scale", + "default": "Vector2(1, 1)" + }, + { + "name": "transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "true" + } + ] + }, + { + "name": "RichTextEffect", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_process_custom_fx", + "return_type": "bool", + "params": [ + { + "name": "char_fx", + "type": "CharFXTransform", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PopupPanel", + "inherits": "Popup", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ResourceImporterShaderFile", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Semaphore", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "post", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "try_wait", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "wait", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "GPUParticlesAttractorBox3D", + "inherits": "GPUParticlesAttractor3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + } + ] + }, + { + "name": "AnimatedSprite3D", + "inherits": "SpriteBase3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_playing_speed", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "pause", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "&\"\"" + }, + { + "name": "custom_speed", + "type": "float", + "default": "1.0" + }, + { + "name": "from_end", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "play_backwards", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "&\"\"" + } + ], + "description": "" + }, + { + "name": "set_frame_and_progress", + "return_type": "void", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + }, + { + "name": "progress", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "animation", + "type": "StringName", + "setter": "set_animation", + "getter": "get_animation", + "default": "&\"default\"" + }, + { + "name": "autoplay", + "type": "String", + "setter": "set_autoplay", + "getter": "get_autoplay", + "default": "\"\"" + }, + { + "name": "frame", + "type": "int", + "setter": "set_frame", + "getter": "get_frame", + "default": "0" + }, + { + "name": "frame_progress", + "type": "float", + "setter": "set_frame_progress", + "getter": "get_frame_progress", + "default": "0.0" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "sprite_frames", + "type": "SpriteFrames", + "setter": "set_sprite_frames", + "getter": "get_sprite_frames", + "default": "" + } + ] + }, + { + "name": "OmniLight3D", + "inherits": "Light3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "omni_attenuation", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "omni_range", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "5.0" + }, + { + "name": "omni_shadow_mode", + "type": "int", + "setter": "set_shadow_mode", + "getter": "get_shadow_mode", + "default": "1" + }, + { + "name": "shadow_normal_bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + } + ] + }, + { + "name": "PinJoint2D", + "inherits": "Joint2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "angular_limit_enabled", + "type": "bool", + "setter": "set_angular_limit_enabled", + "getter": "is_angular_limit_enabled", + "default": "false" + }, + { + "name": "angular_limit_lower", + "type": "float", + "setter": "set_angular_limit_lower", + "getter": "get_angular_limit_lower", + "default": "0.0" + }, + { + "name": "angular_limit_upper", + "type": "float", + "setter": "set_angular_limit_upper", + "getter": "get_angular_limit_upper", + "default": "0.0" + }, + { + "name": "motor_enabled", + "type": "bool", + "setter": "set_motor_enabled", + "getter": "is_motor_enabled", + "default": "false" + }, + { + "name": "motor_target_velocity", + "type": "float", + "setter": "set_motor_target_velocity", + "getter": "get_motor_target_velocity", + "default": "0.0" + }, + { + "name": "softness", + "type": "float", + "setter": "set_softness", + "getter": "get_softness", + "default": "0.0" + } + ] + }, + { + "name": "GradientTexture1D", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "gradient", + "type": "Gradient", + "setter": "set_gradient", + "getter": "get_gradient", + "default": "" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "use_hdr", + "type": "bool", + "setter": "set_use_hdr", + "getter": "is_using_hdr", + "default": "false" + }, + { + "name": "width", + "type": "int", + "setter": "set_width", + "getter": "get_width", + "default": "256" + } + ] + }, + { + "name": "SkeletonModification2DJiggle", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_collision_mask", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_jiggle_joint_bone2d_node", + "return_type": "NodePath", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_bone_index", + "return_type": "int", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_damping", + "return_type": "float", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_gravity", + "return_type": "Vector2", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_mass", + "return_type": "float", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_override", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_stiffness", + "return_type": "float", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_jiggle_joint_use_gravity", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_use_colliders", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "collision_mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_bone2d_node", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone2d_node", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_bone_index", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_damping", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "damping", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_gravity", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "gravity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_mass", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "mass", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_override", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "override", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_stiffness", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "stiffness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_jiggle_joint_use_gravity", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "use_gravity", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_use_colliders", + "return_type": "void", + "params": [ + { + "name": "use_colliders", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "damping", + "type": "float", + "setter": "set_damping", + "getter": "get_damping", + "default": "0.75" + }, + { + "name": "gravity", + "type": "Vector2", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "Vector2(0, 6)" + }, + { + "name": "jiggle_data_chain_length", + "type": "int", + "setter": "set_jiggle_data_chain_length", + "getter": "get_jiggle_data_chain_length", + "default": "0" + }, + { + "name": "mass", + "type": "float", + "setter": "set_mass", + "getter": "get_mass", + "default": "0.75" + }, + { + "name": "stiffness", + "type": "float", + "setter": "set_stiffness", + "getter": "get_stiffness", + "default": "3.0" + }, + { + "name": "target_nodepath", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + }, + { + "name": "use_gravity", + "type": "bool", + "setter": "set_use_gravity", + "getter": "get_use_gravity", + "default": "false" + } + ] + }, + { + "name": "SoftBody3D", + "inherits": "MeshInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_exceptions", + "return_type": "PhysicsBody3D[]", + "params": [], + "description": "" + }, + { + "name": "get_collision_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_physics_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_point_transform", + "return_type": "Vector3", + "params": [ + { + "name": "point_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_pinned", + "return_type": "bool", + "params": [ + { + "name": "point_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_pinned", + "return_type": "void", + "params": [ + { + "name": "point_index", + "type": "int", + "default": null + }, + { + "name": "pinned", + "type": "bool", + "default": null + }, + { + "name": "attachment_path", + "type": "NodePath", + "default": "NodePath(\"\")" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collision_layer", + "type": "int", + "setter": "set_collision_layer", + "getter": "get_collision_layer", + "default": "1" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "damping_coefficient", + "type": "float", + "setter": "set_damping_coefficient", + "getter": "get_damping_coefficient", + "default": "0.01" + }, + { + "name": "disable_mode", + "type": "int", + "setter": "set_disable_mode", + "getter": "get_disable_mode", + "default": "0" + }, + { + "name": "drag_coefficient", + "type": "float", + "setter": "set_drag_coefficient", + "getter": "get_drag_coefficient", + "default": "0.0" + }, + { + "name": "linear_stiffness", + "type": "float", + "setter": "set_linear_stiffness", + "getter": "get_linear_stiffness", + "default": "0.5" + }, + { + "name": "parent_collision_ignore", + "type": "NodePath", + "setter": "set_parent_collision_ignore", + "getter": "get_parent_collision_ignore", + "default": "NodePath(\"\")" + }, + { + "name": "pressure_coefficient", + "type": "float", + "setter": "set_pressure_coefficient", + "getter": "get_pressure_coefficient", + "default": "0.0" + }, + { + "name": "ray_pickable", + "type": "bool", + "setter": "set_ray_pickable", + "getter": "is_ray_pickable", + "default": "true" + }, + { + "name": "simulation_precision", + "type": "int", + "setter": "set_simulation_precision", + "getter": "get_simulation_precision", + "default": "5" + }, + { + "name": "total_mass", + "type": "float", + "setter": "set_total_mass", + "getter": "get_total_mass", + "default": "1.0" + } + ] + }, + { + "name": "TileSetScenesCollectionSource", + "inherits": "TileSetSource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_scene_tile", + "return_type": "int", + "params": [ + { + "name": "packed_scene", + "type": "PackedScene", + "default": null + }, + { + "name": "id_override", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_next_scene_tile_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_scene_tile_display_placeholder", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_scene_tile_id", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_scene_tile_scene", + "return_type": "PackedScene", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_scene_tiles_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_scene_tile_id", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_scene_tile", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_scene_tile_display_placeholder", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "display_placeholder", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_scene_tile_id", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "new_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_scene_tile_scene", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "packed_scene", + "type": "PackedScene", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SceneTreeTimer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "time_left", + "type": "float", + "setter": "set_time_left", + "getter": "get_time_left", + "default": "" + } + ] + }, + { + "name": "HScrollBar", + "inherits": "ScrollBar", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "WorldEnvironment", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "camera_attributes", + "type": "CameraAttributes", + "setter": "set_camera_attributes", + "getter": "get_camera_attributes", + "default": "" + }, + { + "name": "environment", + "type": "Environment", + "setter": "set_environment", + "getter": "get_environment", + "default": "" + } + ] + }, + { + "name": "InstancePlaceholder", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_instance", + "return_type": "Node", + "params": [ + { + "name": "replace", + "type": "bool", + "default": "false" + }, + { + "name": "custom_scene", + "type": "PackedScene", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_instance_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_stored_values", + "return_type": "Dictionary", + "params": [ + { + "name": "with_order", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PlaceholderTexture2D", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(1, 1)" + } + ] + }, + { + "name": "CameraFeed", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_datatype", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_position", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "feed_is_active", + "type": "bool", + "setter": "set_active", + "getter": "is_active", + "default": "false" + }, + { + "name": "feed_transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform2D(1, 0, 0, -1, 0, 1)" + } + ] + }, + { + "name": "TabBar", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_tab", + "return_type": "void", + "params": [ + { + "name": "title", + "type": "String", + "default": "\"\"" + }, + { + "name": "icon", + "type": "Texture2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "clear_tabs", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "ensure_tab_visible", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_offset_buttons_visible", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_previous_tab", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_tab_button_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_icon_max_width", + "return_type": "int", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_idx_at_point", + "return_type": "int", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_language", + "return_type": "String", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_metadata", + "return_type": "Variant", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_offset", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_tab_rect", + "return_type": "Rect2", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_text_direction", + "return_type": "int", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_title", + "return_type": "String", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_tab_disabled", + "return_type": "bool", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_tab_hidden", + "return_type": "bool", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_tab", + "return_type": "void", + "params": [ + { + "name": "from", + "type": "int", + "default": null + }, + { + "name": "to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_tab", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select_next_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "select_previous_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_tab_button_icon", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_disabled", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_hidden", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_icon", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_icon_max_width", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_language", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_metadata", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_text_direction", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_title", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "title", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "clip_tabs", + "type": "bool", + "setter": "set_clip_tabs", + "getter": "get_clip_tabs", + "default": "true" + }, + { + "name": "current_tab", + "type": "int", + "setter": "set_current_tab", + "getter": "get_current_tab", + "default": "0" + }, + { + "name": "drag_to_rearrange_enabled", + "type": "bool", + "setter": "set_drag_to_rearrange_enabled", + "getter": "get_drag_to_rearrange_enabled", + "default": "false" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "max_tab_width", + "type": "int", + "setter": "set_max_tab_width", + "getter": "get_max_tab_width", + "default": "0" + }, + { + "name": "scroll_to_selected", + "type": "bool", + "setter": "set_scroll_to_selected", + "getter": "get_scroll_to_selected", + "default": "true" + }, + { + "name": "scrolling_enabled", + "type": "bool", + "setter": "set_scrolling_enabled", + "getter": "get_scrolling_enabled", + "default": "true" + }, + { + "name": "select_with_rmb", + "type": "bool", + "setter": "set_select_with_rmb", + "getter": "get_select_with_rmb", + "default": "false" + }, + { + "name": "tab_alignment", + "type": "int", + "setter": "set_tab_alignment", + "getter": "get_tab_alignment", + "default": "0" + }, + { + "name": "tab_close_display_policy", + "type": "int", + "setter": "set_tab_close_display_policy", + "getter": "get_tab_close_display_policy", + "default": "0" + }, + { + "name": "tab_count", + "type": "int", + "setter": "set_tab_count", + "getter": "get_tab_count", + "default": "0" + }, + { + "name": "tabs_rearrange_group", + "type": "int", + "setter": "set_tabs_rearrange_group", + "getter": "get_tabs_rearrange_group", + "default": "-1" + } + ] + }, + { + "name": "Popup", + "inherits": "Window", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "borderless", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "true" + }, + { + "name": "popup_window", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "true" + }, + { + "name": "transient", + "type": "bool", + "setter": "set_transient", + "getter": "is_transient", + "default": "true" + }, + { + "name": "unresizable", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "true" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "false" + }, + { + "name": "wrap_controls", + "type": "bool", + "setter": "set_wrap_controls", + "getter": "is_wrapping_controls", + "default": "true" + } + ] + }, + { + "name": "SeparationRayShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "1.0" + }, + { + "name": "slide_on_slope", + "type": "bool", + "setter": "set_slide_on_slope", + "getter": "get_slide_on_slope", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeUIntConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "int", + "setter": "set_constant", + "getter": "get_constant", + "default": "0" + } + ] + }, + { + "name": "HTTPClient", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "close", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect_to_host", + "return_type": "int", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": "-1" + }, + { + "name": "tls_options", + "type": "TLSOptions", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_response_body_length", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_response_code", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_response_headers", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_response_headers_as_dictionary", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_response", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_response_chunked", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "poll", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "query_string_from_dict", + "return_type": "String", + "params": [ + { + "name": "fields", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "read_response_body_chunk", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "request", + "return_type": "int", + "params": [ + { + "name": "method", + "type": "int", + "default": null + }, + { + "name": "url", + "type": "String", + "default": null + }, + { + "name": "headers", + "type": "PackedStringArray", + "default": null + }, + { + "name": "body", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "request_raw", + "return_type": "int", + "params": [ + { + "name": "method", + "type": "int", + "default": null + }, + { + "name": "url", + "type": "String", + "default": null + }, + { + "name": "headers", + "type": "PackedStringArray", + "default": null + }, + { + "name": "body", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "set_http_proxy", + "return_type": "void", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_https_proxy", + "return_type": "void", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "blocking_mode_enabled", + "type": "bool", + "setter": "set_blocking_mode", + "getter": "is_blocking_mode_enabled", + "default": "false" + }, + { + "name": "connection", + "type": "StreamPeer", + "setter": "set_connection", + "getter": "get_connection", + "default": "" + }, + { + "name": "read_chunk_size", + "type": "int", + "setter": "set_read_chunk_size", + "getter": "get_read_chunk_size", + "default": "65536" + } + ] + }, + { + "name": "AudioListener3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_current", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_listener_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "is_current", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "make_current", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "RemoteTransform2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "force_update_cache", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "remote_path", + "type": "NodePath", + "setter": "set_remote_node", + "getter": "get_remote_node", + "default": "NodePath(\"\")" + }, + { + "name": "update_position", + "type": "bool", + "setter": "set_update_position", + "getter": "get_update_position", + "default": "true" + }, + { + "name": "update_rotation", + "type": "bool", + "setter": "set_update_rotation", + "getter": "get_update_rotation", + "default": "true" + }, + { + "name": "update_scale", + "type": "bool", + "setter": "set_update_scale", + "getter": "get_update_scale", + "default": "true" + }, + { + "name": "use_global_coordinates", + "type": "bool", + "setter": "set_use_global_coordinates", + "getter": "get_use_global_coordinates", + "default": "true" + } + ] + }, + { + "name": "AudioEffectFilter", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cutoff_hz", + "type": "float", + "setter": "set_cutoff", + "getter": "get_cutoff", + "default": "2000.0" + }, + { + "name": "db", + "type": "int", + "setter": "set_db", + "getter": "get_db", + "default": "0" + }, + { + "name": "gain", + "type": "float", + "setter": "set_gain", + "getter": "get_gain", + "default": "1.0" + }, + { + "name": "resonance", + "type": "float", + "setter": "set_resonance", + "getter": "get_resonance", + "default": "0.5" + } + ] + }, + { + "name": "NavigationMeshSourceGeometryData3D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_faces", + "return_type": "void", + "params": [ + { + "name": "faces", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "xform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_mesh", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "Mesh", + "default": null + }, + { + "name": "xform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_mesh_array", + "return_type": "void", + "params": [ + { + "name": "mesh_array", + "type": "Array", + "default": null + }, + { + "name": "xform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_indices", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_vertices", + "return_type": "PackedFloat32Array", + "params": [], + "description": "" + }, + { + "name": "has_data", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_indices", + "return_type": "void", + "params": [ + { + "name": "indices", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertices", + "return_type": "void", + "params": [ + { + "name": "vertices", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ResourceSaver", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_resource_format_saver", + "return_type": "void", + "params": [ + { + "name": "format_saver", + "type": "ResourceFormatSaver", + "default": null + }, + { + "name": "at_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [ + { + "name": "type", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_resource_format_saver", + "return_type": "void", + "params": [ + { + "name": "format_saver", + "type": "ResourceFormatSaver", + "default": null + } + ], + "description": "" + }, + { + "name": "save", + "return_type": "int", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "path", + "type": "String", + "default": "\"\"" + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectHighPassFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "StyleBoxFlat", + "inherits": "StyleBox", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_border_width", + "return_type": "int", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_border_width_min", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_corner_radius", + "return_type": "int", + "params": [ + { + "name": "corner", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_expand_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_border_width", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_border_width_all", + "return_type": "void", + "params": [ + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_corner_radius", + "return_type": "void", + "params": [ + { + "name": "corner", + "type": "int", + "default": null + }, + { + "name": "radius", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_corner_radius_all", + "return_type": "void", + "params": [ + { + "name": "radius", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_expand_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_expand_margin_all", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "anti_aliasing", + "type": "bool", + "setter": "set_anti_aliased", + "getter": "is_anti_aliased", + "default": "true" + }, + { + "name": "anti_aliasing_size", + "type": "float", + "setter": "set_aa_size", + "getter": "get_aa_size", + "default": "1.0" + }, + { + "name": "bg_color", + "type": "Color", + "setter": "set_bg_color", + "getter": "get_bg_color", + "default": "Color(0.6, 0.6, 0.6, 1)" + }, + { + "name": "border_blend", + "type": "bool", + "setter": "set_border_blend", + "getter": "get_border_blend", + "default": "false" + }, + { + "name": "border_color", + "type": "Color", + "setter": "set_border_color", + "getter": "get_border_color", + "default": "Color(0.8, 0.8, 0.8, 1)" + }, + { + "name": "border_width_bottom", + "type": "int", + "setter": "set_border_width", + "getter": "get_border_width", + "default": "0" + }, + { + "name": "border_width_left", + "type": "int", + "setter": "set_border_width", + "getter": "get_border_width", + "default": "0" + }, + { + "name": "border_width_right", + "type": "int", + "setter": "set_border_width", + "getter": "get_border_width", + "default": "0" + }, + { + "name": "border_width_top", + "type": "int", + "setter": "set_border_width", + "getter": "get_border_width", + "default": "0" + }, + { + "name": "corner_detail", + "type": "int", + "setter": "set_corner_detail", + "getter": "get_corner_detail", + "default": "8" + }, + { + "name": "corner_radius_bottom_left", + "type": "int", + "setter": "set_corner_radius", + "getter": "get_corner_radius", + "default": "0" + }, + { + "name": "corner_radius_bottom_right", + "type": "int", + "setter": "set_corner_radius", + "getter": "get_corner_radius", + "default": "0" + }, + { + "name": "corner_radius_top_left", + "type": "int", + "setter": "set_corner_radius", + "getter": "get_corner_radius", + "default": "0" + }, + { + "name": "corner_radius_top_right", + "type": "int", + "setter": "set_corner_radius", + "getter": "get_corner_radius", + "default": "0" + }, + { + "name": "draw_center", + "type": "bool", + "setter": "set_draw_center", + "getter": "is_draw_center_enabled", + "default": "true" + }, + { + "name": "expand_margin_bottom", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_left", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_right", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "expand_margin_top", + "type": "float", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "default": "0.0" + }, + { + "name": "shadow_color", + "type": "Color", + "setter": "set_shadow_color", + "getter": "get_shadow_color", + "default": "Color(0, 0, 0, 0.6)" + }, + { + "name": "shadow_offset", + "type": "Vector2", + "setter": "set_shadow_offset", + "getter": "get_shadow_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "shadow_size", + "type": "int", + "setter": "set_shadow_size", + "getter": "get_shadow_size", + "default": "0" + }, + { + "name": "skew", + "type": "Vector2", + "setter": "set_skew", + "getter": "get_skew", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeSDFRaymarch", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "InputEventPanGesture", + "inherits": "InputEventGesture", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "delta", + "type": "Vector2", + "setter": "set_delta", + "getter": "get_delta", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "EditorResourcePicker", + "inherits": "HBoxContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_handle_menu_selected", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_create_options", + "return_type": "void", + "params": [ + { + "name": "menu_node", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "get_allowed_types", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "set_toggle_pressed", + "return_type": "void", + "params": [ + { + "name": "pressed", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "base_type", + "type": "String", + "setter": "set_base_type", + "getter": "get_base_type", + "default": "\"\"" + }, + { + "name": "editable", + "type": "bool", + "setter": "set_editable", + "getter": "is_editable", + "default": "true" + }, + { + "name": "edited_resource", + "type": "Resource", + "setter": "set_edited_resource", + "getter": "get_edited_resource", + "default": "" + }, + { + "name": "toggle_mode", + "type": "bool", + "setter": "set_toggle_mode", + "getter": "is_toggle_mode", + "default": "false" + } + ] + }, + { + "name": "PackedDataContainer", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "pack", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "InputEventJoypadButton", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "button_index", + "type": "int", + "setter": "set_button_index", + "getter": "get_button_index", + "default": "0" + }, + { + "name": "pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + }, + { + "name": "pressure", + "type": "float", + "setter": "set_pressure", + "getter": "get_pressure", + "default": "0.0" + } + ] + }, + { + "name": "ProjectSettings", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_property_info", + "return_type": "void", + "params": [ + { + "name": "hint", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_global_class_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_order", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_setting", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "default_value", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_setting_with_override", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "globalize_path", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_setting", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_resource_pack", + "return_type": "bool", + "params": [ + { + "name": "pack", + "type": "String", + "default": null + }, + { + "name": "replace_files", + "type": "bool", + "default": "true" + }, + { + "name": "offset", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "localize_path", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "save_custom", + "return_type": "int", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_as_basic", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "basic", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_as_internal", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "internal", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_initial_value", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_order", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_restart_if_changed", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "restart", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_setting", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "application/boot_splash/bg_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.14, 0.14, 0.14, 1)" + }, + { + "name": "application/boot_splash/fullsize", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/boot_splash/image", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/boot_splash/minimum_display_time", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "application/boot_splash/show_image", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/boot_splash/use_filter", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/config/auto_accept_quit", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/config/custom_user_dir_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/description", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/icon", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/macos_native_icon", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/name_localized", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "{}" + }, + { + "name": "application/config/project_settings_override", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/quit_on_go_back", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/config/use_custom_user_dir", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "application/config/use_hidden_project_data_directory", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/config/version", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/config/windows_native_icon", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/run/delta_smoothing", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/run/disable_stderr", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "application/run/disable_stdout", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "application/run/flush_stdout_on_print", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "application/run/flush_stdout_on_print.debug", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "application/run/frame_delay_msec", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "application/run/low_processor_mode", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "application/run/low_processor_mode_sleep_usec", + "type": "int", + "setter": "", + "getter": "", + "default": "6900" + }, + { + "name": "application/run/main_loop_type", + "type": "String", + "setter": "", + "getter": "", + "default": "\"SceneTree\"" + }, + { + "name": "application/run/main_scene", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "application/run/max_fps", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "audio/buses/channel_disable_threshold_db", + "type": "float", + "setter": "", + "getter": "", + "default": "-60.0" + }, + { + "name": "audio/buses/channel_disable_time", + "type": "float", + "setter": "", + "getter": "", + "default": "2.0" + }, + { + "name": "audio/buses/default_bus_layout", + "type": "String", + "setter": "", + "getter": "", + "default": "\"res://default_bus_layout.tres\"" + }, + { + "name": "audio/driver/driver", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "audio/driver/enable_input", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "audio/driver/mix_rate", + "type": "int", + "setter": "", + "getter": "", + "default": "44100" + }, + { + "name": "audio/driver/mix_rate.web", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "audio/driver/output_latency", + "type": "int", + "setter": "", + "getter": "", + "default": "15" + }, + { + "name": "audio/driver/output_latency.web", + "type": "int", + "setter": "", + "getter": "", + "default": "50" + }, + { + "name": "audio/general/2d_panning_strength", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "audio/general/3d_panning_strength", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "audio/general/ios/mix_with_others", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "audio/general/ios/session_category", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "audio/general/text_to_speech", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "audio/video/video_delay_compensation_ms", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "collada/use_ambient", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "compression/formats/gzip/compression_level", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "compression/formats/zlib/compression_level", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "compression/formats/zstd/compression_level", + "type": "int", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "compression/formats/zstd/long_distance_matching", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "compression/formats/zstd/window_log_size", + "type": "int", + "setter": "", + "getter": "", + "default": "27" + }, + { + "name": "debug/canvas_items/debug_redraw_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0.2, 0.2, 0.5)" + }, + { + "name": "debug/canvas_items/debug_redraw_time", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "debug/file_logging/enable_file_logging", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "debug/file_logging/enable_file_logging.pc", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/file_logging/log_path", + "type": "String", + "setter": "", + "getter": "", + "default": "\"user://logs/godot.log\"" + }, + { + "name": "debug/file_logging/max_log_files", + "type": "int", + "setter": "", + "getter": "", + "default": "5" + }, + { + "name": "debug/gdscript/warnings/assert_always_false", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/assert_always_true", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/confusable_identifier", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/confusable_local_declaration", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/confusable_local_usage", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/constant_used_as_function", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/deprecated_keyword", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/empty_file", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/enable", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/gdscript/warnings/exclude_addons", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/gdscript/warnings/function_used_as_property", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/get_node_default_without_onready", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "debug/gdscript/warnings/incompatible_ternary", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/inference_on_variant", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "debug/gdscript/warnings/inferred_declaration", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/int_as_enum_without_cast", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/int_as_enum_without_match", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/integer_division", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/narrowing_conversion", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/native_method_override", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "debug/gdscript/warnings/onready_with_export", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "debug/gdscript/warnings/property_used_as_function", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/redundant_await", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/redundant_static_unload", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/renamed_in_godot_4_hint", + "type": "bool", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/return_value_discarded", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/shadowed_global_identifier", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/shadowed_variable", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/shadowed_variable_base_class", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/standalone_expression", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/standalone_ternary", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/static_called_on_instance", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unassigned_variable", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unassigned_variable_op_assign", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unreachable_code", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unreachable_pattern", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unsafe_call_argument", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/unsafe_cast", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/unsafe_method_access", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/unsafe_property_access", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/unsafe_void_return", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/untyped_declaration", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "debug/gdscript/warnings/unused_local_constant", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unused_parameter", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unused_private_class_variable", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unused_signal", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/gdscript/warnings/unused_variable", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "debug/settings/crash_handler/message", + "type": "String", + "setter": "", + "getter": "", + "default": "\"Please include this when reporting the bug to the project developer.\"" + }, + { + "name": "debug/settings/crash_handler/message.editor", + "type": "String", + "setter": "", + "getter": "", + "default": "\"Please include this when reporting the bug on: https://github.com/godotengine/godot/issues\"" + }, + { + "name": "debug/settings/gdscript/max_call_stack", + "type": "int", + "setter": "", + "getter": "", + "default": "1024" + }, + { + "name": "debug/settings/profiler/max_functions", + "type": "int", + "setter": "", + "getter": "", + "default": "16384" + }, + { + "name": "debug/settings/stdout/print_fps", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "debug/settings/stdout/print_gpu_profile", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "debug/settings/stdout/verbose_stdout", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "debug/shader_language/warnings/device_limit_exceeded", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/enable", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/float_comparison", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/formatting_error", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/treat_warnings_as_errors", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "debug/shader_language/warnings/unused_constant", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/unused_function", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/unused_local_variable", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/unused_struct", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/unused_uniform", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shader_language/warnings/unused_varying", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/avoidance/agents_radius_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 1, 0, 0.25)" + }, + { + "name": "debug/shapes/avoidance/enable_agents_radius", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/avoidance/enable_obstacles_radius", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/avoidance/enable_obstacles_static", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/avoidance/obstacles_radius_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0.5, 0, 0.25)" + }, + { + "name": "debug/shapes/avoidance/obstacles_static_edge_pushin_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0, 0, 1)" + }, + { + "name": "debug/shapes/avoidance/obstacles_static_edge_pushout_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 1, 0, 1)" + }, + { + "name": "debug/shapes/avoidance/obstacles_static_face_pushin_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0, 0, 0)" + }, + { + "name": "debug/shapes/avoidance/obstacles_static_face_pushout_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 1, 0, 0.5)" + }, + { + "name": "debug/shapes/collision/contact_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0.2, 0.1, 0.8)" + }, + { + "name": "debug/shapes/collision/draw_2d_outlines", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/collision/max_contacts_displayed", + "type": "int", + "setter": "", + "getter": "", + "default": "10000" + }, + { + "name": "debug/shapes/collision/shape_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0, 0.6, 0.7, 0.42)" + }, + { + "name": "debug/shapes/navigation/agent_path_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0, 0, 1)" + }, + { + "name": "debug/shapes/navigation/agent_path_point_size", + "type": "float", + "setter": "", + "getter": "", + "default": "4.0" + }, + { + "name": "debug/shapes/navigation/edge_connection_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0, 1, 1)" + }, + { + "name": "debug/shapes/navigation/enable_agent_paths", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_agent_paths_xray", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_edge_connections", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_edge_connections_xray", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_edge_lines", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_edge_lines_xray", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_geometry_face_random_color", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_link_connections", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/enable_link_connections_xray", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "debug/shapes/navigation/geometry_edge_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.5, 1, 1, 1)" + }, + { + "name": "debug/shapes/navigation/geometry_edge_disabled_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.5, 0.5, 0.5, 1)" + }, + { + "name": "debug/shapes/navigation/geometry_face_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.5, 1, 1, 0.4)" + }, + { + "name": "debug/shapes/navigation/geometry_face_disabled_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.5, 0.5, 0.5, 0.4)" + }, + { + "name": "debug/shapes/navigation/link_connection_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(1, 0.5, 1, 1)" + }, + { + "name": "debug/shapes/navigation/link_connection_disabled_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.5, 0.5, 0.5, 1)" + }, + { + "name": "debug/shapes/paths/geometry_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.1, 1, 0.7, 0.4)" + }, + { + "name": "debug/shapes/paths/geometry_width", + "type": "float", + "setter": "", + "getter": "", + "default": "2.0" + }, + { + "name": "display/mouse_cursor/custom_image", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "display/mouse_cursor/custom_image_hotspot", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 0)" + }, + { + "name": "display/mouse_cursor/tooltip_position_offset", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(10, 10)" + }, + { + "name": "display/window/dpi/allow_hidpi", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/energy_saving/keep_screen_on", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/energy_saving/keep_screen_on.editor", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/handheld/orientation", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "display/window/ios/allow_high_refresh_rate", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/ios/hide_home_indicator", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/ios/hide_status_bar", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/ios/suppress_ui_gesture", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/per_pixel_transparency/allowed", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/always_on_top", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/borderless", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/extend_to_title", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/initial_position", + "type": "Vector2i", + "setter": "", + "getter": "", + "default": "Vector2i(0, 0)" + }, + { + "name": "display/window/size/initial_position_type", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "display/window/size/initial_screen", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "display/window/size/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "display/window/size/no_focus", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/resizable", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/size/transparent", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "display/window/size/viewport_height", + "type": "int", + "setter": "", + "getter": "", + "default": "648" + }, + { + "name": "display/window/size/viewport_width", + "type": "int", + "setter": "", + "getter": "", + "default": "1152" + }, + { + "name": "display/window/size/window_height_override", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "display/window/size/window_width_override", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "display/window/stretch/aspect", + "type": "String", + "setter": "", + "getter": "", + "default": "\"keep\"" + }, + { + "name": "display/window/stretch/mode", + "type": "String", + "setter": "", + "getter": "", + "default": "\"disabled\"" + }, + { + "name": "display/window/stretch/scale", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "display/window/stretch/scale_mode", + "type": "String", + "setter": "", + "getter": "", + "default": "\"fractional\"" + }, + { + "name": "display/window/subwindows/embed_subwindows", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "display/window/vsync/vsync_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "dotnet/project/assembly_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "dotnet/project/assembly_reload_attempts", + "type": "int", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "dotnet/project/solution_directory", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "editor/export/convert_text_resources_to_binary", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "editor/import/reimport_missing_imported_files", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "editor/import/use_multiple_threads", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "editor/movie_writer/disable_vsync", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "editor/movie_writer/fps", + "type": "int", + "setter": "", + "getter": "", + "default": "60" + }, + { + "name": "editor/movie_writer/mix_rate", + "type": "int", + "setter": "", + "getter": "", + "default": "48000" + }, + { + "name": "editor/movie_writer/mjpeg_quality", + "type": "float", + "setter": "", + "getter": "", + "default": "0.75" + }, + { + "name": "editor/movie_writer/movie_file", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "editor/movie_writer/speaker_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "editor/naming/default_signal_callback_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"_on_{node_name}_{signal_name}\"" + }, + { + "name": "editor/naming/default_signal_callback_to_self_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"_on_{signal_name}\"" + }, + { + "name": "editor/naming/node_name_casing", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "editor/naming/node_name_num_separator", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "editor/naming/scene_name_casing", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "editor/run/main_run_args", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "editor/script/search_in_file_extensions", + "type": "PackedStringArray", + "setter": "", + "getter": "", + "default": "PackedStringArray(\"gd\", \"gdshader\")" + }, + { + "name": "editor/script/templates_search_path", + "type": "String", + "setter": "", + "getter": "", + "default": "\"res://script_templates\"" + }, + { + "name": "editor/version_control/autoload_on_startup", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "editor/version_control/plugin_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "filesystem/import/blender/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "filesystem/import/blender/enabled.android", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "filesystem/import/blender/enabled.web", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "filesystem/import/fbx/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "filesystem/import/fbx/enabled.android", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "filesystem/import/fbx/enabled.web", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "gui/common/default_scroll_deadzone", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "gui/common/snap_controls_to_pixels", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "gui/common/swap_cancel_ok", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "gui/common/text_edit_undo_stack_max_size", + "type": "int", + "setter": "", + "getter": "", + "default": "1024" + }, + { + "name": "gui/fonts/dynamic_fonts/use_oversampling", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "gui/theme/custom", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "gui/theme/custom_font", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "gui/theme/default_font_antialiasing", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "gui/theme/default_font_generate_mipmaps", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "gui/theme/default_font_hinting", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "gui/theme/default_font_multichannel_signed_distance_field", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "gui/theme/default_font_subpixel_positioning", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "gui/theme/default_theme_scale", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "gui/theme/lcd_subpixel_layout", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "gui/timers/button_shortcut_feedback_highlight_time", + "type": "float", + "setter": "", + "getter": "", + "default": "0.2" + }, + { + "name": "gui/timers/incremental_search_max_interval_msec", + "type": "int", + "setter": "", + "getter": "", + "default": "2000" + }, + { + "name": "gui/timers/text_edit_idle_detect_sec", + "type": "float", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "gui/timers/tooltip_delay_sec", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "input/ui_accept", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_cancel", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_copy", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_cut", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_down", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_end", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_filedialog_refresh", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_filedialog_show_hidden", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_filedialog_up_one_level", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_focus_next", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_focus_prev", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_graph_delete", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_graph_duplicate", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_home", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_left", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_menu", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_page_down", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_page_up", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_paste", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_redo", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_right", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_select", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_swap_input_direction", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_add_selection_for_next_occurrence", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_backspace", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_backspace_all_to_left", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_backspace_all_to_left.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_backspace_word", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_backspace_word.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_add_above", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_add_above.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_add_below", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_add_below.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_document_end", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_document_end.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_document_start", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_document_start.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_down", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_left", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_line_end", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_line_end.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_line_start", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_line_start.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_page_down", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_page_up", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_right", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_up", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_word_left", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_word_left.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_word_right", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_caret_word_right.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_clear_carets_and_selection", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_completion_accept", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_completion_query", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_completion_replace", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_dedent", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_delete", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_delete_all_to_right", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_delete_all_to_right.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_delete_word", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_delete_word.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_indent", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_newline", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_newline_above", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_newline_blank", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_scroll_down", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_scroll_down.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_scroll_up", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_scroll_up.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_select_all", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_select_word_under_caret", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_select_word_under_caret.macos", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_submit", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_text_toggle_insert_mode", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_undo", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input/ui_up", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input_devices/buffering/agile_event_flushing", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "input_devices/compatibility/legacy_just_pressed_behavior", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "input_devices/pen_tablet/driver", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input_devices/pen_tablet/driver.windows", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "input_devices/pointing/android/enable_long_press_as_right_click", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "input_devices/pointing/android/enable_pan_and_scale_gestures", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "input_devices/pointing/emulate_mouse_from_touch", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "input_devices/pointing/emulate_touch_from_mouse", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/locale/fallback", + "type": "String", + "setter": "", + "getter": "", + "default": "\"en\"" + }, + { + "name": "internationalization/locale/include_text_server_data", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/locale/test", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "internationalization/pseudolocalization/double_vowels", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/pseudolocalization/expansion_ratio", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "internationalization/pseudolocalization/fake_bidi", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/pseudolocalization/override", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/pseudolocalization/prefix", + "type": "String", + "setter": "", + "getter": "", + "default": "\"[\"" + }, + { + "name": "internationalization/pseudolocalization/replace_with_accents", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "internationalization/pseudolocalization/skip_placeholders", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "internationalization/pseudolocalization/suffix", + "type": "String", + "setter": "", + "getter": "", + "default": "\"]\"" + }, + { + "name": "internationalization/pseudolocalization/use_pseudolocalization", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/rendering/force_right_to_left_layout_direction", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "internationalization/rendering/root_node_layout_direction", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "internationalization/rendering/text_driver", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_21", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_22", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_23", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_24", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_25", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_26", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_27", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_28", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_29", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_30", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_31", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_navigation/layer_32", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_21", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_22", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_23", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_24", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_25", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_26", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_27", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_28", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_29", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_30", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_31", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_physics/layer_32", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/2d_render/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_21", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_22", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_23", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_24", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_25", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_26", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_27", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_28", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_29", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_30", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_31", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_navigation/layer_32", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_21", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_22", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_23", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_24", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_25", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_26", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_27", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_28", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_29", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_30", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_31", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_physics/layer_32", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/3d_render/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_1", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_2", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_3", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_4", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_5", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_6", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_7", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_8", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_9", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_10", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_11", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_12", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_13", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_14", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_15", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_16", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_17", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_18", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_19", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_20", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_21", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_22", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_23", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_24", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_25", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_26", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_27", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_28", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_29", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_30", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_31", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "layer_names/avoidance/layer_32", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "memory/limits/message_queue/max_size_mb", + "type": "int", + "setter": "", + "getter": "", + "default": "32" + }, + { + "name": "memory/limits/multithreaded_server/rid_pool_prealloc", + "type": "int", + "setter": "", + "getter": "", + "default": "60" + }, + { + "name": "navigation/2d/default_cell_size", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "navigation/2d/default_edge_connection_margin", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "navigation/2d/default_link_connection_radius", + "type": "float", + "setter": "", + "getter": "", + "default": "4.0" + }, + { + "name": "navigation/2d/use_edge_connections", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "navigation/3d/default_cell_height", + "type": "float", + "setter": "", + "getter": "", + "default": "0.25" + }, + { + "name": "navigation/3d/default_cell_size", + "type": "float", + "setter": "", + "getter": "", + "default": "0.25" + }, + { + "name": "navigation/3d/default_edge_connection_margin", + "type": "float", + "setter": "", + "getter": "", + "default": "0.25" + }, + { + "name": "navigation/3d/default_link_connection_radius", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "navigation/3d/default_up", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "navigation/3d/use_edge_connections", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "navigation/avoidance/thread_model/avoidance_use_high_priority_threads", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "navigation/avoidance/thread_model/avoidance_use_multiple_threads", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "navigation/baking/thread_model/baking_use_high_priority_threads", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "navigation/baking/thread_model/baking_use_multiple_threads", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "network/limits/debugger/max_chars_per_second", + "type": "int", + "setter": "", + "getter": "", + "default": "32768" + }, + { + "name": "network/limits/debugger/max_errors_per_second", + "type": "int", + "setter": "", + "getter": "", + "default": "400" + }, + { + "name": "network/limits/debugger/max_queued_messages", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "network/limits/debugger/max_warnings_per_second", + "type": "int", + "setter": "", + "getter": "", + "default": "400" + }, + { + "name": "network/limits/packet_peer_stream/max_buffer_po2", + "type": "int", + "setter": "", + "getter": "", + "default": "16" + }, + { + "name": "network/limits/tcp/connect_timeout_seconds", + "type": "int", + "setter": "", + "getter": "", + "default": "30" + }, + { + "name": "network/limits/webrtc/max_channel_in_buffer_kb", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "network/tls/certificate_bundle_override", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "physics/2d/default_angular_damp", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "physics/2d/default_gravity", + "type": "float", + "setter": "", + "getter": "", + "default": "980.0" + }, + { + "name": "physics/2d/default_gravity_vector", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 1)" + }, + { + "name": "physics/2d/default_linear_damp", + "type": "float", + "setter": "", + "getter": "", + "default": "0.1" + }, + { + "name": "physics/2d/physics_engine", + "type": "String", + "setter": "", + "getter": "", + "default": "\"DEFAULT\"" + }, + { + "name": "physics/2d/run_on_separate_thread", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "physics/2d/sleep_threshold_angular", + "type": "float", + "setter": "", + "getter": "", + "default": "0.139626" + }, + { + "name": "physics/2d/sleep_threshold_linear", + "type": "float", + "setter": "", + "getter": "", + "default": "2.0" + }, + { + "name": "physics/2d/solver/contact_max_allowed_penetration", + "type": "float", + "setter": "", + "getter": "", + "default": "0.3" + }, + { + "name": "physics/2d/solver/contact_max_separation", + "type": "float", + "setter": "", + "getter": "", + "default": "1.5" + }, + { + "name": "physics/2d/solver/contact_recycle_radius", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "physics/2d/solver/default_constraint_bias", + "type": "float", + "setter": "", + "getter": "", + "default": "0.2" + }, + { + "name": "physics/2d/solver/default_contact_bias", + "type": "float", + "setter": "", + "getter": "", + "default": "0.8" + }, + { + "name": "physics/2d/solver/solver_iterations", + "type": "int", + "setter": "", + "getter": "", + "default": "16" + }, + { + "name": "physics/2d/time_before_sleep", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "physics/3d/default_angular_damp", + "type": "float", + "setter": "", + "getter": "", + "default": "0.1" + }, + { + "name": "physics/3d/default_gravity", + "type": "float", + "setter": "", + "getter": "", + "default": "9.8" + }, + { + "name": "physics/3d/default_gravity_vector", + "type": "Vector3", + "setter": "", + "getter": "", + "default": "Vector3(0, -1, 0)" + }, + { + "name": "physics/3d/default_linear_damp", + "type": "float", + "setter": "", + "getter": "", + "default": "0.1" + }, + { + "name": "physics/3d/physics_engine", + "type": "String", + "setter": "", + "getter": "", + "default": "\"DEFAULT\"" + }, + { + "name": "physics/3d/run_on_separate_thread", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "physics/3d/sleep_threshold_angular", + "type": "float", + "setter": "", + "getter": "", + "default": "0.139626" + }, + { + "name": "physics/3d/sleep_threshold_linear", + "type": "float", + "setter": "", + "getter": "", + "default": "0.1" + }, + { + "name": "physics/3d/solver/contact_max_allowed_penetration", + "type": "float", + "setter": "", + "getter": "", + "default": "0.01" + }, + { + "name": "physics/3d/solver/contact_max_separation", + "type": "float", + "setter": "", + "getter": "", + "default": "0.05" + }, + { + "name": "physics/3d/solver/contact_recycle_radius", + "type": "float", + "setter": "", + "getter": "", + "default": "0.01" + }, + { + "name": "physics/3d/solver/default_contact_bias", + "type": "float", + "setter": "", + "getter": "", + "default": "0.8" + }, + { + "name": "physics/3d/solver/solver_iterations", + "type": "int", + "setter": "", + "getter": "", + "default": "16" + }, + { + "name": "physics/3d/time_before_sleep", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "physics/common/enable_object_picking", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "physics/common/max_physics_steps_per_frame", + "type": "int", + "setter": "", + "getter": "", + "default": "8" + }, + { + "name": "physics/common/physics_jitter_fix", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "physics/common/physics_ticks_per_second", + "type": "int", + "setter": "", + "getter": "", + "default": "60" + }, + { + "name": "rendering/2d/sdf/oversize", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/2d/sdf/scale", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/2d/shadow_atlas/size", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "rendering/2d/snap/snap_2d_transforms_to_pixel", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/2d/snap/snap_2d_vertices_to_pixel", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/anti_aliasing/quality/msaa_2d", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/anti_aliasing/quality/msaa_3d", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/anti_aliasing/quality/screen_space_aa", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/anti_aliasing/quality/use_debanding", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/anti_aliasing/quality/use_taa", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/anti_aliasing/screen_space_roughness_limiter/amount", + "type": "float", + "setter": "", + "getter": "", + "default": "0.25" + }, + { + "name": "rendering/anti_aliasing/screen_space_roughness_limiter/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/anti_aliasing/screen_space_roughness_limiter/limit", + "type": "float", + "setter": "", + "getter": "", + "default": "0.18" + }, + { + "name": "rendering/camera/depth_of_field/depth_of_field_bokeh_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/camera/depth_of_field/depth_of_field_bokeh_shape", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/camera/depth_of_field/depth_of_field_use_jitter", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/driver/depth_prepass/disable_for_vendors", + "type": "String", + "setter": "", + "getter": "", + "default": "\"PowerVR,Mali,Adreno,Apple\"" + }, + { + "name": "rendering/driver/depth_prepass/enable", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/driver/threads/thread_model", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/environment/defaults/default_clear_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "Color(0.3, 0.3, 0.3, 1)" + }, + { + "name": "rendering/environment/defaults/default_environment", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "rendering/environment/glow/upscale_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/environment/glow/upscale_mode.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/environment/screen_space_reflection/roughness_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/environment/ssao/adaptive_target", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "rendering/environment/ssao/blur_passes", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/environment/ssao/fadeout_from", + "type": "float", + "setter": "", + "getter": "", + "default": "50.0" + }, + { + "name": "rendering/environment/ssao/fadeout_to", + "type": "float", + "setter": "", + "getter": "", + "default": "300.0" + }, + { + "name": "rendering/environment/ssao/half_size", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/environment/ssao/quality", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/environment/ssil/adaptive_target", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + }, + { + "name": "rendering/environment/ssil/blur_passes", + "type": "int", + "setter": "", + "getter": "", + "default": "4" + }, + { + "name": "rendering/environment/ssil/fadeout_from", + "type": "float", + "setter": "", + "getter": "", + "default": "50.0" + }, + { + "name": "rendering/environment/ssil/fadeout_to", + "type": "float", + "setter": "", + "getter": "", + "default": "300.0" + }, + { + "name": "rendering/environment/ssil/half_size", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/environment/ssil/quality", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/environment/subsurface_scattering/subsurface_scattering_depth_scale", + "type": "float", + "setter": "", + "getter": "", + "default": "0.01" + }, + { + "name": "rendering/environment/subsurface_scattering/subsurface_scattering_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/environment/subsurface_scattering/subsurface_scattering_scale", + "type": "float", + "setter": "", + "getter": "", + "default": "0.05" + }, + { + "name": "rendering/environment/volumetric_fog/use_filter", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/environment/volumetric_fog/volume_depth", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/environment/volumetric_fog/volume_size", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/gl_compatibility/driver", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.android", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.ios", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.linuxbsd", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.macos", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.web", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/driver.windows", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/fallback_to_angle", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/gl_compatibility/fallback_to_gles", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/gl_compatibility/fallback_to_native", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/gl_compatibility/force_angle_on_devices", + "type": "Array", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/gl_compatibility/item_buffer_size", + "type": "int", + "setter": "", + "getter": "", + "default": "16384" + }, + { + "name": "rendering/gl_compatibility/nvidia_disable_threaded_optimization", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/global_illumination/gi/use_half_resolution", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/global_illumination/sdfgi/frames_to_converge", + "type": "int", + "setter": "", + "getter": "", + "default": "5" + }, + { + "name": "rendering/global_illumination/sdfgi/frames_to_update_lights", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/global_illumination/sdfgi/probe_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/global_illumination/voxel_gi/quality", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/lightmapping/bake_performance/max_rays_per_pass", + "type": "int", + "setter": "", + "getter": "", + "default": "32" + }, + { + "name": "rendering/lightmapping/bake_performance/max_rays_per_probe_pass", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/lightmapping/bake_performance/region_size", + "type": "int", + "setter": "", + "getter": "", + "default": "512" + }, + { + "name": "rendering/lightmapping/bake_quality/high_quality_probe_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "512" + }, + { + "name": "rendering/lightmapping/bake_quality/high_quality_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "512" + }, + { + "name": "rendering/lightmapping/bake_quality/low_quality_probe_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/lightmapping/bake_quality/low_quality_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "32" + }, + { + "name": "rendering/lightmapping/bake_quality/medium_quality_probe_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "256" + }, + { + "name": "rendering/lightmapping/bake_quality/medium_quality_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "128" + }, + { + "name": "rendering/lightmapping/bake_quality/ultra_quality_probe_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "rendering/lightmapping/bake_quality/ultra_quality_ray_count", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "rendering/lightmapping/denoising/denoiser", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/lightmapping/primitive_meshes/texel_size", + "type": "float", + "setter": "", + "getter": "", + "default": "0.2" + }, + { + "name": "rendering/lightmapping/probe_capture/update_speed", + "type": "float", + "setter": "", + "getter": "", + "default": "15" + }, + { + "name": "rendering/lights_and_shadows/directional_shadow/16_bits", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/lights_and_shadows/directional_shadow/size", + "type": "int", + "setter": "", + "getter": "", + "default": "4096" + }, + { + "name": "rendering/lights_and_shadows/directional_shadow/size.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "rendering/lights_and_shadows/directional_shadow/soft_shadow_filter_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/lights_and_shadows/directional_shadow/soft_shadow_filter_quality.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_16_bits", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_quadrant_0_subdiv", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_quadrant_1_subdiv", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_quadrant_2_subdiv", + "type": "int", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_quadrant_3_subdiv", + "type": "int", + "setter": "", + "getter": "", + "default": "4" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_size", + "type": "int", + "setter": "", + "getter": "", + "default": "4096" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/atlas_size.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "2048" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/soft_shadow_filter_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/lights_and_shadows/positional_shadow/soft_shadow_filter_quality.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/lights_and_shadows/use_physical_light_units", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/limits/cluster_builder/max_clustered_elements", + "type": "float", + "setter": "", + "getter": "", + "default": "512" + }, + { + "name": "rendering/limits/forward_renderer/threaded_render_minimum_instances", + "type": "int", + "setter": "", + "getter": "", + "default": "500" + }, + { + "name": "rendering/limits/global_shader_variables/buffer_size", + "type": "int", + "setter": "", + "getter": "", + "default": "65536" + }, + { + "name": "rendering/limits/opengl/max_lights_per_object", + "type": "int", + "setter": "", + "getter": "", + "default": "8" + }, + { + "name": "rendering/limits/opengl/max_renderable_elements", + "type": "int", + "setter": "", + "getter": "", + "default": "65536" + }, + { + "name": "rendering/limits/opengl/max_renderable_lights", + "type": "int", + "setter": "", + "getter": "", + "default": "32" + }, + { + "name": "rendering/limits/spatial_indexer/threaded_cull_minimum_instances", + "type": "int", + "setter": "", + "getter": "", + "default": "1000" + }, + { + "name": "rendering/limits/spatial_indexer/update_iterations_per_frame", + "type": "int", + "setter": "", + "getter": "", + "default": "10" + }, + { + "name": "rendering/limits/time/time_rollover_secs", + "type": "float", + "setter": "", + "getter": "", + "default": "3600" + }, + { + "name": "rendering/mesh_lod/lod_change/threshold_pixels", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "rendering/occlusion_culling/bvh_build_quality", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/occlusion_culling/occlusion_rays_per_thread", + "type": "int", + "setter": "", + "getter": "", + "default": "512" + }, + { + "name": "rendering/occlusion_culling/use_occlusion_culling", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/reflections/reflection_atlas/reflection_count", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/reflections/reflection_atlas/reflection_size", + "type": "int", + "setter": "", + "getter": "", + "default": "256" + }, + { + "name": "rendering/reflections/reflection_atlas/reflection_size.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "128" + }, + { + "name": "rendering/reflections/sky_reflections/fast_filter_high_quality", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/reflections/sky_reflections/ggx_samples", + "type": "int", + "setter": "", + "getter": "", + "default": "32" + }, + { + "name": "rendering/reflections/sky_reflections/ggx_samples.mobile", + "type": "int", + "setter": "", + "getter": "", + "default": "16" + }, + { + "name": "rendering/reflections/sky_reflections/roughness_layers", + "type": "int", + "setter": "", + "getter": "", + "default": "8" + }, + { + "name": "rendering/reflections/sky_reflections/texture_array_reflections", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/reflections/sky_reflections/texture_array_reflections.mobile", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/renderer/rendering_method", + "type": "String", + "setter": "", + "getter": "", + "default": "\"forward_plus\"" + }, + { + "name": "rendering/renderer/rendering_method.mobile", + "type": "String", + "setter": "", + "getter": "", + "default": "\"mobile\"" + }, + { + "name": "rendering/renderer/rendering_method.web", + "type": "String", + "setter": "", + "getter": "", + "default": "\"gl_compatibility\"" + }, + { + "name": "rendering/rendering_device/driver", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/driver.android", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/driver.ios", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/driver.linuxbsd", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/driver.macos", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/driver.windows", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "rendering/rendering_device/pipeline_cache/save_chunk_size_mb", + "type": "float", + "setter": "", + "getter": "", + "default": "3.0" + }, + { + "name": "rendering/rendering_device/staging_buffer/block_size_kb", + "type": "int", + "setter": "", + "getter": "", + "default": "256" + }, + { + "name": "rendering/rendering_device/staging_buffer/max_size_mb", + "type": "int", + "setter": "", + "getter": "", + "default": "128" + }, + { + "name": "rendering/rendering_device/staging_buffer/texture_upload_region_size_px", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/rendering_device/vulkan/max_descriptors_per_pool", + "type": "int", + "setter": "", + "getter": "", + "default": "64" + }, + { + "name": "rendering/scaling_3d/fsr_sharpness", + "type": "float", + "setter": "", + "getter": "", + "default": "0.2" + }, + { + "name": "rendering/scaling_3d/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/scaling_3d/scale", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "rendering/shader_compiler/shader_cache/compress", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/shader_compiler/shader_cache/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/shader_compiler/shader_cache/strip_debug", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/shader_compiler/shader_cache/strip_debug.release", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/shader_compiler/shader_cache/use_zstd_compression", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/shading/overrides/force_lambert_over_burley", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/shading/overrides/force_lambert_over_burley.mobile", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/shading/overrides/force_vertex_shading", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/shading/overrides/force_vertex_shading.mobile", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "rendering/textures/canvas_textures/default_texture_filter", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "rendering/textures/canvas_textures/default_texture_repeat", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/textures/decals/filter", + "type": "int", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "rendering/textures/default_filters/anisotropic_filtering_level", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/textures/default_filters/texture_mipmap_bias", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "rendering/textures/default_filters/use_nearest_mipmap_filter", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/textures/light_projectors/filter", + "type": "int", + "setter": "", + "getter": "", + "default": "3" + }, + { + "name": "rendering/textures/lossless_compression/force_png", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/textures/vram_compression/import_etc2_astc", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/textures/vram_compression/import_s3tc_bptc", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/textures/webp_compression/compression_method", + "type": "int", + "setter": "", + "getter": "", + "default": "2" + }, + { + "name": "rendering/textures/webp_compression/lossless_compression_factor", + "type": "float", + "setter": "", + "getter": "", + "default": "25" + }, + { + "name": "rendering/viewport/hdr_2d", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/viewport/transparent_background", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "rendering/vrs/mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "rendering/vrs/texture", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "threading/worker_pool/low_priority_thread_ratio", + "type": "float", + "setter": "", + "getter": "", + "default": "0.3" + }, + { + "name": "threading/worker_pool/max_threads", + "type": "int", + "setter": "", + "getter": "", + "default": "-1" + }, + { + "name": "threading/worker_pool/use_system_threads_for_low_priority_tasks", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "xr/openxr/default_action_map", + "type": "String", + "setter": "", + "getter": "", + "default": "\"res://openxr_action_map.tres\"" + }, + { + "name": "xr/openxr/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "xr/openxr/environment_blend_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "\"0\"" + }, + { + "name": "xr/openxr/extensions/eye_gaze_interaction", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "xr/openxr/extensions/hand_tracking", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "xr/openxr/form_factor", + "type": "int", + "setter": "", + "getter": "", + "default": "\"0\"" + }, + { + "name": "xr/openxr/foveation_dynamic", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "xr/openxr/foveation_level", + "type": "int", + "setter": "", + "getter": "", + "default": "\"0\"" + }, + { + "name": "xr/openxr/reference_space", + "type": "int", + "setter": "", + "getter": "", + "default": "\"1\"" + }, + { + "name": "xr/openxr/startup_alert", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "xr/openxr/submit_depth_buffer", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "xr/openxr/view_configuration", + "type": "int", + "setter": "", + "getter": "", + "default": "\"1\"" + }, + { + "name": "xr/shaders/enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + } + ] + }, + { + "name": "RDPipelineRasterizationState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cull_mode", + "type": "int", + "setter": "set_cull_mode", + "getter": "get_cull_mode", + "default": "0" + }, + { + "name": "depth_bias_clamp", + "type": "float", + "setter": "set_depth_bias_clamp", + "getter": "get_depth_bias_clamp", + "default": "0.0" + }, + { + "name": "depth_bias_constant_factor", + "type": "float", + "setter": "set_depth_bias_constant_factor", + "getter": "get_depth_bias_constant_factor", + "default": "0.0" + }, + { + "name": "depth_bias_enabled", + "type": "bool", + "setter": "set_depth_bias_enabled", + "getter": "get_depth_bias_enabled", + "default": "false" + }, + { + "name": "depth_bias_slope_factor", + "type": "float", + "setter": "set_depth_bias_slope_factor", + "getter": "get_depth_bias_slope_factor", + "default": "0.0" + }, + { + "name": "discard_primitives", + "type": "bool", + "setter": "set_discard_primitives", + "getter": "get_discard_primitives", + "default": "false" + }, + { + "name": "enable_depth_clamp", + "type": "bool", + "setter": "set_enable_depth_clamp", + "getter": "get_enable_depth_clamp", + "default": "false" + }, + { + "name": "front_face", + "type": "int", + "setter": "set_front_face", + "getter": "get_front_face", + "default": "0" + }, + { + "name": "line_width", + "type": "float", + "setter": "set_line_width", + "getter": "get_line_width", + "default": "1.0" + }, + { + "name": "patch_control_points", + "type": "int", + "setter": "set_patch_control_points", + "getter": "get_patch_control_points", + "default": "1" + }, + { + "name": "wireframe", + "type": "bool", + "setter": "set_wireframe", + "getter": "get_wireframe", + "default": "false" + } + ] + }, + { + "name": "AnimationRootNode", + "inherits": "AnimationNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "EditorProperty", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_set_read_only", + "return_type": "void", + "params": [ + { + "name": "read_only", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_update_property", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "add_focusable", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "emit_changed", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "field", + "type": "StringName", + "default": "&\"\"" + }, + { + "name": "changing", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_edited_object", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_edited_property", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "set_bottom_editor", + "return_type": "void", + "params": [ + { + "name": "editor", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "update_property", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "checkable", + "type": "bool", + "setter": "set_checkable", + "getter": "is_checkable", + "default": "false" + }, + { + "name": "checked", + "type": "bool", + "setter": "set_checked", + "getter": "is_checked", + "default": "false" + }, + { + "name": "deletable", + "type": "bool", + "setter": "set_deletable", + "getter": "is_deletable", + "default": "false" + }, + { + "name": "draw_warning", + "type": "bool", + "setter": "set_draw_warning", + "getter": "is_draw_warning", + "default": "false" + }, + { + "name": "keying", + "type": "bool", + "setter": "set_keying", + "getter": "is_keying", + "default": "false" + }, + { + "name": "label", + "type": "String", + "setter": "set_label", + "getter": "get_label", + "default": "\"\"" + }, + { + "name": "read_only", + "type": "bool", + "setter": "set_read_only", + "getter": "is_read_only", + "default": "false" + } + ] + }, + { + "name": "AudioStreamMicrophone", + "inherits": "AudioStream", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Bone2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "apply_rest", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_autocalculate_length_and_angle", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_bone_angle", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_index_in_skeleton", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_skeleton_rest", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "set_autocalculate_length_and_angle", + "return_type": "void", + "params": [ + { + "name": "auto_calculate", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bone_angle", + "return_type": "void", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_length", + "return_type": "void", + "params": [ + { + "name": "length", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "rest", + "type": "Transform2D", + "setter": "set_rest", + "getter": "get_rest", + "default": "Transform2D(0, 0, 0, 0, 0, 0)" + } + ] + }, + { + "name": "ConfirmationDialog", + "inherits": "AcceptDialog", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_cancel_button", + "return_type": "Button", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "cancel_button_text", + "type": "String", + "setter": "set_cancel_button_text", + "getter": "get_cancel_button_text", + "default": "\"Cancel\"" + }, + { + "name": "min_size", + "type": "Vector2i", + "setter": "set_min_size", + "getter": "get_min_size", + "default": "Vector2i(200, 70)" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2i(200, 100)" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Please Confirm...\"" + } + ] + }, + { + "name": "VisualShaderNodeParticleEmit", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "flags", + "type": "int", + "setter": "set_flags", + "getter": "get_flags", + "default": "31" + } + ] + }, + { + "name": "AnimationNodeAdd3", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AnimationNodeSub2", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "FlowContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_line_count", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_alignment", + "getter": "get_alignment", + "default": "0" + }, + { + "name": "vertical", + "type": "bool", + "setter": "set_vertical", + "getter": "is_vertical", + "default": "false" + } + ] + }, + { + "name": "TextServer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_font", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "create_font_linked_variation", + "return_type": "RID", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "create_shaped_text", + "return_type": "RID", + "params": [ + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_hex_code_box", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "font_clear_glyphs", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_clear_kerning_map", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_clear_size_cache", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_clear_textures", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_draw_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "font_draw_glyph_outline", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "font_get_antialiasing", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_ascent", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_char_from_glyph_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_descent", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_embolden", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_face_count", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_face_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_fixed_size", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_fixed_size_scale_mode", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_generate_mipmaps", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_global_oversampling", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "font_get_glyph_advance", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_contours", + "return_type": "Dictionary", + "params": [ + { + "name": "font", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "variation_selector", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_list", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_offset", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_size", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_texture_idx", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_texture_rid", + "return_type": "RID", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_texture_size", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_glyph_uv_rect", + "return_type": "Rect2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_hinting", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_kerning", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_kerning_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_language_support_override", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_language_support_overrides", + "return_type": "PackedStringArray", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_msdf_pixel_range", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_msdf_size", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_name", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_opentype_feature_overrides", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_ot_name_strings", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_oversampling", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_scale", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_script_support_override", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_script_support_overrides", + "return_type": "PackedStringArray", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_size_cache_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_spacing", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_stretch", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_style", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_style_name", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_subpixel_positioning", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_supported_chars", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_texture_count", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_texture_image", + "return_type": "Image", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_texture_offsets", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_underline_position", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_variation_coordinates", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_get_weight", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_has_char", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_is_allow_system_fallback", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_is_force_autohinter", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_is_language_supported", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_is_multichannel_signed_distance_field", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_is_script_supported", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_kerning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_language_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_script_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_size_cache", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "font_remove_texture", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_render_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_render_range", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_allow_system_fallback", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "allow_system_fallback", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_antialiasing", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "antialiasing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_ascent", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "ascent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_data", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_descent", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "descent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_embolden", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_face_index", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "face_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_fixed_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "fixed_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_fixed_size_scale_mode", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "fixed_size_scale_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_force_autohinter", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "force_autohinter", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_generate_mipmaps", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "generate_mipmaps", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_global_oversampling", + "return_type": "void", + "params": [ + { + "name": "oversampling", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_glyph_advance", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "advance", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_glyph_offset", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_glyph_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "gl_size", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_glyph_texture_idx", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "texture_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_glyph_uv_rect", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "uv_rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_hinting", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "hinting", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_kerning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + }, + { + "name": "kerning", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_language_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_msdf_pixel_range", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf_pixel_range", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_msdf_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_multichannel_signed_distance_field", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_name", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_opentype_feature_overrides", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "overrides", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_oversampling", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "oversampling", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_scale", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_script_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_spacing", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_stretch", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "weight", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_style", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "style", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_style_name", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_subpixel_positioning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "subpixel_positioning", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_texture_image", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_texture_offsets", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_transform", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_underline_position", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_underline_thickness", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_thickness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_variation_coordinates", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "variation_coordinates", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "font_set_weight", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "weight", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "font_supported_feature_list", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "font_supported_variation_list", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "format_number", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_features", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_hex_code_box_size", + "return_type": "Vector2", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_support_data_filename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_support_data_info", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "has_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_confusable", + "return_type": "int", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "dict", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "is_locale_right_to_left", + "return_type": "bool", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_valid_identifier", + "return_type": "bool", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_support_data", + "return_type": "bool", + "params": [ + { + "name": "filename", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "name_to_tag", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_number", + "return_type": "String", + "params": [ + { + "name": "number", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "parse_structured_text", + "return_type": "Vector3i[]", + "params": [ + { + "name": "parser_type", + "type": "int", + "default": null + }, + { + "name": "args", + "type": "Array", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "percent_sign", + "return_type": "String", + "params": [ + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "save_support_data", + "return_type": "bool", + "params": [ + { + "name": "filename", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_get_span_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_get_span_meta", + "return_type": "Variant", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_set_span_update_font", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "fonts", + "type": "RID[]", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "opentype_features", + "type": "Dictionary", + "default": "{}" + } + ], + "description": "" + }, + { + "name": "shaped_text_add_object", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "length", + "type": "int", + "default": "1" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "shaped_text_add_string", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "fonts", + "type": "RID[]", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "opentype_features", + "type": "Dictionary", + "default": "{}" + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + }, + { + "name": "meta", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "shaped_text_clear", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_closest_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_draw", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "clip_l", + "type": "float", + "default": "-1" + }, + { + "name": "clip_r", + "type": "float", + "default": "-1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "shaped_text_draw_outline", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "clip_l", + "type": "float", + "default": "-1" + }, + { + "name": "clip_r", + "type": "float", + "default": "-1" + }, + { + "name": "outline_size", + "type": "int", + "default": "1" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "shaped_text_fit_to_width", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": null + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "shaped_text_get_ascent", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_carets", + "return_type": "Dictionary", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_character_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_custom_punctuation", + "return_type": "String", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_descent", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_direction", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_dominant_direction_in_range", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_ellipsis_glyph_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_ellipsis_glyphs", + "return_type": "Dictionary[]", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_ellipsis_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_glyph_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_glyphs", + "return_type": "Dictionary[]", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_grapheme_bounds", + "return_type": "Vector2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_inferred_direction", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_line_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": null + }, + { + "name": "start", + "type": "int", + "default": "0" + }, + { + "name": "break_flags", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "shaped_text_get_line_breaks_adv", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "PackedFloat32Array", + "default": null + }, + { + "name": "start", + "type": "int", + "default": "0" + }, + { + "name": "once", + "type": "bool", + "default": "true" + }, + { + "name": "break_flags", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "shaped_text_get_object_rect", + "return_type": "Rect2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_objects", + "return_type": "Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_orientation", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_parent", + "return_type": "RID", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_preserve_control", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_preserve_invalid", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_range", + "return_type": "Vector2i", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_selection", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_size", + "return_type": "Vector2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_spacing", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_trim_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_underline_position", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_width", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_get_word_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "grapheme_flags", + "type": "int", + "default": "264" + } + ], + "description": "" + }, + { + "name": "shaped_text_has_visible_chars", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_hit_test_grapheme", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "coords", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_hit_test_position", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "coords", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_is_ready", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_next_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_next_grapheme_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_overrun_trim_to_width", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": "0" + }, + { + "name": "overrun_trim_flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "shaped_text_prev_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_prev_grapheme_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_resize_object", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "baseline", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "shaped_text_set_bidi_override", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "override", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_set_custom_punctuation", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "punct", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_set_direction", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "shaped_text_set_orientation", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "shaped_text_set_preserve_control", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_set_preserve_invalid", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_set_spacing", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_shape", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_sort_logical", + "return_type": "Dictionary[]", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_substr", + "return_type": "RID", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shaped_text_tab_align", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "spoof_check", + "return_type": "bool", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "string_get_character_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "string_get_word_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + }, + { + "name": "chars_per_line", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "string_to_lower", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "string_to_upper", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "strip_diacritics", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "tag_to_name", + "return_type": "String", + "params": [ + { + "name": "tag", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PointLight2D", + "inherits": "Light2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "0.0" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_texture_offset", + "getter": "get_texture_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_scale", + "type": "float", + "setter": "set_texture_scale", + "getter": "get_texture_scale", + "default": "1.0" + } + ] + }, + { + "name": "NodePath", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_as_property_path", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "get_concatenated_names", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_concatenated_subnames", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_name_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_subname", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_subname_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_absolute", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Projection", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_depth_correction", + "return_type": "Projection", + "params": [ + { + "name": "flip_y", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "create_fit_aabb", + "return_type": "Projection", + "params": [ + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "create_for_hmd", + "return_type": "Projection", + "params": [ + { + "name": "eye", + "type": "int", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "intraocular_dist", + "type": "float", + "default": null + }, + { + "name": "display_width", + "type": "float", + "default": null + }, + { + "name": "display_to_lens", + "type": "float", + "default": null + }, + { + "name": "oversample", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "create_frustum", + "return_type": "Projection", + "params": [ + { + "name": "left", + "type": "float", + "default": null + }, + { + "name": "right", + "type": "float", + "default": null + }, + { + "name": "bottom", + "type": "float", + "default": null + }, + { + "name": "top", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "create_frustum_aspect", + "return_type": "Projection", + "params": [ + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + }, + { + "name": "flip_fov", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_light_atlas_rect", + "return_type": "Projection", + "params": [ + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "create_orthogonal", + "return_type": "Projection", + "params": [ + { + "name": "left", + "type": "float", + "default": null + }, + { + "name": "right", + "type": "float", + "default": null + }, + { + "name": "bottom", + "type": "float", + "default": null + }, + { + "name": "top", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "create_orthogonal_aspect", + "return_type": "Projection", + "params": [ + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + }, + { + "name": "flip_fov", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_perspective", + "return_type": "Projection", + "params": [ + { + "name": "fovy", + "type": "float", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + }, + { + "name": "flip_fov", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_perspective_hmd", + "return_type": "Projection", + "params": [ + { + "name": "fovy", + "type": "float", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + }, + { + "name": "flip_fov", + "type": "bool", + "default": null + }, + { + "name": "eye", + "type": "int", + "default": null + }, + { + "name": "intraocular_dist", + "type": "float", + "default": null + }, + { + "name": "convergence_dist", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "determinant", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "flipped_y", + "return_type": "Projection", + "params": [], + "description": "" + }, + { + "name": "get_aspect", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_far_plane_half_extents", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_fov", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_fovy", + "return_type": "float", + "params": [ + { + "name": "fovx", + "type": "float", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_lod_multiplier", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_pixels_per_meter", + "return_type": "int", + "params": [ + { + "name": "for_pixel_width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_projection_plane", + "return_type": "Plane", + "params": [ + { + "name": "plane", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_viewport_half_extents", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_z_far", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_z_near", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "inverse", + "return_type": "Projection", + "params": [], + "description": "" + }, + { + "name": "is_orthogonal", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "jitter_offseted", + "return_type": "Projection", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "perspective_znear_adjusted", + "return_type": "Projection", + "params": [ + { + "name": "new_znear", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "w", + "type": "Vector4", + "setter": "", + "getter": "", + "default": "Vector4(0, 0, 0, 1)" + }, + { + "name": "x", + "type": "Vector4", + "setter": "", + "getter": "", + "default": "Vector4(1, 0, 0, 0)" + }, + { + "name": "y", + "type": "Vector4", + "setter": "", + "getter": "", + "default": "Vector4(0, 1, 0, 0)" + }, + { + "name": "z", + "type": "Vector4", + "setter": "", + "getter": "", + "default": "Vector4(0, 0, 1, 0)" + } + ] + }, + { + "name": "ConfigFile", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "encode_to_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "erase_section", + "return_type": "void", + "params": [ + { + "name": "section", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "erase_section_key", + "return_type": "void", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_section_keys", + "return_type": "PackedStringArray", + "params": [ + { + "name": "section", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_sections", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_value", + "return_type": "Variant", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + }, + { + "name": "default", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "has_section", + "return_type": "bool", + "params": [ + { + "name": "section", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_section_key", + "return_type": "bool", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_encrypted", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "load_encrypted_pass", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "password", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "parse", + "return_type": "int", + "params": [ + { + "name": "data", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save_encrypted", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "save_encrypted_pass", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "password", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_value", + "return_type": "void", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CameraAttributesPhysical", + "inherits": "CameraAttributes", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_fov", + "return_type": "float", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "auto_exposure_max_exposure_value", + "type": "float", + "setter": "set_auto_exposure_max_exposure_value", + "getter": "get_auto_exposure_max_exposure_value", + "default": "10.0" + }, + { + "name": "auto_exposure_min_exposure_value", + "type": "float", + "setter": "set_auto_exposure_min_exposure_value", + "getter": "get_auto_exposure_min_exposure_value", + "default": "-8.0" + }, + { + "name": "exposure_aperture", + "type": "float", + "setter": "set_aperture", + "getter": "get_aperture", + "default": "16.0" + }, + { + "name": "exposure_shutter_speed", + "type": "float", + "setter": "set_shutter_speed", + "getter": "get_shutter_speed", + "default": "100.0" + }, + { + "name": "frustum_far", + "type": "float", + "setter": "set_far", + "getter": "get_far", + "default": "4000.0" + }, + { + "name": "frustum_focal_length", + "type": "float", + "setter": "set_focal_length", + "getter": "get_focal_length", + "default": "35.0" + }, + { + "name": "frustum_focus_distance", + "type": "float", + "setter": "set_focus_distance", + "getter": "get_focus_distance", + "default": "10.0" + }, + { + "name": "frustum_near", + "type": "float", + "setter": "set_near", + "getter": "get_near", + "default": "0.05" + } + ] + }, + { + "name": "InputEventWithModifiers", + "inherits": "InputEventFromWindow", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_modifiers_mask", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_command_or_control_pressed", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "alt_pressed", + "type": "bool", + "setter": "set_alt_pressed", + "getter": "is_alt_pressed", + "default": "false" + }, + { + "name": "command_or_control_autoremap", + "type": "bool", + "setter": "set_command_or_control_autoremap", + "getter": "is_command_or_control_autoremap", + "default": "false" + }, + { + "name": "ctrl_pressed", + "type": "bool", + "setter": "set_ctrl_pressed", + "getter": "is_ctrl_pressed", + "default": "false" + }, + { + "name": "meta_pressed", + "type": "bool", + "setter": "set_meta_pressed", + "getter": "is_meta_pressed", + "default": "false" + }, + { + "name": "shift_pressed", + "type": "bool", + "setter": "set_shift_pressed", + "getter": "is_shift_pressed", + "default": "false" + } + ] + }, + { + "name": "Resource", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_setup_local_to_scene", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "duplicate", + "return_type": "Resource", + "params": [ + { + "name": "subresources", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "emit_changed", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_local_scene", + "return_type": "Node", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "setup_local_to_scene", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "take_over_path", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "resource_name", + "type": "String", + "setter": "set_name", + "getter": "get_name", + "default": "\"\"" + }, + { + "name": "resource_path", + "type": "String", + "setter": "set_path", + "getter": "get_path", + "default": "\"\"" + } + ] + }, + { + "name": "CharacterBody2D", + "inherits": "PhysicsBody2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "apply_floor_snap", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_floor_angle", + "return_type": "float", + "params": [ + { + "name": "up_direction", + "type": "Vector2", + "default": "Vector2(0, -1)" + } + ], + "description": "" + }, + { + "name": "get_floor_normal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_last_motion", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_last_slide_collision", + "return_type": "KinematicCollision2D", + "params": [], + "description": "" + }, + { + "name": "get_platform_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_position_delta", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_real_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_slide_collision", + "return_type": "KinematicCollision2D", + "params": [ + { + "name": "slide_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slide_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_wall_normal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "is_on_ceiling", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_ceiling_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_floor", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_floor_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_wall", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_wall_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "move_and_slide", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "floor_block_on_wall", + "type": "bool", + "setter": "set_floor_block_on_wall_enabled", + "getter": "is_floor_block_on_wall_enabled", + "default": "true" + }, + { + "name": "floor_constant_speed", + "type": "bool", + "setter": "set_floor_constant_speed_enabled", + "getter": "is_floor_constant_speed_enabled", + "default": "false" + }, + { + "name": "floor_max_angle", + "type": "float", + "setter": "set_floor_max_angle", + "getter": "get_floor_max_angle", + "default": "0.785398" + }, + { + "name": "floor_snap_length", + "type": "float", + "setter": "set_floor_snap_length", + "getter": "get_floor_snap_length", + "default": "1.0" + }, + { + "name": "floor_stop_on_slope", + "type": "bool", + "setter": "set_floor_stop_on_slope_enabled", + "getter": "is_floor_stop_on_slope_enabled", + "default": "true" + }, + { + "name": "max_slides", + "type": "int", + "setter": "set_max_slides", + "getter": "get_max_slides", + "default": "4" + }, + { + "name": "motion_mode", + "type": "int", + "setter": "set_motion_mode", + "getter": "get_motion_mode", + "default": "0" + }, + { + "name": "platform_floor_layers", + "type": "int", + "setter": "set_platform_floor_layers", + "getter": "get_platform_floor_layers", + "default": "4294967295" + }, + { + "name": "platform_on_leave", + "type": "int", + "setter": "set_platform_on_leave", + "getter": "get_platform_on_leave", + "default": "0" + }, + { + "name": "platform_wall_layers", + "type": "int", + "setter": "set_platform_wall_layers", + "getter": "get_platform_wall_layers", + "default": "0" + }, + { + "name": "safe_margin", + "type": "float", + "setter": "set_safe_margin", + "getter": "get_safe_margin", + "default": "0.08" + }, + { + "name": "slide_on_ceiling", + "type": "bool", + "setter": "set_slide_on_ceiling_enabled", + "getter": "is_slide_on_ceiling_enabled", + "default": "true" + }, + { + "name": "up_direction", + "type": "Vector2", + "setter": "set_up_direction", + "getter": "get_up_direction", + "default": "Vector2(0, -1)" + }, + { + "name": "velocity", + "type": "Vector2", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector2(0, 0)" + }, + { + "name": "wall_min_slide_angle", + "type": "float", + "setter": "set_wall_min_slide_angle", + "getter": "get_wall_min_slide_angle", + "default": "0.261799" + } + ] + }, + { + "name": "SegmentShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "a", + "type": "Vector2", + "setter": "set_a", + "getter": "get_a", + "default": "Vector2(0, 0)" + }, + { + "name": "b", + "type": "Vector2", + "setter": "set_b", + "getter": "get_b", + "default": "Vector2(0, 10)" + } + ] + }, + { + "name": "AnimationNodeBlend3", + "inherits": "AnimationNodeSync", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "MultiplayerAPI", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_default_interface", + "return_type": "MultiplayerAPI", + "params": [], + "description": "" + }, + { + "name": "get_default_interface", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_peers", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_remote_sender_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_unique_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_multiplayer_peer", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_server", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "object_configuration_add", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "configuration", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "object_configuration_remove", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "configuration", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "poll", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "rpc", + "return_type": "int", + "params": [ + { + "name": "peer", + "type": "int", + "default": null + }, + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "arguments", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "set_default_interface", + "return_type": "void", + "params": [ + { + "name": "interface_name", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "multiplayer_peer", + "type": "MultiplayerPeer", + "setter": "set_multiplayer_peer", + "getter": "get_multiplayer_peer", + "default": "" + } + ] + }, + { + "name": "CameraTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "camera_feed_id", + "type": "int", + "setter": "set_camera_feed_id", + "getter": "get_camera_feed_id", + "default": "0" + }, + { + "name": "camera_is_active", + "type": "bool", + "setter": "set_camera_active", + "getter": "get_camera_active", + "default": "false" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "which_feed", + "type": "int", + "setter": "set_which_feed", + "getter": "get_which_feed", + "default": "0" + } + ] + }, + { + "name": "ScriptCreateDialog", + "inherits": "ConfirmationDialog", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "config", + "return_type": "void", + "params": [ + { + "name": "inherits", + "type": "String", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "built_in_enabled", + "type": "bool", + "default": "true" + }, + { + "name": "load_enabled", + "type": "bool", + "default": "true" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "dialog_hide_on_ok", + "type": "bool", + "setter": "set_hide_on_ok", + "getter": "get_hide_on_ok", + "default": "false" + }, + { + "name": "ok_button_text", + "type": "String", + "setter": "set_ok_button_text", + "getter": "get_ok_button_text", + "default": "\"Create\"" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Attach Node Script\"" + } + ] + }, + { + "name": "AudioEffectAmplify", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "volume_db", + "type": "float", + "setter": "set_volume_db", + "getter": "get_volume_db", + "default": "0.0" + } + ] + }, + { + "name": "SkeletonModification2DCCDIK", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_ccdik_joint_bone2d_node", + "return_type": "NodePath", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_bone_index", + "return_type": "int", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_constraint_angle_invert", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_constraint_angle_max", + "return_type": "float", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_constraint_angle_min", + "return_type": "float", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_enable_constraint", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_ccdik_joint_rotate_from_joint", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_bone2d_node", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone2d_nodepath", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_bone_index", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_constraint_angle_invert", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "invert", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_constraint_angle_max", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "angle_max", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_constraint_angle_min", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "angle_min", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_enable_constraint", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "enable_constraint", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ccdik_joint_rotate_from_joint", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "rotate_from_joint", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "ccdik_data_chain_length", + "type": "int", + "setter": "set_ccdik_data_chain_length", + "getter": "get_ccdik_data_chain_length", + "default": "0" + }, + { + "name": "target_nodepath", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + }, + { + "name": "tip_nodepath", + "type": "NodePath", + "setter": "set_tip_node", + "getter": "get_tip_node", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "RDShaderFile", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_spirv", + "return_type": "RDShaderSPIRV", + "params": [ + { + "name": "version", + "type": "StringName", + "default": "&\"\"" + } + ], + "description": "" + }, + { + "name": "get_version_list", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "set_bytecode", + "return_type": "void", + "params": [ + { + "name": "bytecode", + "type": "RDShaderSPIRV", + "default": null + }, + { + "name": "version", + "type": "StringName", + "default": "&\"\"" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "base_error", + "type": "String", + "setter": "set_base_error", + "getter": "get_base_error", + "default": "\"\"" + } + ] + }, + { + "name": "VSeparator", + "inherits": "Separator", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "TextureRect", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "expand_mode", + "type": "int", + "setter": "set_expand_mode", + "getter": "get_expand_mode", + "default": "0" + }, + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "is_flipped_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "is_flipped_v", + "default": "false" + }, + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "1" + }, + { + "name": "stretch_mode", + "type": "int", + "setter": "set_stretch_mode", + "getter": "get_stretch_mode", + "default": "0" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeParticleMeshEmitter", + "inherits": "VisualShaderNodeParticleEmitter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "surface_index", + "type": "int", + "setter": "set_surface_index", + "getter": "get_surface_index", + "default": "0" + }, + { + "name": "use_all_surfaces", + "type": "bool", + "setter": "set_use_all_surfaces", + "getter": "is_use_all_surfaces", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeUIntOp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "RDPipelineDepthStencilState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "back_op_compare", + "type": "int", + "setter": "set_back_op_compare", + "getter": "get_back_op_compare", + "default": "7" + }, + { + "name": "back_op_compare_mask", + "type": "int", + "setter": "set_back_op_compare_mask", + "getter": "get_back_op_compare_mask", + "default": "0" + }, + { + "name": "back_op_depth_fail", + "type": "int", + "setter": "set_back_op_depth_fail", + "getter": "get_back_op_depth_fail", + "default": "1" + }, + { + "name": "back_op_fail", + "type": "int", + "setter": "set_back_op_fail", + "getter": "get_back_op_fail", + "default": "1" + }, + { + "name": "back_op_pass", + "type": "int", + "setter": "set_back_op_pass", + "getter": "get_back_op_pass", + "default": "1" + }, + { + "name": "back_op_reference", + "type": "int", + "setter": "set_back_op_reference", + "getter": "get_back_op_reference", + "default": "0" + }, + { + "name": "back_op_write_mask", + "type": "int", + "setter": "set_back_op_write_mask", + "getter": "get_back_op_write_mask", + "default": "0" + }, + { + "name": "depth_compare_operator", + "type": "int", + "setter": "set_depth_compare_operator", + "getter": "get_depth_compare_operator", + "default": "7" + }, + { + "name": "depth_range_max", + "type": "float", + "setter": "set_depth_range_max", + "getter": "get_depth_range_max", + "default": "0.0" + }, + { + "name": "depth_range_min", + "type": "float", + "setter": "set_depth_range_min", + "getter": "get_depth_range_min", + "default": "0.0" + }, + { + "name": "enable_depth_range", + "type": "bool", + "setter": "set_enable_depth_range", + "getter": "get_enable_depth_range", + "default": "false" + }, + { + "name": "enable_depth_test", + "type": "bool", + "setter": "set_enable_depth_test", + "getter": "get_enable_depth_test", + "default": "false" + }, + { + "name": "enable_depth_write", + "type": "bool", + "setter": "set_enable_depth_write", + "getter": "get_enable_depth_write", + "default": "false" + }, + { + "name": "enable_stencil", + "type": "bool", + "setter": "set_enable_stencil", + "getter": "get_enable_stencil", + "default": "false" + }, + { + "name": "front_op_compare", + "type": "int", + "setter": "set_front_op_compare", + "getter": "get_front_op_compare", + "default": "7" + }, + { + "name": "front_op_compare_mask", + "type": "int", + "setter": "set_front_op_compare_mask", + "getter": "get_front_op_compare_mask", + "default": "0" + }, + { + "name": "front_op_depth_fail", + "type": "int", + "setter": "set_front_op_depth_fail", + "getter": "get_front_op_depth_fail", + "default": "1" + }, + { + "name": "front_op_fail", + "type": "int", + "setter": "set_front_op_fail", + "getter": "get_front_op_fail", + "default": "1" + }, + { + "name": "front_op_pass", + "type": "int", + "setter": "set_front_op_pass", + "getter": "get_front_op_pass", + "default": "1" + }, + { + "name": "front_op_reference", + "type": "int", + "setter": "set_front_op_reference", + "getter": "get_front_op_reference", + "default": "0" + }, + { + "name": "front_op_write_mask", + "type": "int", + "setter": "set_front_op_write_mask", + "getter": "get_front_op_write_mask", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeUIntParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "int", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "0" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeParticleAccelerator", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "mode", + "type": "int", + "setter": "set_mode", + "getter": "get_mode", + "default": "0" + } + ] + }, + { + "name": "PhysicsShapeQueryParameters2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.0" + }, + { + "name": "motion", + "type": "Vector2", + "setter": "set_motion", + "getter": "get_motion", + "default": "Vector2(0, 0)" + }, + { + "name": "shape", + "type": "Resource", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "shape_rid", + "type": "RID", + "setter": "set_shape_rid", + "getter": "get_shape_rid", + "default": "RID()" + }, + { + "name": "transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + } + ] + }, + { + "name": "EditorVCSInterface", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_checkout_branch", + "return_type": "bool", + "params": [ + { + "name": "branch_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_commit", + "return_type": "void", + "params": [ + { + "name": "msg", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_create_branch", + "return_type": "void", + "params": [ + { + "name": "branch_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_create_remote", + "return_type": "void", + "params": [ + { + "name": "remote_name", + "type": "String", + "default": null + }, + { + "name": "remote_url", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_discard_file", + "return_type": "void", + "params": [ + { + "name": "file_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_fetch", + "return_type": "void", + "params": [ + { + "name": "remote", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_branch_list", + "return_type": "String[]", + "params": [], + "description": "" + }, + { + "name": "_get_current_branch_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_diff", + "return_type": "Dictionary[]", + "params": [ + { + "name": "identifier", + "type": "String", + "default": null + }, + { + "name": "area", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_line_diff", + "return_type": "Dictionary[]", + "params": [ + { + "name": "file_path", + "type": "String", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_modified_files_data", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_previous_commits", + "return_type": "Dictionary[]", + "params": [ + { + "name": "max_commits", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_remotes", + "return_type": "String[]", + "params": [], + "description": "" + }, + { + "name": "_get_vcs_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_initialize", + "return_type": "bool", + "params": [ + { + "name": "project_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_pull", + "return_type": "void", + "params": [ + { + "name": "remote", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_push", + "return_type": "void", + "params": [ + { + "name": "remote", + "type": "String", + "default": null + }, + { + "name": "force", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_remove_branch", + "return_type": "void", + "params": [ + { + "name": "branch_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_remove_remote", + "return_type": "void", + "params": [ + { + "name": "remote_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_credentials", + "return_type": "void", + "params": [ + { + "name": "username", + "type": "String", + "default": null + }, + { + "name": "password", + "type": "String", + "default": null + }, + { + "name": "ssh_public_key_path", + "type": "String", + "default": null + }, + { + "name": "ssh_private_key_path", + "type": "String", + "default": null + }, + { + "name": "ssh_passphrase", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_shut_down", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_stage_file", + "return_type": "void", + "params": [ + { + "name": "file_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_unstage_file", + "return_type": "void", + "params": [ + { + "name": "file_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_diff_hunks_into_diff_file", + "return_type": "Dictionary", + "params": [ + { + "name": "diff_file", + "type": "Dictionary", + "default": null + }, + { + "name": "diff_hunks", + "type": "Dictionary[]", + "default": null + } + ], + "description": "" + }, + { + "name": "add_line_diffs_into_diff_hunk", + "return_type": "Dictionary", + "params": [ + { + "name": "diff_hunk", + "type": "Dictionary", + "default": null + }, + { + "name": "line_diffs", + "type": "Dictionary[]", + "default": null + } + ], + "description": "" + }, + { + "name": "create_commit", + "return_type": "Dictionary", + "params": [ + { + "name": "msg", + "type": "String", + "default": null + }, + { + "name": "author", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "String", + "default": null + }, + { + "name": "unix_timestamp", + "type": "int", + "default": null + }, + { + "name": "offset_minutes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_diff_file", + "return_type": "Dictionary", + "params": [ + { + "name": "new_file", + "type": "String", + "default": null + }, + { + "name": "old_file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "create_diff_hunk", + "return_type": "Dictionary", + "params": [ + { + "name": "old_start", + "type": "int", + "default": null + }, + { + "name": "new_start", + "type": "int", + "default": null + }, + { + "name": "old_lines", + "type": "int", + "default": null + }, + { + "name": "new_lines", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_diff_line", + "return_type": "Dictionary", + "params": [ + { + "name": "new_line_no", + "type": "int", + "default": null + }, + { + "name": "old_line_no", + "type": "int", + "default": null + }, + { + "name": "content", + "type": "String", + "default": null + }, + { + "name": "status", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "create_status_file", + "return_type": "Dictionary", + "params": [ + { + "name": "file_path", + "type": "String", + "default": null + }, + { + "name": "change_type", + "type": "int", + "default": null + }, + { + "name": "area", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "popup_error", + "return_type": "void", + "params": [ + { + "name": "msg", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CameraServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_feed", + "return_type": "void", + "params": [ + { + "name": "feed", + "type": "CameraFeed", + "default": null + } + ], + "description": "" + }, + { + "name": "feeds", + "return_type": "CameraFeed[]", + "params": [], + "description": "" + }, + { + "name": "get_feed", + "return_type": "CameraFeed", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_feed_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "remove_feed", + "return_type": "void", + "params": [ + { + "name": "feed", + "type": "CameraFeed", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Texture3D", + "inherits": "Texture", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_data", + "return_type": "Image[]", + "params": [], + "description": "" + }, + { + "name": "_get_depth", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_has_mipmaps", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + }, + { + "name": "get_data", + "return_type": "Image[]", + "params": [], + "description": "" + }, + { + "name": "get_depth", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_mipmaps", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AnimationPlayer", + "inherits": "AnimationMixer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "animation_get_next", + "return_type": "StringName", + "params": [ + { + "name": "animation_from", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "animation_set_next", + "return_type": "void", + "params": [ + { + "name": "animation_from", + "type": "StringName", + "default": null + }, + { + "name": "animation_to", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_queue", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_blend_time", + "return_type": "float", + "params": [ + { + "name": "animation_from", + "type": "StringName", + "default": null + }, + { + "name": "animation_to", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_method_call_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_playing_speed", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_process_callback", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_queue", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_root", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "pause", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "\"\"" + }, + { + "name": "custom_blend", + "type": "float", + "default": "-1" + }, + { + "name": "custom_speed", + "type": "float", + "default": "1.0" + }, + { + "name": "from_end", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "play_backwards", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": "\"\"" + }, + { + "name": "custom_blend", + "type": "float", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "queue", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "seconds", + "type": "float", + "default": null + }, + { + "name": "update", + "type": "bool", + "default": "false" + }, + { + "name": "update_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_blend_time", + "return_type": "void", + "params": [ + { + "name": "animation_from", + "type": "StringName", + "default": null + }, + { + "name": "animation_to", + "type": "StringName", + "default": null + }, + { + "name": "sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_method_call_mode", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_process_callback", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_root", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [ + { + "name": "keep_state", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "assigned_animation", + "type": "String", + "setter": "set_assigned_animation", + "getter": "get_assigned_animation", + "default": "" + }, + { + "name": "autoplay", + "type": "String", + "setter": "set_autoplay", + "getter": "get_autoplay", + "default": "\"\"" + }, + { + "name": "current_animation", + "type": "String", + "setter": "set_current_animation", + "getter": "get_current_animation", + "default": "\"\"" + }, + { + "name": "current_animation_length", + "type": "float", + "setter": "", + "getter": "get_current_animation_length", + "default": "" + }, + { + "name": "current_animation_position", + "type": "float", + "setter": "", + "getter": "get_current_animation_position", + "default": "" + }, + { + "name": "movie_quit_on_finish", + "type": "bool", + "setter": "set_movie_quit_on_finish_enabled", + "getter": "is_movie_quit_on_finish_enabled", + "default": "false" + }, + { + "name": "playback_default_blend_time", + "type": "float", + "setter": "set_default_blend_time", + "getter": "get_default_blend_time", + "default": "0.0" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + } + ] + }, + { + "name": "TranslationServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_translation", + "return_type": "void", + "params": [ + { + "name": "translation", + "type": "Translation", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "compare_locales", + "return_type": "int", + "params": [ + { + "name": "locale_a", + "type": "String", + "default": null + }, + { + "name": "locale_b", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_all_countries", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_all_languages", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_all_scripts", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_country_name", + "return_type": "String", + "params": [ + { + "name": "country", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_language_name", + "return_type": "String", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_loaded_locales", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_locale", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_locale_name", + "return_type": "String", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_script_name", + "return_type": "String", + "params": [ + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tool_locale", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_translation_object", + "return_type": "Translation", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "pseudolocalize", + "return_type": "StringName", + "params": [ + { + "name": "message", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "reload_pseudolocalization", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_translation", + "return_type": "void", + "params": [ + { + "name": "translation", + "type": "Translation", + "default": null + } + ], + "description": "" + }, + { + "name": "set_locale", + "return_type": "void", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "standardize_locale", + "return_type": "String", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "translate", + "return_type": "StringName", + "params": [ + { + "name": "message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "translate_plural", + "return_type": "StringName", + "params": [ + { + "name": "message", + "type": "StringName", + "default": null + }, + { + "name": "plural_message", + "type": "StringName", + "default": null + }, + { + "name": "n", + "type": "int", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "pseudolocalization_enabled", + "type": "bool", + "setter": "set_pseudolocalization_enabled", + "getter": "is_pseudolocalization_enabled", + "default": "false" + } + ] + }, + { + "name": "BoxContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_spacer", + "return_type": "Control", + "params": [ + { + "name": "begin", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "alignment", + "type": "int", + "setter": "set_alignment", + "getter": "get_alignment", + "default": "0" + }, + { + "name": "vertical", + "type": "bool", + "setter": "set_vertical", + "getter": "is_vertical", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeBooleanParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "bool", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "false" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "RigidBody3D", + "inherits": "PhysicsBody3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_integrate_forces", + "return_type": "void", + "params": [ + { + "name": "state", + "type": "PhysicsDirectBodyState3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_colliding_bodies", + "return_type": "Node3D[]", + "params": [], + "description": "" + }, + { + "name": "get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_inverse_inertia_tensor", + "return_type": "Basis", + "params": [], + "description": "" + }, + { + "name": "set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "axis_velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_damp", + "type": "float", + "setter": "set_angular_damp", + "getter": "get_angular_damp", + "default": "0.0" + }, + { + "name": "angular_damp_mode", + "type": "int", + "setter": "set_angular_damp_mode", + "getter": "get_angular_damp_mode", + "default": "0" + }, + { + "name": "angular_velocity", + "type": "Vector3", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "can_sleep", + "type": "bool", + "setter": "set_can_sleep", + "getter": "is_able_to_sleep", + "default": "true" + }, + { + "name": "center_of_mass", + "type": "Vector3", + "setter": "set_center_of_mass", + "getter": "get_center_of_mass", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "center_of_mass_mode", + "type": "int", + "setter": "set_center_of_mass_mode", + "getter": "get_center_of_mass_mode", + "default": "0" + }, + { + "name": "constant_force", + "type": "Vector3", + "setter": "set_constant_force", + "getter": "get_constant_force", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "constant_torque", + "type": "Vector3", + "setter": "set_constant_torque", + "getter": "get_constant_torque", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "contact_monitor", + "type": "bool", + "setter": "set_contact_monitor", + "getter": "is_contact_monitor_enabled", + "default": "false" + }, + { + "name": "continuous_cd", + "type": "bool", + "setter": "set_use_continuous_collision_detection", + "getter": "is_using_continuous_collision_detection", + "default": "false" + }, + { + "name": "custom_integrator", + "type": "bool", + "setter": "set_use_custom_integrator", + "getter": "is_using_custom_integrator", + "default": "false" + }, + { + "name": "freeze", + "type": "bool", + "setter": "set_freeze_enabled", + "getter": "is_freeze_enabled", + "default": "false" + }, + { + "name": "freeze_mode", + "type": "int", + "setter": "set_freeze_mode", + "getter": "get_freeze_mode", + "default": "0" + }, + { + "name": "gravity_scale", + "type": "float", + "setter": "set_gravity_scale", + "getter": "get_gravity_scale", + "default": "1.0" + }, + { + "name": "inertia", + "type": "Vector3", + "setter": "set_inertia", + "getter": "get_inertia", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "linear_damp", + "type": "float", + "setter": "set_linear_damp", + "getter": "get_linear_damp", + "default": "0.0" + }, + { + "name": "linear_damp_mode", + "type": "int", + "setter": "set_linear_damp_mode", + "getter": "get_linear_damp_mode", + "default": "0" + }, + { + "name": "linear_velocity", + "type": "Vector3", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "lock_rotation", + "type": "bool", + "setter": "set_lock_rotation_enabled", + "getter": "is_lock_rotation_enabled", + "default": "false" + }, + { + "name": "mass", + "type": "float", + "setter": "set_mass", + "getter": "get_mass", + "default": "1.0" + }, + { + "name": "max_contacts_reported", + "type": "int", + "setter": "set_max_contacts_reported", + "getter": "get_max_contacts_reported", + "default": "0" + }, + { + "name": "physics_material_override", + "type": "PhysicsMaterial", + "setter": "set_physics_material_override", + "getter": "get_physics_material_override", + "default": "" + }, + { + "name": "sleeping", + "type": "bool", + "setter": "set_sleeping", + "getter": "is_sleeping", + "default": "false" + } + ] + }, + { + "name": "VFlowContainer", + "inherits": "FlowContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "NavigationPathQueryParameters2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "map", + "type": "RID", + "setter": "set_map", + "getter": "get_map", + "default": "RID()" + }, + { + "name": "metadata_flags", + "type": "int", + "setter": "set_metadata_flags", + "getter": "get_metadata_flags", + "default": "7" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "path_postprocessing", + "type": "int", + "setter": "set_path_postprocessing", + "getter": "get_path_postprocessing", + "default": "0" + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "setter": "set_pathfinding_algorithm", + "getter": "get_pathfinding_algorithm", + "default": "0" + }, + { + "name": "start_position", + "type": "Vector2", + "setter": "set_start_position", + "getter": "get_start_position", + "default": "Vector2(0, 0)" + }, + { + "name": "target_position", + "type": "Vector2", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "EditorExportPlatform", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_os_name", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeColorParameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "Color", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "AnimationNodeBlendTree", + "inherits": "AnimationRootNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "node", + "type": "AnimationNode", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "connect_node", + "return_type": "void", + "params": [ + { + "name": "input_node", + "type": "StringName", + "default": null + }, + { + "name": "input_index", + "type": "int", + "default": null + }, + { + "name": "output_node", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "disconnect_node", + "return_type": "void", + "params": [ + { + "name": "input_node", + "type": "StringName", + "default": null + }, + { + "name": "input_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node", + "return_type": "AnimationNode", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_position", + "return_type": "Vector2", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_node", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_node", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "new_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_node_position", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "graph_offset", + "type": "Vector2", + "setter": "set_graph_offset", + "getter": "get_graph_offset", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "ScriptLanguage", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeDerivativeFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + }, + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + }, + { + "name": "precision", + "type": "int", + "setter": "set_precision", + "getter": "get_precision", + "default": "0" + } + ] + }, + { + "name": "EditorResourceConversionPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_convert", + "return_type": "Resource", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "_converts_to", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_handles", + "return_type": "bool", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioStreamRandomizer", + "inherits": "AudioStream", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_stream", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "stream", + "type": "AudioStream", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "get_stream", + "return_type": "AudioStream", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_stream_probability_weight", + "return_type": "float", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_stream", + "return_type": "void", + "params": [ + { + "name": "index_from", + "type": "int", + "default": null + }, + { + "name": "index_to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_stream", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stream", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "stream", + "type": "AudioStream", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stream_probability_weight", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "playback_mode", + "type": "int", + "setter": "set_playback_mode", + "getter": "get_playback_mode", + "default": "0" + }, + { + "name": "random_pitch", + "type": "float", + "setter": "set_random_pitch", + "getter": "get_random_pitch", + "default": "1.0" + }, + { + "name": "random_volume_offset_db", + "type": "float", + "setter": "set_random_volume_offset_db", + "getter": "get_random_volume_offset_db", + "default": "0.0" + }, + { + "name": "streams_count", + "type": "int", + "setter": "set_streams_count", + "getter": "get_streams_count", + "default": "0" + } + ] + }, + { + "name": "NavigationRegion2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bake_navigation_polygon", + "return_type": "void", + "params": [ + { + "name": "on_thread", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_avoidance_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_region_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_avoidance_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "avoidance_layers", + "type": "int", + "setter": "set_avoidance_layers", + "getter": "get_avoidance_layers", + "default": "1" + }, + { + "name": "constrain_avoidance", + "type": "bool", + "setter": "set_constrain_avoidance", + "getter": "get_constrain_avoidance", + "default": "false" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "enter_cost", + "type": "float", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "default": "0.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "setter": "set_navigation_polygon", + "getter": "get_navigation_polygon", + "default": "" + }, + { + "name": "travel_cost", + "type": "float", + "setter": "set_travel_cost", + "getter": "get_travel_cost", + "default": "1.0" + }, + { + "name": "use_edge_connections", + "type": "bool", + "setter": "set_use_edge_connections", + "getter": "get_use_edge_connections", + "default": "true" + } + ] + }, + { + "name": "EditorExportPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_begin_customize_resources", + "return_type": "bool", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "features", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_begin_customize_scenes", + "return_type": "bool", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "features", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_customize_resource", + "return_type": "Resource", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_customize_scene", + "return_type": "Node", + "params": [ + { + "name": "scene", + "type": "Node", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_end_customize_resources", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_end_customize_scenes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_export_begin", + "return_type": "void", + "params": [ + { + "name": "features", + "type": "PackedStringArray", + "default": null + }, + { + "name": "is_debug", + "type": "bool", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_export_end", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_export_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "type", + "type": "String", + "default": null + }, + { + "name": "features", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_dependencies", + "return_type": "PackedStringArray", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_dependencies_maven_repos", + "return_type": "PackedStringArray", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_libraries", + "return_type": "PackedStringArray", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_manifest_activity_element_contents", + "return_type": "String", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_manifest_application_element_contents", + "return_type": "String", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_android_manifest_element_contents", + "return_type": "String", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_customization_configuration_hash", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_export_features", + "return_type": "PackedStringArray", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "debug", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_export_option_warning", + "return_type": "String", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + }, + { + "name": "option", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_export_options", + "return_type": "Dictionary[]", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_should_update_export_options", + "return_type": "bool", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + } + ], + "description": "" + }, + { + "name": "_supports_platform", + "return_type": "bool", + "params": [ + { + "name": "platform", + "type": "EditorExportPlatform", + "default": null + } + ], + "description": "" + }, + { + "name": "add_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "file", + "type": "PackedByteArray", + "default": null + }, + { + "name": "remap", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_bundle_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_cpp_code", + "return_type": "void", + "params": [ + { + "name": "code", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_embedded_framework", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_framework", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_linker_flags", + "return_type": "void", + "params": [ + { + "name": "flags", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_plist_content", + "return_type": "void", + "params": [ + { + "name": "plist_content", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_ios_project_static_lib", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_macos_plugin_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_shared_object", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "tags", + "type": "PackedStringArray", + "default": null + }, + { + "name": "target", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_option", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "skip", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "JavaScriptObject", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CharacterBody3D", + "inherits": "PhysicsBody3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "apply_floor_snap", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_floor_angle", + "return_type": "float", + "params": [ + { + "name": "up_direction", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + } + ], + "description": "" + }, + { + "name": "get_floor_normal", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_last_motion", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_last_slide_collision", + "return_type": "KinematicCollision3D", + "params": [], + "description": "" + }, + { + "name": "get_platform_angular_velocity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_platform_velocity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_position_delta", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_real_velocity", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_slide_collision", + "return_type": "KinematicCollision3D", + "params": [ + { + "name": "slide_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_slide_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_wall_normal", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "is_on_ceiling", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_ceiling_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_floor", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_floor_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_wall", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_on_wall_only", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "move_and_slide", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "floor_block_on_wall", + "type": "bool", + "setter": "set_floor_block_on_wall_enabled", + "getter": "is_floor_block_on_wall_enabled", + "default": "true" + }, + { + "name": "floor_constant_speed", + "type": "bool", + "setter": "set_floor_constant_speed_enabled", + "getter": "is_floor_constant_speed_enabled", + "default": "false" + }, + { + "name": "floor_max_angle", + "type": "float", + "setter": "set_floor_max_angle", + "getter": "get_floor_max_angle", + "default": "0.785398" + }, + { + "name": "floor_snap_length", + "type": "float", + "setter": "set_floor_snap_length", + "getter": "get_floor_snap_length", + "default": "0.1" + }, + { + "name": "floor_stop_on_slope", + "type": "bool", + "setter": "set_floor_stop_on_slope_enabled", + "getter": "is_floor_stop_on_slope_enabled", + "default": "true" + }, + { + "name": "max_slides", + "type": "int", + "setter": "set_max_slides", + "getter": "get_max_slides", + "default": "6" + }, + { + "name": "motion_mode", + "type": "int", + "setter": "set_motion_mode", + "getter": "get_motion_mode", + "default": "0" + }, + { + "name": "platform_floor_layers", + "type": "int", + "setter": "set_platform_floor_layers", + "getter": "get_platform_floor_layers", + "default": "4294967295" + }, + { + "name": "platform_on_leave", + "type": "int", + "setter": "set_platform_on_leave", + "getter": "get_platform_on_leave", + "default": "0" + }, + { + "name": "platform_wall_layers", + "type": "int", + "setter": "set_platform_wall_layers", + "getter": "get_platform_wall_layers", + "default": "0" + }, + { + "name": "safe_margin", + "type": "float", + "setter": "set_safe_margin", + "getter": "get_safe_margin", + "default": "0.001" + }, + { + "name": "slide_on_ceiling", + "type": "bool", + "setter": "set_slide_on_ceiling_enabled", + "getter": "is_slide_on_ceiling_enabled", + "default": "true" + }, + { + "name": "up_direction", + "type": "Vector3", + "setter": "set_up_direction", + "getter": "get_up_direction", + "default": "Vector3(0, 1, 0)" + }, + { + "name": "velocity", + "type": "Vector3", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "wall_min_slide_angle", + "type": "float", + "setter": "set_wall_min_slide_angle", + "getter": "get_wall_min_slide_angle", + "default": "0.261799" + } + ] + }, + { + "name": "SurfaceTool", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_index", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_triangle_fan", + "return_type": "void", + "params": [ + { + "name": "vertices", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "uvs", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "colors", + "type": "PackedColorArray", + "default": "PackedColorArray()" + }, + { + "name": "uv2s", + "type": "PackedVector2Array", + "default": "PackedVector2Array()" + }, + { + "name": "normals", + "type": "PackedVector3Array", + "default": "PackedVector3Array()" + }, + { + "name": "tangents", + "type": "Plane[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "add_vertex", + "return_type": "void", + "params": [ + { + "name": "vertex", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "append_from", + "return_type": "void", + "params": [ + { + "name": "existing", + "type": "Mesh", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "begin", + "return_type": "void", + "params": [ + { + "name": "primitive", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "commit", + "return_type": "ArrayMesh", + "params": [ + { + "name": "existing", + "type": "ArrayMesh", + "default": "null" + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "commit_to_arrays", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "create_from", + "return_type": "void", + "params": [ + { + "name": "existing", + "type": "Mesh", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_from_blend_shape", + "return_type": "void", + "params": [ + { + "name": "existing", + "type": "Mesh", + "default": null + }, + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "blend_shape", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "deindex", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "generate_lod", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "nd_threshold", + "type": "float", + "default": null + }, + { + "name": "target_index_count", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "generate_normals", + "return_type": "void", + "params": [ + { + "name": "flip", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "generate_tangents", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_custom_format", + "return_type": "int", + "params": [ + { + "name": "channel_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_primitive_type", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_skin_weight_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "index", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "optimize_indices_for_cache", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_bones", + "return_type": "void", + "params": [ + { + "name": "bones", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom", + "return_type": "void", + "params": [ + { + "name": "channel_index", + "type": "int", + "default": null + }, + { + "name": "custom_color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_format", + "return_type": "void", + "params": [ + { + "name": "channel_index", + "type": "int", + "default": null + }, + { + "name": "format", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_material", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + }, + { + "name": "set_normal", + "return_type": "void", + "params": [ + { + "name": "normal", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_skin_weight_count", + "return_type": "void", + "params": [ + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_smooth_group", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tangent", + "return_type": "void", + "params": [ + { + "name": "tangent", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "set_uv", + "return_type": "void", + "params": [ + { + "name": "uv", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_uv2", + "return_type": "void", + "params": [ + { + "name": "uv2", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_weights", + "return_type": "void", + "params": [ + { + "name": "weights", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "InputEvent", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "accumulate", + "return_type": "bool", + "params": [ + { + "name": "with_event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + }, + { + "name": "as_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_action_strength", + "return_type": "float", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action_pressed", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "allow_echo", + "type": "bool", + "default": "false" + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action_released", + "return_type": "bool", + "params": [ + { + "name": "action", + "type": "StringName", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_action_type", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_canceled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_echo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_match", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "exact_match", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "is_pressed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_released", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "xformed_by", + "return_type": "InputEvent", + "params": [ + { + "name": "xform", + "type": "Transform2D", + "default": null + }, + { + "name": "local_ofs", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "device", + "type": "int", + "setter": "set_device", + "getter": "get_device", + "default": "0" + } + ] + }, + { + "name": "InputEventMouseMotion", + "inherits": "InputEventMouse", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "pen_inverted", + "type": "bool", + "setter": "set_pen_inverted", + "getter": "get_pen_inverted", + "default": "false" + }, + { + "name": "pressure", + "type": "float", + "setter": "set_pressure", + "getter": "get_pressure", + "default": "0.0" + }, + { + "name": "relative", + "type": "Vector2", + "setter": "set_relative", + "getter": "get_relative", + "default": "Vector2(0, 0)" + }, + { + "name": "tilt", + "type": "Vector2", + "setter": "set_tilt", + "getter": "get_tilt", + "default": "Vector2(0, 0)" + }, + { + "name": "velocity", + "type": "Vector2", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "RectangleShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(20, 20)" + } + ] + }, + { + "name": "VisualShaderNodeResizableBase", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "ColorRect", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "VisualShaderNodeIntConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "int", + "setter": "set_constant", + "getter": "get_constant", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeParticleRandomness", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "VisibleOnScreenEnabler2D", + "inherits": "VisibleOnScreenNotifier2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "enable_mode", + "type": "int", + "setter": "set_enable_mode", + "getter": "get_enable_mode", + "default": "0" + }, + { + "name": "enable_node_path", + "type": "NodePath", + "setter": "set_enable_node_path", + "getter": "get_enable_node_path", + "default": "NodePath(\"..\")" + } + ] + }, + { + "name": "SceneState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_connection_binds", + "return_type": "Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_connection_flags", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_method", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_signal", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_source", + "return_type": "NodePath", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_target", + "return_type": "NodePath", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_unbinds", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_node_groups", + "return_type": "PackedStringArray", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_index", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_instance", + "return_type": "PackedScene", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_instance_placeholder", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_name", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_owner_path", + "return_type": "NodePath", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_path", + "return_type": "NodePath", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "for_parent", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_node_property_count", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_property_name", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "prop_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_property_value", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "prop_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_type", + "return_type": "StringName", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_node_instance_placeholder", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeSwitch", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "GrooveJoint2D", + "inherits": "Joint2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "initial_offset", + "type": "float", + "setter": "set_initial_offset", + "getter": "get_initial_offset", + "default": "25.0" + }, + { + "name": "length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "50.0" + } + ] + }, + { + "name": "LabelSettings", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "font", + "type": "Font", + "setter": "set_font", + "getter": "get_font", + "default": "" + }, + { + "name": "font_color", + "type": "Color", + "setter": "set_font_color", + "getter": "get_font_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "font_size", + "type": "int", + "setter": "set_font_size", + "getter": "get_font_size", + "default": "16" + }, + { + "name": "line_spacing", + "type": "float", + "setter": "set_line_spacing", + "getter": "get_line_spacing", + "default": "3.0" + }, + { + "name": "outline_color", + "type": "Color", + "setter": "set_outline_color", + "getter": "get_outline_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "outline_size", + "type": "int", + "setter": "set_outline_size", + "getter": "get_outline_size", + "default": "0" + }, + { + "name": "shadow_color", + "type": "Color", + "setter": "set_shadow_color", + "getter": "get_shadow_color", + "default": "Color(0, 0, 0, 0)" + }, + { + "name": "shadow_offset", + "type": "Vector2", + "setter": "set_shadow_offset", + "getter": "get_shadow_offset", + "default": "Vector2(1, 1)" + }, + { + "name": "shadow_size", + "type": "int", + "setter": "set_shadow_size", + "getter": "get_shadow_size", + "default": "1" + } + ] + }, + { + "name": "NavigationServer2D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "agent_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "agent_get_avoidance_enabled", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_get_map", + "return_type": "RID", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_get_paused", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_is_map_changed", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_callback", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_enabled", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_layers", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_mask", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_priority", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_map", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_max_neighbors", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_max_speed", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "max_speed", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_neighbor_distance", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "distance", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_paused", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "paused", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_position", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_radius", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_time_horizon_agents", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "time_horizon", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_time_horizon_obstacles", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "time_horizon", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_velocity", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_velocity_forced", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "bake_from_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData2D", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "bake_from_source_geometry_data_async", + "return_type": "void", + "params": [ + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData2D", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_debug_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_maps", + "return_type": "RID[]", + "params": [], + "description": "" + }, + { + "name": "link_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "link_get_enabled", + "return_type": "bool", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_end_position", + "return_type": "Vector2", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_enter_cost", + "return_type": "float", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_map", + "return_type": "RID", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_navigation_layers", + "return_type": "int", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_owner_id", + "return_type": "int", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_start_position", + "return_type": "Vector2", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_travel_cost", + "return_type": "float", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_is_bidirectional", + "return_type": "bool", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_bidirectional", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_enabled", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_end_position", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_enter_cost", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "enter_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_map", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_navigation_layers", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_owner_id", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_start_position", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_travel_cost", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "travel_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "map_force_update", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_agents", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_cell_size", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point", + "return_type": "Vector2", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "to_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point_owner", + "return_type": "RID", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "to_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_edge_connection_margin", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_link_connection_radius", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_links", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_obstacles", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_path", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "origin", + "type": "Vector2", + "default": null + }, + { + "name": "destination", + "type": "Vector2", + "default": null + }, + { + "name": "optimize", + "type": "bool", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "map_get_regions", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_use_edge_connections", + "return_type": "bool", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_is_active", + "return_type": "bool", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_active", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_cell_size", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "cell_size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_edge_connection_margin", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_link_connection_radius", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_use_edge_connections", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "obstacle_get_avoidance_enabled", + "return_type": "bool", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_get_map", + "return_type": "RID", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_get_paused", + "return_type": "bool", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_avoidance_enabled", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_avoidance_layers", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_map", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_paused", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "paused", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_position", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_radius", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_velocity", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_vertices", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "vertices", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData2D", + "default": null + }, + { + "name": "root_node", + "type": "Node", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "query_path", + "return_type": "void", + "params": [ + { + "name": "parameters", + "type": "NavigationPathQueryParameters2D", + "default": null + }, + { + "name": "result", + "type": "NavigationPathQueryResult2D", + "default": null + } + ], + "description": "" + }, + { + "name": "region_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "region_get_connection_pathway_end", + "return_type": "Vector2", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "connection", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_connection_pathway_start", + "return_type": "Vector2", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "connection", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_connections_count", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_enabled", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_enter_cost", + "return_type": "float", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_map", + "return_type": "RID", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_navigation_layers", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_owner_id", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_travel_cost", + "return_type": "float", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_use_edge_connections", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_owns_point", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_enabled", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_enter_cost", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enter_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_map", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_navigation_layers", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_navigation_polygon", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "navigation_polygon", + "type": "NavigationPolygon", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_owner_id", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_transform", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_travel_cost", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "travel_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_use_edge_connections", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_debug_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VSplitContainer", + "inherits": "SplitContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AnimationNodeBlendSpace1D", + "inherits": "AnimationRootNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_blend_point", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "AnimationRootNode", + "default": null + }, + { + "name": "pos", + "type": "float", + "default": null + }, + { + "name": "at_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_blend_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_point_node", + "return_type": "AnimationRootNode", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_blend_point_position", + "return_type": "float", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_blend_point", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_blend_point_node", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "node", + "type": "AnimationRootNode", + "default": null + } + ], + "description": "" + }, + { + "name": "set_blend_point_position", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "blend_mode", + "type": "int", + "setter": "set_blend_mode", + "getter": "get_blend_mode", + "default": "0" + }, + { + "name": "max_space", + "type": "float", + "setter": "set_max_space", + "getter": "get_max_space", + "default": "1.0" + }, + { + "name": "min_space", + "type": "float", + "setter": "set_min_space", + "getter": "get_min_space", + "default": "-1.0" + }, + { + "name": "snap", + "type": "float", + "setter": "set_snap", + "getter": "get_snap", + "default": "0.1" + }, + { + "name": "sync", + "type": "bool", + "setter": "set_use_sync", + "getter": "is_using_sync", + "default": "false" + }, + { + "name": "value_label", + "type": "String", + "setter": "set_value_label", + "getter": "get_value_label", + "default": "\"value\"" + } + ] + }, + { + "name": "NinePatchRect", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_patch_margin", + "return_type": "int", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_patch_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "axis_stretch_horizontal", + "type": "int", + "setter": "set_h_axis_stretch_mode", + "getter": "get_h_axis_stretch_mode", + "default": "0" + }, + { + "name": "axis_stretch_vertical", + "type": "int", + "setter": "set_v_axis_stretch_mode", + "getter": "get_v_axis_stretch_mode", + "default": "0" + }, + { + "name": "draw_center", + "type": "bool", + "setter": "set_draw_center", + "getter": "is_draw_center_enabled", + "default": "true" + }, + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "2" + }, + { + "name": "patch_margin_bottom", + "type": "int", + "setter": "set_patch_margin", + "getter": "get_patch_margin", + "default": "0" + }, + { + "name": "patch_margin_left", + "type": "int", + "setter": "set_patch_margin", + "getter": "get_patch_margin", + "default": "0" + }, + { + "name": "patch_margin_right", + "type": "int", + "setter": "set_patch_margin", + "getter": "get_patch_margin", + "default": "0" + }, + { + "name": "patch_margin_top", + "type": "int", + "setter": "set_patch_margin", + "getter": "get_patch_margin", + "default": "0" + }, + { + "name": "region_rect", + "type": "Rect2", + "setter": "set_region_rect", + "getter": "get_region_rect", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeTexture2DArray", + "inherits": "VisualShaderNodeSample3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture_array", + "type": "Texture2DArray", + "setter": "set_texture_array", + "getter": "get_texture_array", + "default": "" + } + ] + }, + { + "name": "EditorDebuggerSession", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_session_tab", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "is_active", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_breaked", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_debuggable", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_session_tab", + "return_type": "void", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "send_message", + "return_type": "void", + "params": [ + { + "name": "message", + "type": "String", + "default": null + }, + { + "name": "data", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "toggle_profiler", + "return_type": "void", + "params": [ + { + "name": "profiler", + "type": "String", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "data", + "type": "Array", + "default": "[]" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsRayQueryParameters3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create", + "return_type": "PhysicsRayQueryParameters3D", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "default": "[]" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "from", + "type": "Vector3", + "setter": "set_from", + "getter": "get_from", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "hit_back_faces", + "type": "bool", + "setter": "set_hit_back_faces", + "getter": "is_hit_back_faces_enabled", + "default": "true" + }, + { + "name": "hit_from_inside", + "type": "bool", + "setter": "set_hit_from_inside", + "getter": "is_hit_from_inside_enabled", + "default": "false" + }, + { + "name": "to", + "type": "Vector3", + "setter": "set_to", + "getter": "get_to", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "AnimationNodeStateMachineTransition", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "advance_condition", + "type": "StringName", + "setter": "set_advance_condition", + "getter": "get_advance_condition", + "default": "&\"\"" + }, + { + "name": "advance_expression", + "type": "String", + "setter": "set_advance_expression", + "getter": "get_advance_expression", + "default": "\"\"" + }, + { + "name": "advance_mode", + "type": "int", + "setter": "set_advance_mode", + "getter": "get_advance_mode", + "default": "1" + }, + { + "name": "priority", + "type": "int", + "setter": "set_priority", + "getter": "get_priority", + "default": "1" + }, + { + "name": "reset", + "type": "bool", + "setter": "set_reset", + "getter": "is_reset", + "default": "true" + }, + { + "name": "switch_mode", + "type": "int", + "setter": "set_switch_mode", + "getter": "get_switch_mode", + "default": "0" + }, + { + "name": "xfade_curve", + "type": "Curve", + "setter": "set_xfade_curve", + "getter": "get_xfade_curve", + "default": "" + }, + { + "name": "xfade_time", + "type": "float", + "setter": "set_xfade_time", + "getter": "get_xfade_time", + "default": "0.0" + } + ] + }, + { + "name": "ResourcePreloader", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_resource", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "get_resource", + "return_type": "Resource", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_resource_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "has_resource", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_resource", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_resource", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "newname", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectEQ", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_band_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_band_gain_db", + "return_type": "float", + "params": [ + { + "name": "band_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_band_gain_db", + "return_type": "void", + "params": [ + { + "name": "band_idx", + "type": "int", + "default": null + }, + { + "name": "volume_db", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeMix", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "ArrayOccluder3D", + "inherits": "Occluder3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_arrays", + "return_type": "void", + "params": [ + { + "name": "vertices", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "indices", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "indices", + "type": "PackedInt32Array", + "setter": "set_indices", + "getter": "get_indices", + "default": "PackedInt32Array()" + }, + { + "name": "vertices", + "type": "PackedVector3Array", + "setter": "set_vertices", + "getter": "get_vertices", + "default": "PackedVector3Array()" + } + ] + }, + { + "name": "Environment", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_glow_level", + "return_type": "float", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_glow_level", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "intensity", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "adjustment_brightness", + "type": "float", + "setter": "set_adjustment_brightness", + "getter": "get_adjustment_brightness", + "default": "1.0" + }, + { + "name": "adjustment_color_correction", + "type": "Texture", + "setter": "set_adjustment_color_correction", + "getter": "get_adjustment_color_correction", + "default": "" + }, + { + "name": "adjustment_contrast", + "type": "float", + "setter": "set_adjustment_contrast", + "getter": "get_adjustment_contrast", + "default": "1.0" + }, + { + "name": "adjustment_enabled", + "type": "bool", + "setter": "set_adjustment_enabled", + "getter": "is_adjustment_enabled", + "default": "false" + }, + { + "name": "adjustment_saturation", + "type": "float", + "setter": "set_adjustment_saturation", + "getter": "get_adjustment_saturation", + "default": "1.0" + }, + { + "name": "ambient_light_color", + "type": "Color", + "setter": "set_ambient_light_color", + "getter": "get_ambient_light_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "ambient_light_energy", + "type": "float", + "setter": "set_ambient_light_energy", + "getter": "get_ambient_light_energy", + "default": "1.0" + }, + { + "name": "ambient_light_sky_contribution", + "type": "float", + "setter": "set_ambient_light_sky_contribution", + "getter": "get_ambient_light_sky_contribution", + "default": "1.0" + }, + { + "name": "ambient_light_source", + "type": "int", + "setter": "set_ambient_source", + "getter": "get_ambient_source", + "default": "0" + }, + { + "name": "background_camera_feed_id", + "type": "int", + "setter": "set_camera_feed_id", + "getter": "get_camera_feed_id", + "default": "1" + }, + { + "name": "background_canvas_max_layer", + "type": "int", + "setter": "set_canvas_max_layer", + "getter": "get_canvas_max_layer", + "default": "0" + }, + { + "name": "background_color", + "type": "Color", + "setter": "set_bg_color", + "getter": "get_bg_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "background_energy_multiplier", + "type": "float", + "setter": "set_bg_energy_multiplier", + "getter": "get_bg_energy_multiplier", + "default": "1.0" + }, + { + "name": "background_intensity", + "type": "float", + "setter": "set_bg_intensity", + "getter": "get_bg_intensity", + "default": "30000.0" + }, + { + "name": "background_mode", + "type": "int", + "setter": "set_background", + "getter": "get_background", + "default": "0" + }, + { + "name": "fog_aerial_perspective", + "type": "float", + "setter": "set_fog_aerial_perspective", + "getter": "get_fog_aerial_perspective", + "default": "0.0" + }, + { + "name": "fog_density", + "type": "float", + "setter": "set_fog_density", + "getter": "get_fog_density", + "default": "0.01" + }, + { + "name": "fog_enabled", + "type": "bool", + "setter": "set_fog_enabled", + "getter": "is_fog_enabled", + "default": "false" + }, + { + "name": "fog_height", + "type": "float", + "setter": "set_fog_height", + "getter": "get_fog_height", + "default": "0.0" + }, + { + "name": "fog_height_density", + "type": "float", + "setter": "set_fog_height_density", + "getter": "get_fog_height_density", + "default": "0.0" + }, + { + "name": "fog_light_color", + "type": "Color", + "setter": "set_fog_light_color", + "getter": "get_fog_light_color", + "default": "Color(0.518, 0.553, 0.608, 1)" + }, + { + "name": "fog_light_energy", + "type": "float", + "setter": "set_fog_light_energy", + "getter": "get_fog_light_energy", + "default": "1.0" + }, + { + "name": "fog_sky_affect", + "type": "float", + "setter": "set_fog_sky_affect", + "getter": "get_fog_sky_affect", + "default": "1.0" + }, + { + "name": "fog_sun_scatter", + "type": "float", + "setter": "set_fog_sun_scatter", + "getter": "get_fog_sun_scatter", + "default": "0.0" + }, + { + "name": "glow_blend_mode", + "type": "int", + "setter": "set_glow_blend_mode", + "getter": "get_glow_blend_mode", + "default": "2" + }, + { + "name": "glow_bloom", + "type": "float", + "setter": "set_glow_bloom", + "getter": "get_glow_bloom", + "default": "0.0" + }, + { + "name": "glow_enabled", + "type": "bool", + "setter": "set_glow_enabled", + "getter": "is_glow_enabled", + "default": "false" + }, + { + "name": "glow_hdr_luminance_cap", + "type": "float", + "setter": "set_glow_hdr_luminance_cap", + "getter": "get_glow_hdr_luminance_cap", + "default": "12.0" + }, + { + "name": "glow_hdr_scale", + "type": "float", + "setter": "set_glow_hdr_bleed_scale", + "getter": "get_glow_hdr_bleed_scale", + "default": "2.0" + }, + { + "name": "glow_hdr_threshold", + "type": "float", + "setter": "set_glow_hdr_bleed_threshold", + "getter": "get_glow_hdr_bleed_threshold", + "default": "1.0" + }, + { + "name": "glow_intensity", + "type": "float", + "setter": "set_glow_intensity", + "getter": "get_glow_intensity", + "default": "0.8" + }, + { + "name": "glow_levels/1", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "0.0" + }, + { + "name": "glow_levels/2", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "0.0" + }, + { + "name": "glow_levels/3", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "1.0" + }, + { + "name": "glow_levels/4", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "0.0" + }, + { + "name": "glow_levels/5", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "1.0" + }, + { + "name": "glow_levels/6", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "0.0" + }, + { + "name": "glow_levels/7", + "type": "float", + "setter": "set_glow_level", + "getter": "get_glow_level", + "default": "0.0" + }, + { + "name": "glow_map", + "type": "Texture", + "setter": "set_glow_map", + "getter": "get_glow_map", + "default": "" + }, + { + "name": "glow_map_strength", + "type": "float", + "setter": "set_glow_map_strength", + "getter": "get_glow_map_strength", + "default": "0.8" + }, + { + "name": "glow_mix", + "type": "float", + "setter": "set_glow_mix", + "getter": "get_glow_mix", + "default": "0.05" + }, + { + "name": "glow_normalized", + "type": "bool", + "setter": "set_glow_normalized", + "getter": "is_glow_normalized", + "default": "false" + }, + { + "name": "glow_strength", + "type": "float", + "setter": "set_glow_strength", + "getter": "get_glow_strength", + "default": "1.0" + }, + { + "name": "reflected_light_source", + "type": "int", + "setter": "set_reflection_source", + "getter": "get_reflection_source", + "default": "0" + }, + { + "name": "sdfgi_bounce_feedback", + "type": "float", + "setter": "set_sdfgi_bounce_feedback", + "getter": "get_sdfgi_bounce_feedback", + "default": "0.5" + }, + { + "name": "sdfgi_cascade0_distance", + "type": "float", + "setter": "set_sdfgi_cascade0_distance", + "getter": "get_sdfgi_cascade0_distance", + "default": "12.8" + }, + { + "name": "sdfgi_cascades", + "type": "int", + "setter": "set_sdfgi_cascades", + "getter": "get_sdfgi_cascades", + "default": "4" + }, + { + "name": "sdfgi_enabled", + "type": "bool", + "setter": "set_sdfgi_enabled", + "getter": "is_sdfgi_enabled", + "default": "false" + }, + { + "name": "sdfgi_energy", + "type": "float", + "setter": "set_sdfgi_energy", + "getter": "get_sdfgi_energy", + "default": "1.0" + }, + { + "name": "sdfgi_max_distance", + "type": "float", + "setter": "set_sdfgi_max_distance", + "getter": "get_sdfgi_max_distance", + "default": "204.8" + }, + { + "name": "sdfgi_min_cell_size", + "type": "float", + "setter": "set_sdfgi_min_cell_size", + "getter": "get_sdfgi_min_cell_size", + "default": "0.2" + }, + { + "name": "sdfgi_normal_bias", + "type": "float", + "setter": "set_sdfgi_normal_bias", + "getter": "get_sdfgi_normal_bias", + "default": "1.1" + }, + { + "name": "sdfgi_probe_bias", + "type": "float", + "setter": "set_sdfgi_probe_bias", + "getter": "get_sdfgi_probe_bias", + "default": "1.1" + }, + { + "name": "sdfgi_read_sky_light", + "type": "bool", + "setter": "set_sdfgi_read_sky_light", + "getter": "is_sdfgi_reading_sky_light", + "default": "true" + }, + { + "name": "sdfgi_use_occlusion", + "type": "bool", + "setter": "set_sdfgi_use_occlusion", + "getter": "is_sdfgi_using_occlusion", + "default": "false" + }, + { + "name": "sdfgi_y_scale", + "type": "int", + "setter": "set_sdfgi_y_scale", + "getter": "get_sdfgi_y_scale", + "default": "1" + }, + { + "name": "sky", + "type": "Sky", + "setter": "set_sky", + "getter": "get_sky", + "default": "" + }, + { + "name": "sky_custom_fov", + "type": "float", + "setter": "set_sky_custom_fov", + "getter": "get_sky_custom_fov", + "default": "0.0" + }, + { + "name": "sky_rotation", + "type": "Vector3", + "setter": "set_sky_rotation", + "getter": "get_sky_rotation", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "ssao_ao_channel_affect", + "type": "float", + "setter": "set_ssao_ao_channel_affect", + "getter": "get_ssao_ao_channel_affect", + "default": "0.0" + }, + { + "name": "ssao_detail", + "type": "float", + "setter": "set_ssao_detail", + "getter": "get_ssao_detail", + "default": "0.5" + }, + { + "name": "ssao_enabled", + "type": "bool", + "setter": "set_ssao_enabled", + "getter": "is_ssao_enabled", + "default": "false" + }, + { + "name": "ssao_horizon", + "type": "float", + "setter": "set_ssao_horizon", + "getter": "get_ssao_horizon", + "default": "0.06" + }, + { + "name": "ssao_intensity", + "type": "float", + "setter": "set_ssao_intensity", + "getter": "get_ssao_intensity", + "default": "2.0" + }, + { + "name": "ssao_light_affect", + "type": "float", + "setter": "set_ssao_direct_light_affect", + "getter": "get_ssao_direct_light_affect", + "default": "0.0" + }, + { + "name": "ssao_power", + "type": "float", + "setter": "set_ssao_power", + "getter": "get_ssao_power", + "default": "1.5" + }, + { + "name": "ssao_radius", + "type": "float", + "setter": "set_ssao_radius", + "getter": "get_ssao_radius", + "default": "1.0" + }, + { + "name": "ssao_sharpness", + "type": "float", + "setter": "set_ssao_sharpness", + "getter": "get_ssao_sharpness", + "default": "0.98" + }, + { + "name": "ssil_enabled", + "type": "bool", + "setter": "set_ssil_enabled", + "getter": "is_ssil_enabled", + "default": "false" + }, + { + "name": "ssil_intensity", + "type": "float", + "setter": "set_ssil_intensity", + "getter": "get_ssil_intensity", + "default": "1.0" + }, + { + "name": "ssil_normal_rejection", + "type": "float", + "setter": "set_ssil_normal_rejection", + "getter": "get_ssil_normal_rejection", + "default": "1.0" + }, + { + "name": "ssil_radius", + "type": "float", + "setter": "set_ssil_radius", + "getter": "get_ssil_radius", + "default": "5.0" + }, + { + "name": "ssil_sharpness", + "type": "float", + "setter": "set_ssil_sharpness", + "getter": "get_ssil_sharpness", + "default": "0.98" + }, + { + "name": "ssr_depth_tolerance", + "type": "float", + "setter": "set_ssr_depth_tolerance", + "getter": "get_ssr_depth_tolerance", + "default": "0.2" + }, + { + "name": "ssr_enabled", + "type": "bool", + "setter": "set_ssr_enabled", + "getter": "is_ssr_enabled", + "default": "false" + }, + { + "name": "ssr_fade_in", + "type": "float", + "setter": "set_ssr_fade_in", + "getter": "get_ssr_fade_in", + "default": "0.15" + }, + { + "name": "ssr_fade_out", + "type": "float", + "setter": "set_ssr_fade_out", + "getter": "get_ssr_fade_out", + "default": "2.0" + }, + { + "name": "ssr_max_steps", + "type": "int", + "setter": "set_ssr_max_steps", + "getter": "get_ssr_max_steps", + "default": "64" + }, + { + "name": "tonemap_exposure", + "type": "float", + "setter": "set_tonemap_exposure", + "getter": "get_tonemap_exposure", + "default": "1.0" + }, + { + "name": "tonemap_mode", + "type": "int", + "setter": "set_tonemapper", + "getter": "get_tonemapper", + "default": "0" + }, + { + "name": "tonemap_white", + "type": "float", + "setter": "set_tonemap_white", + "getter": "get_tonemap_white", + "default": "1.0" + }, + { + "name": "volumetric_fog_albedo", + "type": "Color", + "setter": "set_volumetric_fog_albedo", + "getter": "get_volumetric_fog_albedo", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "volumetric_fog_ambient_inject", + "type": "float", + "setter": "set_volumetric_fog_ambient_inject", + "getter": "get_volumetric_fog_ambient_inject", + "default": "0.0" + }, + { + "name": "volumetric_fog_anisotropy", + "type": "float", + "setter": "set_volumetric_fog_anisotropy", + "getter": "get_volumetric_fog_anisotropy", + "default": "0.2" + }, + { + "name": "volumetric_fog_density", + "type": "float", + "setter": "set_volumetric_fog_density", + "getter": "get_volumetric_fog_density", + "default": "0.05" + }, + { + "name": "volumetric_fog_detail_spread", + "type": "float", + "setter": "set_volumetric_fog_detail_spread", + "getter": "get_volumetric_fog_detail_spread", + "default": "2.0" + }, + { + "name": "volumetric_fog_emission", + "type": "Color", + "setter": "set_volumetric_fog_emission", + "getter": "get_volumetric_fog_emission", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "volumetric_fog_emission_energy", + "type": "float", + "setter": "set_volumetric_fog_emission_energy", + "getter": "get_volumetric_fog_emission_energy", + "default": "1.0" + }, + { + "name": "volumetric_fog_enabled", + "type": "bool", + "setter": "set_volumetric_fog_enabled", + "getter": "is_volumetric_fog_enabled", + "default": "false" + }, + { + "name": "volumetric_fog_gi_inject", + "type": "float", + "setter": "set_volumetric_fog_gi_inject", + "getter": "get_volumetric_fog_gi_inject", + "default": "1.0" + }, + { + "name": "volumetric_fog_length", + "type": "float", + "setter": "set_volumetric_fog_length", + "getter": "get_volumetric_fog_length", + "default": "64.0" + }, + { + "name": "volumetric_fog_sky_affect", + "type": "float", + "setter": "set_volumetric_fog_sky_affect", + "getter": "get_volumetric_fog_sky_affect", + "default": "1.0" + }, + { + "name": "volumetric_fog_temporal_reprojection_amount", + "type": "float", + "setter": "set_volumetric_fog_temporal_reprojection_amount", + "getter": "get_volumetric_fog_temporal_reprojection_amount", + "default": "0.9" + }, + { + "name": "volumetric_fog_temporal_reprojection_enabled", + "type": "bool", + "setter": "set_volumetric_fog_temporal_reprojection_enabled", + "getter": "is_volumetric_fog_temporal_reprojection_enabled", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeComment", + "inherits": "VisualShaderNodeResizableBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "description", + "type": "String", + "setter": "set_description", + "getter": "get_description", + "default": "\"\"" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Comment\"" + } + ] + }, + { + "name": "Animation", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_track", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "at_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "animation_track_get_key_animation", + "return_type": "StringName", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "animation_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "animation", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "animation_track_set_key_animation", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "animation", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_get_key_end_offset", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_get_key_start_offset", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_get_key_stream", + "return_type": "Resource", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "stream", + "type": "Resource", + "default": null + }, + { + "name": "start_offset", + "type": "float", + "default": "0" + }, + { + "name": "end_offset", + "type": "float", + "default": "0" + } + ], + "description": "" + }, + { + "name": "audio_track_is_use_blend", + "return_type": "bool", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_set_key_end_offset", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_set_key_start_offset", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_set_key_stream", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "stream", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "audio_track_set_use_blend", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_track_get_key_in_handle", + "return_type": "Vector2", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_track_get_key_out_handle", + "return_type": "Vector2", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_track_get_key_value", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "in_handle", + "type": "Vector2", + "default": "Vector2(0, 0)" + }, + { + "name": "out_handle", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "bezier_track_interpolate", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_track_set_key_in_handle", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "in_handle", + "type": "Vector2", + "default": null + }, + { + "name": "balanced_value_time_ratio", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "bezier_track_set_key_out_handle", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "out_handle", + "type": "Vector2", + "default": null + }, + { + "name": "balanced_value_time_ratio", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "bezier_track_set_key_value", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "blend_shape_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "blend_shape_track_interpolate", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "compress", + "return_type": "void", + "params": [ + { + "name": "page_size", + "type": "int", + "default": "8192" + }, + { + "name": "fps", + "type": "int", + "default": "120" + }, + { + "name": "split_tolerance", + "type": "float", + "default": "4.0" + } + ], + "description": "" + }, + { + "name": "copy_track", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "to_animation", + "type": "Animation", + "default": null + } + ], + "description": "" + }, + { + "name": "find_track", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "NodePath", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_track_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "method_track_get_name", + "return_type": "StringName", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "method_track_get_params", + "return_type": "Array", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "position_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "position_track_interpolate", + "return_type": "Vector3", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_track", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rotation_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "rotation", + "type": "Quaternion", + "default": null + } + ], + "description": "" + }, + { + "name": "rotation_track_interpolate", + "return_type": "Quaternion", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "scale_track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "scale", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "scale_track_interpolate", + "return_type": "Vector3", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "track_find_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "find_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "track_get_interpolation_loop_wrap", + "return_type": "bool", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_interpolation_type", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_key_count", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_key_time", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_key_transition", + "return_type": "float", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_key_value", + "return_type": "Variant", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_path", + "return_type": "NodePath", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_get_type", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_insert_key", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "transition", + "type": "float", + "default": "1" + } + ], + "description": "" + }, + { + "name": "track_is_compressed", + "return_type": "bool", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_is_enabled", + "return_type": "bool", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_is_imported", + "return_type": "bool", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_move_down", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_move_to", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "to_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_move_up", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_remove_key", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_remove_key_at_time", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_enabled", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_imported", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "imported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_interpolation_loop_wrap", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "interpolation", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_interpolation_type", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "interpolation", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_key_time", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "time", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_key_transition", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key_idx", + "type": "int", + "default": null + }, + { + "name": "transition", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_key_value", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "track_set_path", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "track_swap", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "with_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "value_track_get_update_mode", + "return_type": "int", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "value_track_interpolate", + "return_type": "Variant", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "time_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "value_track_set_update_mode", + "return_type": "void", + "params": [ + { + "name": "track_idx", + "type": "int", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "1.0" + }, + { + "name": "loop_mode", + "type": "int", + "setter": "set_loop_mode", + "getter": "get_loop_mode", + "default": "0" + }, + { + "name": "step", + "type": "float", + "setter": "set_step", + "getter": "get_step", + "default": "0.1" + } + ] + }, + { + "name": "CanvasItemMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "blend_mode", + "type": "int", + "setter": "set_blend_mode", + "getter": "get_blend_mode", + "default": "0" + }, + { + "name": "light_mode", + "type": "int", + "setter": "set_light_mode", + "getter": "get_light_mode", + "default": "0" + }, + { + "name": "particles_anim_h_frames", + "type": "int", + "setter": "set_particles_anim_h_frames", + "getter": "get_particles_anim_h_frames", + "default": "" + }, + { + "name": "particles_anim_loop", + "type": "bool", + "setter": "set_particles_anim_loop", + "getter": "get_particles_anim_loop", + "default": "" + }, + { + "name": "particles_anim_v_frames", + "type": "int", + "setter": "set_particles_anim_v_frames", + "getter": "get_particles_anim_v_frames", + "default": "" + }, + { + "name": "particles_animation", + "type": "bool", + "setter": "set_particles_animation", + "getter": "get_particles_animation", + "default": "false" + } + ] + }, + { + "name": "VehicleBody3D", + "inherits": "RigidBody3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "brake", + "type": "float", + "setter": "set_brake", + "getter": "get_brake", + "default": "0.0" + }, + { + "name": "engine_force", + "type": "float", + "setter": "set_engine_force", + "getter": "get_engine_force", + "default": "0.0" + }, + { + "name": "mass", + "type": "float", + "setter": "set_mass", + "getter": "get_mass", + "default": "40.0" + }, + { + "name": "steering", + "type": "float", + "setter": "set_steering", + "getter": "get_steering", + "default": "0.0" + } + ] + }, + { + "name": "InputEventJoypadMotion", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "axis", + "type": "int", + "setter": "set_axis", + "getter": "get_axis", + "default": "0" + }, + { + "name": "axis_value", + "type": "float", + "setter": "set_axis_value", + "getter": "get_axis_value", + "default": "0.0" + } + ] + }, + { + "name": "VisualShaderNodeParticleRingEmitter", + "inherits": "VisualShaderNodeParticleEmitter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "InputEventAction", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "action", + "type": "StringName", + "setter": "set_action", + "getter": "get_action", + "default": "&\"\"" + }, + { + "name": "pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + }, + { + "name": "strength", + "type": "float", + "setter": "set_strength", + "getter": "get_strength", + "default": "1.0" + } + ] + }, + { + "name": "AudioEffectNotchFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "WorkerThreadPool", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_group_task", + "return_type": "int", + "params": [ + { + "name": "action", + "type": "Callable", + "default": null + }, + { + "name": "elements", + "type": "int", + "default": null + }, + { + "name": "tasks_needed", + "type": "int", + "default": "-1" + }, + { + "name": "high_priority", + "type": "bool", + "default": "false" + }, + { + "name": "description", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "add_task", + "return_type": "int", + "params": [ + { + "name": "action", + "type": "Callable", + "default": null + }, + { + "name": "high_priority", + "type": "bool", + "default": "false" + }, + { + "name": "description", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_group_processed_element_count", + "return_type": "int", + "params": [ + { + "name": "group_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_group_task_completed", + "return_type": "bool", + "params": [ + { + "name": "group_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_task_completed", + "return_type": "bool", + "params": [ + { + "name": "task_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "wait_for_group_task_completion", + "return_type": "void", + "params": [ + { + "name": "group_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "wait_for_task_completion", + "return_type": "int", + "params": [ + { + "name": "task_id", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CollisionPolygon3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "depth", + "type": "float", + "setter": "set_depth", + "getter": "get_depth", + "default": "1.0" + }, + { + "name": "disabled", + "type": "bool", + "setter": "set_disabled", + "getter": "is_disabled", + "default": "false" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.04" + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "setter": "set_polygon", + "getter": "get_polygon", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "HBoxContainer", + "inherits": "BoxContainer", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PinJoint3D", + "inherits": "Joint3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_param", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "params/bias", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.3" + }, + { + "name": "params/damping", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "1.0" + }, + { + "name": "params/impulse_clamp", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.0" + } + ] + }, + { + "name": "TextureLayeredRD", + "inherits": "TextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture_rd_rid", + "type": "RID", + "setter": "set_texture_rd_rid", + "getter": "get_texture_rd_rid", + "default": "RID()" + } + ] + }, + { + "name": "VisualShaderNodeTexture3DParameter", + "inherits": "VisualShaderNodeTextureParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "GPUParticlesAttractorVectorField3D", + "inherits": "GPUParticlesAttractor3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + }, + { + "name": "texture", + "type": "Texture3D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "ImageFormatLoader", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "NavigationServer3D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "agent_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "agent_get_avoidance_enabled", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_get_map", + "return_type": "RID", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_get_paused", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_get_use_3d_avoidance", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_is_map_changed", + "return_type": "bool", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_callback", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_enabled", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_layers", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_mask", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_avoidance_priority", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_height", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_map", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_max_neighbors", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_max_speed", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "max_speed", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_neighbor_distance", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "distance", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_paused", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "paused", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_position", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_radius", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_time_horizon_agents", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "time_horizon", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_time_horizon_obstacles", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "time_horizon", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_use_3d_avoidance", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_velocity", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "agent_set_velocity_forced", + "return_type": "void", + "params": [ + { + "name": "agent", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "bake_from_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData3D", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "bake_from_source_geometry_data_async", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData3D", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_debug_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_maps", + "return_type": "RID[]", + "params": [], + "description": "" + }, + { + "name": "get_process_info", + "return_type": "int", + "params": [ + { + "name": "process_info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "link_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "link_get_enabled", + "return_type": "bool", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_end_position", + "return_type": "Vector3", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_enter_cost", + "return_type": "float", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_map", + "return_type": "RID", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_navigation_layers", + "return_type": "int", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_owner_id", + "return_type": "int", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_start_position", + "return_type": "Vector3", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_get_travel_cost", + "return_type": "float", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_is_bidirectional", + "return_type": "bool", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_bidirectional", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "bidirectional", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_enabled", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_end_position", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_enter_cost", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "enter_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_map", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_navigation_layers", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_owner_id", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_start_position", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "link_set_travel_cost", + "return_type": "void", + "params": [ + { + "name": "link", + "type": "RID", + "default": null + }, + { + "name": "travel_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "map_force_update", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_agents", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_cell_height", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_cell_size", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point", + "return_type": "Vector3", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point_normal", + "return_type": "Vector3", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point_owner", + "return_type": "RID", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_closest_point_to_segment", + "return_type": "Vector3", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "Vector3", + "default": null + }, + { + "name": "end", + "type": "Vector3", + "default": null + }, + { + "name": "use_collision", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "map_get_edge_connection_margin", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_link_connection_radius", + "return_type": "float", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_links", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_obstacles", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_path", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "origin", + "type": "Vector3", + "default": null + }, + { + "name": "destination", + "type": "Vector3", + "default": null + }, + { + "name": "optimize", + "type": "bool", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "map_get_regions", + "return_type": "RID[]", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_up", + "return_type": "Vector3", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_get_use_edge_connections", + "return_type": "bool", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_is_active", + "return_type": "bool", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_active", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_cell_height", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "cell_height", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_cell_size", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "cell_size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_edge_connection_margin", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_link_connection_radius", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_up", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "up", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "map_set_use_edge_connections", + "return_type": "void", + "params": [ + { + "name": "map", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "obstacle_get_avoidance_enabled", + "return_type": "bool", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_get_map", + "return_type": "RID", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_get_paused", + "return_type": "bool", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_get_use_3d_avoidance", + "return_type": "bool", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_avoidance_enabled", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_avoidance_layers", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_height", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_map", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_paused", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "paused", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_position", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_radius", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_use_3d_avoidance", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_velocity", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "obstacle_set_vertices", + "return_type": "void", + "params": [ + { + "name": "obstacle", + "type": "RID", + "default": null + }, + { + "name": "vertices", + "type": "PackedVector3Array", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_source_geometry_data", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "source_geometry_data", + "type": "NavigationMeshSourceGeometryData3D", + "default": null + }, + { + "name": "root_node", + "type": "Node", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + } + ], + "description": "" + }, + { + "name": "query_path", + "return_type": "void", + "params": [ + { + "name": "parameters", + "type": "NavigationPathQueryParameters3D", + "default": null + }, + { + "name": "result", + "type": "NavigationPathQueryResult3D", + "default": null + } + ], + "description": "" + }, + { + "name": "region_bake_navigation_mesh", + "return_type": "void", + "params": [ + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + }, + { + "name": "root_node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "region_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "region_get_connection_pathway_end", + "return_type": "Vector3", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "connection", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_connection_pathway_start", + "return_type": "Vector3", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "connection", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_connections_count", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_enabled", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_enter_cost", + "return_type": "float", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_map", + "return_type": "RID", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_navigation_layers", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_owner_id", + "return_type": "int", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_travel_cost", + "return_type": "float", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_get_use_edge_connections", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_owns_point", + "return_type": "bool", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_enabled", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_enter_cost", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enter_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_map", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_navigation_layers", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "navigation_layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_navigation_mesh", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "navigation_mesh", + "type": "NavigationMesh", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_owner_id", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_transform", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_travel_cost", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "travel_cost", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "region_set_use_edge_connections", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_debug_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "XROrigin3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "current", + "type": "bool", + "setter": "set_current", + "getter": "is_current", + "default": "false" + }, + { + "name": "world_scale", + "type": "float", + "setter": "set_world_scale", + "getter": "get_world_scale", + "default": "1.0" + } + ] + }, + { + "name": "KinematicCollision3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_angle", + "return_type": "float", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + }, + { + "name": "up_direction", + "type": "Vector3", + "default": "Vector3(0, 1, 0)" + } + ], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_id", + "return_type": "int", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "Object", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_shape_index", + "return_type": "int", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collider_velocity", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_depth", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_local_shape", + "return_type": "Object", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_normal", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_position", + "return_type": "Vector3", + "params": [ + { + "name": "collision_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_remainder", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_travel", + "return_type": "Vector3", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "ImporterMeshInstance3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cast_shadow", + "type": "int", + "setter": "set_cast_shadows_setting", + "getter": "get_cast_shadows_setting", + "default": "1" + }, + { + "name": "layer_mask", + "type": "int", + "setter": "set_layer_mask", + "getter": "get_layer_mask", + "default": "1" + }, + { + "name": "mesh", + "type": "ImporterMesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "skeleton_path", + "type": "NodePath", + "setter": "set_skeleton_path", + "getter": "get_skeleton_path", + "default": "NodePath(\"\")" + }, + { + "name": "skin", + "type": "Skin", + "setter": "set_skin", + "getter": "get_skin", + "default": "" + }, + { + "name": "visibility_range_begin", + "type": "float", + "setter": "set_visibility_range_begin", + "getter": "get_visibility_range_begin", + "default": "0.0" + }, + { + "name": "visibility_range_begin_margin", + "type": "float", + "setter": "set_visibility_range_begin_margin", + "getter": "get_visibility_range_begin_margin", + "default": "0.0" + }, + { + "name": "visibility_range_end", + "type": "float", + "setter": "set_visibility_range_end", + "getter": "get_visibility_range_end", + "default": "0.0" + }, + { + "name": "visibility_range_end_margin", + "type": "float", + "setter": "set_visibility_range_end_margin", + "getter": "get_visibility_range_end_margin", + "default": "0.0" + }, + { + "name": "visibility_range_fade_mode", + "type": "int", + "setter": "set_visibility_range_fade_mode", + "getter": "get_visibility_range_fade_mode", + "default": "0" + } + ] + }, + { + "name": "Occluder3D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_indices", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_vertices", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "GraphEdit", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_connection_line", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from_position", + "type": "Vector2", + "default": null + }, + { + "name": "to_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_in_input_hotzone", + "return_type": "bool", + "params": [ + { + "name": "in_node", + "type": "Object", + "default": null + }, + { + "name": "in_port", + "type": "int", + "default": null + }, + { + "name": "mouse_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_in_output_hotzone", + "return_type": "bool", + "params": [ + { + "name": "in_node", + "type": "Object", + "default": null + }, + { + "name": "in_port", + "type": "int", + "default": null + }, + { + "name": "mouse_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_node_hover_valid", + "return_type": "bool", + "params": [ + { + "name": "from_node", + "type": "StringName", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_valid_connection_type", + "return_type": "void", + "params": [ + { + "name": "from_type", + "type": "int", + "default": null + }, + { + "name": "to_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_valid_left_disconnect_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_valid_right_disconnect_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "arrange_nodes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_connections", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect_node", + "return_type": "int", + "params": [ + { + "name": "from_node", + "type": "StringName", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "disconnect_node", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "StringName", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "force_connection_drag_end", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_connection_line", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from_node", + "type": "Vector2", + "default": null + }, + { + "name": "to_node", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_connection_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_menu_hbox", + "return_type": "HBoxContainer", + "params": [], + "description": "" + }, + { + "name": "is_node_connected", + "return_type": "bool", + "params": [ + { + "name": "from_node", + "type": "StringName", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_valid_connection_type", + "return_type": "bool", + "params": [ + { + "name": "from_type", + "type": "int", + "default": null + }, + { + "name": "to_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_valid_connection_type", + "return_type": "void", + "params": [ + { + "name": "from_type", + "type": "int", + "default": null + }, + { + "name": "to_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_valid_left_disconnect_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_valid_right_disconnect_type", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_connection_activity", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "StringName", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "StringName", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_selected", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "true" + }, + { + "name": "connection_lines_antialiased", + "type": "bool", + "setter": "set_connection_lines_antialiased", + "getter": "is_connection_lines_antialiased", + "default": "true" + }, + { + "name": "connection_lines_curvature", + "type": "float", + "setter": "set_connection_lines_curvature", + "getter": "get_connection_lines_curvature", + "default": "0.5" + }, + { + "name": "connection_lines_thickness", + "type": "float", + "setter": "set_connection_lines_thickness", + "getter": "get_connection_lines_thickness", + "default": "2.0" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "minimap_enabled", + "type": "bool", + "setter": "set_minimap_enabled", + "getter": "is_minimap_enabled", + "default": "true" + }, + { + "name": "minimap_opacity", + "type": "float", + "setter": "set_minimap_opacity", + "getter": "get_minimap_opacity", + "default": "0.65" + }, + { + "name": "minimap_size", + "type": "Vector2", + "setter": "set_minimap_size", + "getter": "get_minimap_size", + "default": "Vector2(240, 160)" + }, + { + "name": "panning_scheme", + "type": "int", + "setter": "set_panning_scheme", + "getter": "get_panning_scheme", + "default": "0" + }, + { + "name": "right_disconnects", + "type": "bool", + "setter": "set_right_disconnects", + "getter": "is_right_disconnects_enabled", + "default": "false" + }, + { + "name": "scroll_offset", + "type": "Vector2", + "setter": "set_scroll_offset", + "getter": "get_scroll_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "show_arrange_button", + "type": "bool", + "setter": "set_show_arrange_button", + "getter": "is_showing_arrange_button", + "default": "true" + }, + { + "name": "show_grid", + "type": "bool", + "setter": "set_show_grid", + "getter": "is_showing_grid", + "default": "true" + }, + { + "name": "show_grid_buttons", + "type": "bool", + "setter": "set_show_grid_buttons", + "getter": "is_showing_grid_buttons", + "default": "true" + }, + { + "name": "show_menu", + "type": "bool", + "setter": "set_show_menu", + "getter": "is_showing_menu", + "default": "true" + }, + { + "name": "show_minimap_button", + "type": "bool", + "setter": "set_show_minimap_button", + "getter": "is_showing_minimap_button", + "default": "true" + }, + { + "name": "show_zoom_buttons", + "type": "bool", + "setter": "set_show_zoom_buttons", + "getter": "is_showing_zoom_buttons", + "default": "true" + }, + { + "name": "show_zoom_label", + "type": "bool", + "setter": "set_show_zoom_label", + "getter": "is_showing_zoom_label", + "default": "false" + }, + { + "name": "snapping_distance", + "type": "int", + "setter": "set_snapping_distance", + "getter": "get_snapping_distance", + "default": "20" + }, + { + "name": "snapping_enabled", + "type": "bool", + "setter": "set_snapping_enabled", + "getter": "is_snapping_enabled", + "default": "true" + }, + { + "name": "zoom", + "type": "float", + "setter": "set_zoom", + "getter": "get_zoom", + "default": "1.0" + }, + { + "name": "zoom_max", + "type": "float", + "setter": "set_zoom_max", + "getter": "get_zoom_max", + "default": "2.0736" + }, + { + "name": "zoom_min", + "type": "float", + "setter": "set_zoom_min", + "getter": "get_zoom_min", + "default": "0.232568" + }, + { + "name": "zoom_step", + "type": "float", + "setter": "set_zoom_step", + "getter": "get_zoom_step", + "default": "1.2" + } + ] + }, + { + "name": "ResourceImporter", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Mutex", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "lock", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "try_lock", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "unlock", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PackedByteArray", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "compress", + "return_type": "PackedByteArray", + "params": [ + { + "name": "compression_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_double", + "return_type": "float", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_float", + "return_type": "float", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_half", + "return_type": "float", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_s8", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_s16", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_s32", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_s64", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_u8", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_u16", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_u32", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_u64", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "decode_var", + "return_type": "Variant", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "decode_var_size", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "decompress", + "return_type": "PackedByteArray", + "params": [ + { + "name": "buffer_size", + "type": "int", + "default": null + }, + { + "name": "compression_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "decompress_dynamic", + "return_type": "PackedByteArray", + "params": [ + { + "name": "max_output_size", + "type": "int", + "default": null + }, + { + "name": "compression_mode", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "encode_double", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_float", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_half", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_s8", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_s16", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_s32", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_s64", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_u8", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_u16", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_u32", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_u64", + "return_type": "void", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "encode_var", + "return_type": "int", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_string_from_ascii", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_string_from_utf8", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_string_from_utf16", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_string_from_utf32", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_string_from_wchar", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_encoded_var", + "return_type": "bool", + "params": [ + { + "name": "byte_offset", + "type": "int", + "default": null + }, + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "hex_encode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedByteArray", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_float32_array", + "return_type": "PackedFloat32Array", + "params": [], + "description": "" + }, + { + "name": "to_float64_array", + "return_type": "PackedFloat64Array", + "params": [], + "description": "" + }, + { + "name": "to_int32_array", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "to_int64_array", + "return_type": "PackedInt64Array", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "TileMap", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_tile_data_runtime_update", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "tile_data", + "type": "TileData", + "default": null + } + ], + "description": "" + }, + { + "name": "_use_tile_data_runtime_update", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "add_layer", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_layer", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "erase_cell", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "fix_invalid_tiles", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_update", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_cell_alternative_tile", + "return_type": "int", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "use_proxies", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_cell_atlas_coords", + "return_type": "Vector2i", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "use_proxies", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_cell_source_id", + "return_type": "int", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "use_proxies", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_cell_tile_data", + "return_type": "TileData", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "use_proxies", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_coords_for_body_rid", + "return_type": "Vector2i", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_for_body_rid", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_modulate", + "return_type": "Color", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_name", + "return_type": "String", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_navigation_map", + "return_type": "RID", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_y_sort_origin", + "return_type": "int", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layer_z_index", + "return_type": "int", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layers_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_neighbor_cell", + "return_type": "Vector2i", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "neighbor", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pattern", + "return_type": "TileMapPattern", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords_array", + "type": "Vector2i[]", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surrounding_cells", + "return_type": "Vector2i[]", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_used_cells", + "return_type": "Vector2i[]", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_used_cells_by_id", + "return_type": "Vector2i[]", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "source_id", + "type": "int", + "default": "-1" + }, + { + "name": "atlas_coords", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + }, + { + "name": "alternative_tile", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_used_rect", + "return_type": "Rect2i", + "params": [], + "description": "" + }, + { + "name": "is_layer_enabled", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_layer_navigation_enabled", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_layer_y_sort_enabled", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "local_to_map", + "return_type": "Vector2i", + "params": [ + { + "name": "local_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "map_pattern", + "return_type": "Vector2i", + "params": [ + { + "name": "position_in_tilemap", + "type": "Vector2i", + "default": null + }, + { + "name": "coords_in_pattern", + "type": "Vector2i", + "default": null + }, + { + "name": "pattern", + "type": "TileMapPattern", + "default": null + } + ], + "description": "" + }, + { + "name": "map_to_local", + "return_type": "Vector2", + "params": [ + { + "name": "map_position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "move_layer", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "notify_runtime_tile_data_update", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "remove_layer", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "source_id", + "type": "int", + "default": "-1" + }, + { + "name": "atlas_coords", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + }, + { + "name": "alternative_tile", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_cells_terrain_connect", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "cells", + "type": "Vector2i[]", + "default": null + }, + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain", + "type": "int", + "default": null + }, + { + "name": "ignore_empty_terrains", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_cells_terrain_path", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "path", + "type": "Vector2i[]", + "default": null + }, + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain", + "type": "int", + "default": null + }, + { + "name": "ignore_empty_terrains", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_layer_enabled", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_modulate", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_name", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_navigation_enabled", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_navigation_map", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_y_sort_enabled", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "y_sort_enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_y_sort_origin", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "y_sort_origin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layer_z_index", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "z_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_pattern", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "pattern", + "type": "TileMapPattern", + "default": null + } + ], + "description": "" + }, + { + "name": "update_internals", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "collision_animatable", + "type": "bool", + "setter": "set_collision_animatable", + "getter": "is_collision_animatable", + "default": "false" + }, + { + "name": "collision_visibility_mode", + "type": "int", + "setter": "set_collision_visibility_mode", + "getter": "get_collision_visibility_mode", + "default": "0" + }, + { + "name": "navigation_visibility_mode", + "type": "int", + "setter": "set_navigation_visibility_mode", + "getter": "get_navigation_visibility_mode", + "default": "0" + }, + { + "name": "rendering_quadrant_size", + "type": "int", + "setter": "set_rendering_quadrant_size", + "getter": "get_rendering_quadrant_size", + "default": "16" + }, + { + "name": "tile_set", + "type": "TileSet", + "setter": "set_tileset", + "getter": "get_tileset", + "default": "" + } + ] + }, + { + "name": "Texture3DRD", + "inherits": "Texture3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture_rd_rid", + "type": "RID", + "setter": "set_texture_rd_rid", + "getter": "get_texture_rd_rid", + "default": "RID()" + } + ] + }, + { + "name": "EditorNode3DGizmo", + "inherits": "Node3DGizmo", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_commit_handle", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + }, + { + "name": "restore", + "type": "Variant", + "default": null + }, + { + "name": "cancel", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_commit_subgizmos", + "return_type": "void", + "params": [ + { + "name": "ids", + "type": "PackedInt32Array", + "default": null + }, + { + "name": "restores", + "type": "Transform3D[]", + "default": null + }, + { + "name": "cancel", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_handle_name", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_handle_value", + "return_type": "Variant", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_subgizmo_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_handle_highlighted", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_redraw", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_set_handle", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + }, + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_subgizmo_transform", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_subgizmos_intersect_frustum", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "frustum", + "type": "Plane[]", + "default": null + } + ], + "description": "" + }, + { + "name": "_subgizmos_intersect_ray", + "return_type": "int", + "params": [ + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "add_collision_segments", + "return_type": "void", + "params": [ + { + "name": "segments", + "type": "PackedVector3Array", + "default": null + } + ], + "description": "" + }, + { + "name": "add_collision_triangles", + "return_type": "void", + "params": [ + { + "name": "triangles", + "type": "TriangleMesh", + "default": null + } + ], + "description": "" + }, + { + "name": "add_handles", + "return_type": "void", + "params": [ + { + "name": "handles", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + }, + { + "name": "ids", + "type": "PackedInt32Array", + "default": null + }, + { + "name": "billboard", + "type": "bool", + "default": "false" + }, + { + "name": "secondary", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_lines", + "return_type": "void", + "params": [ + { + "name": "lines", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + }, + { + "name": "billboard", + "type": "bool", + "default": "false" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "add_mesh", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "Mesh", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": "null" + }, + { + "name": "transform", + "type": "Transform3D", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + }, + { + "name": "skeleton", + "type": "SkinReference", + "default": "null" + } + ], + "description": "" + }, + { + "name": "add_unscaled_billboard", + "return_type": "void", + "params": [ + { + "name": "material", + "type": "Material", + "default": null + }, + { + "name": "default_scale", + "type": "float", + "default": "1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_node_3d", + "return_type": "Node3D", + "params": [], + "description": "" + }, + { + "name": "get_plugin", + "return_type": "EditorNode3DGizmoPlugin", + "params": [], + "description": "" + }, + { + "name": "get_subgizmo_selection", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "is_subgizmo_selected", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_hidden", + "return_type": "void", + "params": [ + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_node_3d", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "BackBufferCopy", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "copy_mode", + "type": "int", + "setter": "set_copy_mode", + "getter": "get_copy_mode", + "default": "1" + }, + { + "name": "rect", + "type": "Rect2", + "setter": "set_rect", + "getter": "get_rect", + "default": "Rect2(-100, -100, 200, 200)" + } + ] + }, + { + "name": "AudioEffectHighShelfFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "InputEventKey", + "inherits": "InputEventWithModifiers", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "as_text_key_label", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "as_text_keycode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "as_text_physical_keycode", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_key_label_with_modifiers", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_keycode_with_modifiers", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_physical_keycode_with_modifiers", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "echo", + "type": "bool", + "setter": "set_echo", + "getter": "is_echo", + "default": "false" + }, + { + "name": "key_label", + "type": "int", + "setter": "set_key_label", + "getter": "get_key_label", + "default": "0" + }, + { + "name": "keycode", + "type": "int", + "setter": "set_keycode", + "getter": "get_keycode", + "default": "0" + }, + { + "name": "physical_keycode", + "type": "int", + "setter": "set_physical_keycode", + "getter": "get_physical_keycode", + "default": "0" + }, + { + "name": "pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + }, + { + "name": "unicode", + "type": "int", + "setter": "set_unicode", + "getter": "get_unicode", + "default": "0" + } + ] + }, + { + "name": "RDTextureFormat", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_shareable_format", + "return_type": "void", + "params": [ + { + "name": "format", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_shareable_format", + "return_type": "void", + "params": [ + { + "name": "format", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "array_layers", + "type": "int", + "setter": "set_array_layers", + "getter": "get_array_layers", + "default": "1" + }, + { + "name": "depth", + "type": "int", + "setter": "set_depth", + "getter": "get_depth", + "default": "1" + }, + { + "name": "format", + "type": "int", + "setter": "set_format", + "getter": "get_format", + "default": "8" + }, + { + "name": "height", + "type": "int", + "setter": "set_height", + "getter": "get_height", + "default": "1" + }, + { + "name": "mipmaps", + "type": "int", + "setter": "set_mipmaps", + "getter": "get_mipmaps", + "default": "1" + }, + { + "name": "samples", + "type": "int", + "setter": "set_samples", + "getter": "get_samples", + "default": "0" + }, + { + "name": "texture_type", + "type": "int", + "setter": "set_texture_type", + "getter": "get_texture_type", + "default": "1" + }, + { + "name": "usage_bits", + "type": "int", + "setter": "set_usage_bits", + "getter": "get_usage_bits", + "default": "0" + }, + { + "name": "width", + "type": "int", + "setter": "set_width", + "getter": "get_width", + "default": "1" + } + ] + }, + { + "name": "Font", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "draw_char", + "return_type": "float", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_char_outline", + "return_type": "float", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + }, + { + "name": "size", + "type": "int", + "default": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "draw_multiline_string", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "max_lines", + "type": "int", + "default": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "int", + "default": "3" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_multiline_string_outline", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "max_lines", + "type": "int", + "default": "-1" + }, + { + "name": "size", + "type": "int", + "default": "1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "int", + "default": "3" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_string", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "draw_string_outline", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "size", + "type": "int", + "default": "1" + }, + { + "name": "modulate", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "find_variation", + "return_type": "RID", + "params": [ + { + "name": "variation_coordinates", + "type": "Dictionary", + "default": null + }, + { + "name": "face_index", + "type": "int", + "default": "0" + }, + { + "name": "strength", + "type": "float", + "default": "0.0" + }, + { + "name": "transform", + "type": "Transform2D", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "spacing_top", + "type": "int", + "default": "0" + }, + { + "name": "spacing_bottom", + "type": "int", + "default": "0" + }, + { + "name": "spacing_space", + "type": "int", + "default": "0" + }, + { + "name": "spacing_glyph", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_ascent", + "return_type": "float", + "params": [ + { + "name": "font_size", + "type": "int", + "default": "16" + } + ], + "description": "" + }, + { + "name": "get_char_size", + "return_type": "Vector2", + "params": [ + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_descent", + "return_type": "float", + "params": [ + { + "name": "font_size", + "type": "int", + "default": "16" + } + ], + "description": "" + }, + { + "name": "get_face_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_font_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_font_stretch", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_font_style", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_font_style_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_font_weight", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_height", + "return_type": "float", + "params": [ + { + "name": "font_size", + "type": "int", + "default": "16" + } + ], + "description": "" + }, + { + "name": "get_multiline_string_size", + "return_type": "Vector2", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "max_lines", + "type": "int", + "default": "-1" + }, + { + "name": "brk_flags", + "type": "int", + "default": "3" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_opentype_features", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_ot_name_strings", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_rids", + "return_type": "RID[]", + "params": [], + "description": "" + }, + { + "name": "get_spacing", + "return_type": "int", + "params": [ + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_string_size", + "return_type": "Vector2", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "0" + }, + { + "name": "width", + "type": "float", + "default": "-1" + }, + { + "name": "font_size", + "type": "int", + "default": "16" + }, + { + "name": "justification_flags", + "type": "int", + "default": "3" + }, + { + "name": "direction", + "type": "int", + "default": "0" + }, + { + "name": "orientation", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_supported_chars", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_supported_feature_list", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_supported_variation_list", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_underline_position", + "return_type": "float", + "params": [ + { + "name": "font_size", + "type": "int", + "default": "16" + } + ], + "description": "" + }, + { + "name": "get_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "font_size", + "type": "int", + "default": "16" + } + ], + "description": "" + }, + { + "name": "has_char", + "return_type": "bool", + "params": [ + { + "name": "char", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_language_supported", + "return_type": "bool", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_script_supported", + "return_type": "bool", + "params": [ + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cache_capacity", + "return_type": "void", + "params": [ + { + "name": "single_line", + "type": "int", + "default": null + }, + { + "name": "multi_line", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "fallbacks", + "type": "Font[]", + "setter": "set_fallbacks", + "getter": "get_fallbacks", + "default": "[]" + } + ] + }, + { + "name": "GPUParticlesCollisionHeightField3D", + "inherits": "GPUParticlesCollision3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "follow_camera_enabled", + "type": "bool", + "setter": "set_follow_camera_enabled", + "getter": "is_follow_camera_enabled", + "default": "false" + }, + { + "name": "resolution", + "type": "int", + "setter": "set_resolution", + "getter": "get_resolution", + "default": "2" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + }, + { + "name": "update_mode", + "type": "int", + "setter": "set_update_mode", + "getter": "get_update_mode", + "default": "0" + } + ] + }, + { + "name": "XRInterface", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_camera_feed_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_capabilities", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_play_area", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "get_projection_for_view", + "return_type": "Projection", + "params": [ + { + "name": "view", + "type": "int", + "default": null + }, + { + "name": "aspect", + "type": "float", + "default": null + }, + { + "name": "near", + "type": "float", + "default": null + }, + { + "name": "far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_render_target_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_supported_environment_blend_modes", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_system_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_tracking_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_transform_for_view", + "return_type": "Transform3D", + "params": [ + { + "name": "view", + "type": "int", + "default": null + }, + { + "name": "cam_transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "get_view_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "initialize", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_initialized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_passthrough_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_passthrough_supported", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_environment_blend_mode", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_play_area_mode", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "start_passthrough", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "stop_passthrough", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "supports_play_area_mode", + "return_type": "bool", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "trigger_haptic_pulse", + "return_type": "void", + "params": [ + { + "name": "action_name", + "type": "String", + "default": null + }, + { + "name": "tracker_name", + "type": "StringName", + "default": null + }, + { + "name": "frequency", + "type": "float", + "default": null + }, + { + "name": "amplitude", + "type": "float", + "default": null + }, + { + "name": "duration_sec", + "type": "float", + "default": null + }, + { + "name": "delay_sec", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "uninitialize", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "ar_is_anchor_detection_enabled", + "type": "bool", + "setter": "set_anchor_detection_is_enabled", + "getter": "get_anchor_detection_is_enabled", + "default": "false" + }, + { + "name": "environment_blend_mode", + "type": "int", + "setter": "set_environment_blend_mode", + "getter": "get_environment_blend_mode", + "default": "0" + }, + { + "name": "interface_is_primary", + "type": "bool", + "setter": "set_primary", + "getter": "is_primary", + "default": "false" + }, + { + "name": "xr_play_area_mode", + "type": "int", + "setter": "set_play_area_mode", + "getter": "get_play_area_mode", + "default": "0" + } + ] + }, + { + "name": "Rect2", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "encloses", + "return_type": "bool", + "params": [ + { + "name": "b", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "expand", + "return_type": "Rect2", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_area", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_center", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "grow", + "return_type": "Rect2", + "params": [ + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "grow_individual", + "return_type": "Rect2", + "params": [ + { + "name": "left", + "type": "float", + "default": null + }, + { + "name": "top", + "type": "float", + "default": null + }, + { + "name": "right", + "type": "float", + "default": null + }, + { + "name": "bottom", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "grow_side", + "return_type": "Rect2", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "amount", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "has_area", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "intersection", + "return_type": "Rect2", + "params": [ + { + "name": "b", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects", + "return_type": "bool", + "params": [ + { + "name": "b", + "type": "Rect2", + "default": null + }, + { + "name": "include_borders", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "merge", + "return_type": "Rect2", + "params": [ + { + "name": "b", + "type": "Rect2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "end", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 0)" + }, + { + "name": "position", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 0)" + }, + { + "name": "size", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "Joint3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "exclude_nodes_from_collision", + "type": "bool", + "setter": "set_exclude_nodes_from_collision", + "getter": "get_exclude_nodes_from_collision", + "default": "true" + }, + { + "name": "node_a", + "type": "NodePath", + "setter": "set_node_a", + "getter": "get_node_a", + "default": "NodePath(\"\")" + }, + { + "name": "node_b", + "type": "NodePath", + "setter": "set_node_b", + "getter": "get_node_b", + "default": "NodePath(\"\")" + }, + { + "name": "solver_priority", + "type": "int", + "setter": "set_solver_priority", + "getter": "get_solver_priority", + "default": "1" + } + ] + }, + { + "name": "VisibleOnScreenNotifier2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_on_screen", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "rect", + "type": "Rect2", + "setter": "set_rect", + "getter": "get_rect", + "default": "Rect2(-10, -10, 20, 20)" + } + ] + }, + { + "name": "AudioStreamPlaybackResampled", + "inherits": "AudioStreamPlayback", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_stream_sampling_rate", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_mix_resampled", + "return_type": "int", + "params": [ + { + "name": "dst_buffer", + "type": "AudioFrame*", + "default": null + }, + { + "name": "frame_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "begin_resample", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "CollisionShape2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "debug_color", + "type": "Color", + "setter": "set_debug_color", + "getter": "get_debug_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "disabled", + "type": "bool", + "setter": "set_disabled", + "getter": "is_disabled", + "default": "false" + }, + { + "name": "one_way_collision", + "type": "bool", + "setter": "set_one_way_collision", + "getter": "is_one_way_collision_enabled", + "default": "false" + }, + { + "name": "one_way_collision_margin", + "type": "float", + "setter": "set_one_way_collision_margin", + "getter": "get_one_way_collision_margin", + "default": "1.0" + }, + { + "name": "shape", + "type": "Shape2D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + } + ] + }, + { + "name": "LightOccluder2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "occluder", + "type": "OccluderPolygon2D", + "setter": "set_occluder_polygon", + "getter": "get_occluder_polygon", + "default": "" + }, + { + "name": "occluder_light_mask", + "type": "int", + "setter": "set_occluder_light_mask", + "getter": "get_occluder_light_mask", + "default": "1" + }, + { + "name": "sdf_collision", + "type": "bool", + "setter": "set_as_sdf_collision", + "getter": "is_set_as_sdf_collision", + "default": "true" + } + ] + }, + { + "name": "EditorFileDialog", + "inherits": "ConfirmationDialog", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_filter", + "return_type": "void", + "params": [ + { + "name": "filter", + "type": "String", + "default": null + }, + { + "name": "description", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "add_side_menu", + "return_type": "void", + "params": [ + { + "name": "menu", + "type": "Control", + "default": null + }, + { + "name": "title", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "clear_filters", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_line_edit", + "return_type": "LineEdit", + "params": [], + "description": "" + }, + { + "name": "get_vbox", + "return_type": "VBoxContainer", + "params": [], + "description": "" + }, + { + "name": "invalidate", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "access", + "type": "int", + "setter": "set_access", + "getter": "get_access", + "default": "0" + }, + { + "name": "current_dir", + "type": "String", + "setter": "set_current_dir", + "getter": "get_current_dir", + "default": "" + }, + { + "name": "current_file", + "type": "String", + "setter": "set_current_file", + "getter": "get_current_file", + "default": "" + }, + { + "name": "current_path", + "type": "String", + "setter": "set_current_path", + "getter": "get_current_path", + "default": "" + }, + { + "name": "dialog_hide_on_ok", + "type": "bool", + "setter": "set_hide_on_ok", + "getter": "get_hide_on_ok", + "default": "false" + }, + { + "name": "disable_overwrite_warning", + "type": "bool", + "setter": "set_disable_overwrite_warning", + "getter": "is_overwrite_warning_disabled", + "default": "false" + }, + { + "name": "display_mode", + "type": "int", + "setter": "set_display_mode", + "getter": "get_display_mode", + "default": "0" + }, + { + "name": "file_mode", + "type": "int", + "setter": "set_file_mode", + "getter": "get_file_mode", + "default": "4" + }, + { + "name": "filters", + "type": "PackedStringArray", + "setter": "set_filters", + "getter": "get_filters", + "default": "PackedStringArray()" + }, + { + "name": "show_hidden_files", + "type": "bool", + "setter": "set_show_hidden_files", + "getter": "is_showing_hidden_files", + "default": "false" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"Save a File\"" + } + ] + }, + { + "name": "NavigationPathQueryResult3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "reset", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "path", + "type": "PackedVector3Array", + "setter": "set_path", + "getter": "get_path", + "default": "PackedVector3Array()" + }, + { + "name": "path_owner_ids", + "type": "PackedInt64Array", + "setter": "set_path_owner_ids", + "getter": "get_path_owner_ids", + "default": "PackedInt64Array()" + }, + { + "name": "path_rids", + "type": "RID[]", + "setter": "set_path_rids", + "getter": "get_path_rids", + "default": "[]" + }, + { + "name": "path_types", + "type": "PackedInt32Array", + "setter": "set_path_types", + "getter": "get_path_types", + "default": "PackedInt32Array()" + } + ] + }, + { + "name": "Script", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "can_instantiate", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_base_script", + "return_type": "Script", + "params": [], + "description": "" + }, + { + "name": "get_instance_base_type", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_property_default_value", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_script_constant_map", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_script_method_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_script_property_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_script_signal_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "has_script_signal", + "return_type": "bool", + "params": [ + { + "name": "signal_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_source_code", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "instance_has", + "return_type": "bool", + "params": [ + { + "name": "base_object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "is_abstract", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_tool", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "reload", + "return_type": "int", + "params": [ + { + "name": "keep_state", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "source_code", + "type": "String", + "setter": "set_source_code", + "getter": "get_source_code", + "default": "" + } + ] + }, + { + "name": "ParallaxBackground", + "inherits": "CanvasLayer", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "layer", + "type": "int", + "setter": "set_layer", + "getter": "get_layer", + "default": "-100" + }, + { + "name": "scroll_base_offset", + "type": "Vector2", + "setter": "set_scroll_base_offset", + "getter": "get_scroll_base_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "scroll_base_scale", + "type": "Vector2", + "setter": "set_scroll_base_scale", + "getter": "get_scroll_base_scale", + "default": "Vector2(1, 1)" + }, + { + "name": "scroll_ignore_camera_zoom", + "type": "bool", + "setter": "set_ignore_camera_zoom", + "getter": "is_ignore_camera_zoom", + "default": "false" + }, + { + "name": "scroll_limit_begin", + "type": "Vector2", + "setter": "set_limit_begin", + "getter": "get_limit_begin", + "default": "Vector2(0, 0)" + }, + { + "name": "scroll_limit_end", + "type": "Vector2", + "setter": "set_limit_end", + "getter": "get_limit_end", + "default": "Vector2(0, 0)" + }, + { + "name": "scroll_offset", + "type": "Vector2", + "setter": "set_scroll_offset", + "getter": "get_scroll_offset", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeTexture2DParameter", + "inherits": "VisualShaderNodeTextureParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Theme", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_type", + "return_type": "void", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_color", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_constant", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_font", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_font_size", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_icon", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_stylebox", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_theme_item", + "return_type": "void", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_type_variation", + "return_type": "void", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color", + "return_type": "Color", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_constant", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_font", + "return_type": "Font", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_font_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_font_size", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_font_size_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_font_size_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_font_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_icon_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_icon_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_stylebox", + "return_type": "StyleBox", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_stylebox_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_stylebox_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_theme_item", + "return_type": "Variant", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_theme_item_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "theme_type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_theme_item_type_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_type_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_type_variation_base", + "return_type": "StringName", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_type_variation_list", + "return_type": "PackedStringArray", + "params": [ + { + "name": "base_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_color", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_constant", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_default_base_scale", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_default_font", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_default_font_size", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_font", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_font_size", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_icon", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_stylebox", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_item", + "return_type": "bool", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_type_variation", + "return_type": "bool", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "base_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "merge_with", + "return_type": "void", + "params": [ + { + "name": "other", + "type": "Theme", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_type", + "return_type": "void", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_color", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_constant", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_font", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_font_size", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_icon", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_stylebox", + "return_type": "void", + "params": [ + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_theme_item", + "return_type": "void", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "old_name", + "type": "StringName", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_color", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constant", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "constant", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_font", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + } + ], + "description": "" + }, + { + "name": "set_font_size", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_icon", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stylebox", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "StyleBox", + "default": null + } + ], + "description": "" + }, + { + "name": "set_theme_item", + "return_type": "void", + "params": [ + { + "name": "data_type", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_type_variation", + "return_type": "void", + "params": [ + { + "name": "theme_type", + "type": "StringName", + "default": null + }, + { + "name": "base_type", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "default_base_scale", + "type": "float", + "setter": "set_default_base_scale", + "getter": "get_default_base_scale", + "default": "0.0" + }, + { + "name": "default_font", + "type": "Font", + "setter": "set_default_font", + "getter": "get_default_font", + "default": "" + }, + { + "name": "default_font_size", + "type": "int", + "setter": "set_default_font_size", + "getter": "get_default_font_size", + "default": "-1" + } + ] + }, + { + "name": "HashingContext", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "finish", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "int", + "params": [ + { + "name": "chunk", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "CenterContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "use_top_left", + "type": "bool", + "setter": "set_use_top_left", + "getter": "is_using_top_left", + "default": "false" + } + ] + }, + { + "name": "Object", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_property_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_init", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_notification", + "return_type": "void", + "params": [ + { + "name": "what", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_property_can_revert", + "return_type": "bool", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_property_get_revert", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_set", + "return_type": "bool", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_to_string", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_validate_property", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "add_user_signal", + "return_type": "void", + "params": [ + { + "name": "signal", + "type": "String", + "default": null + }, + { + "name": "arguments", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "call", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "call_deferred", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "callv", + "return_type": "Variant", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + }, + { + "name": "arg_array", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "can_translate_messages", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "cancel_free", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect", + "return_type": "int", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "disconnect", + "return_type": "void", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "emit_signal", + "return_type": "int", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "free", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_class", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_incoming_connections", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_indexed", + "return_type": "Variant", + "params": [ + { + "name": "property_path", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "get_instance_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_meta", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "default", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_meta_list", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "get_method_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_property_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_script", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "get_signal_connection_list", + "return_type": "Dictionary[]", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_signal_list", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "has_meta", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_method", + "return_type": "bool", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_signal", + "return_type": "bool", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_user_signal", + "return_type": "bool", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_blocking_signals", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_class", + "return_type": "bool", + "params": [ + { + "name": "class", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_connected", + "return_type": "bool", + "params": [ + { + "name": "signal", + "type": "StringName", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "is_queued_for_deletion", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "notification", + "return_type": "void", + "params": [ + { + "name": "what", + "type": "int", + "default": null + }, + { + "name": "reversed", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "notify_property_list_changed", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "property_can_revert", + "return_type": "bool", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "property_get_revert", + "return_type": "Variant", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_meta", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_block_signals", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_deferred", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_indexed", + "return_type": "void", + "params": [ + { + "name": "property_path", + "type": "NodePath", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_message_translation", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_meta", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_script", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "to_string", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "tr", + "return_type": "String", + "params": [ + { + "name": "message", + "type": "StringName", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "tr_n", + "return_type": "String", + "params": [ + { + "name": "message", + "type": "StringName", + "default": null + }, + { + "name": "plural_message", + "type": "StringName", + "default": null + }, + { + "name": "n", + "type": "int", + "default": null + }, + { + "name": "context", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PanelContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "0" + } + ] + }, + { + "name": "ResourceImporterBitMap", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "create_from", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "threshold", + "type": "float", + "setter": "", + "getter": "", + "default": "0.5" + } + ] + }, + { + "name": "Transform2D", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "affine_inverse", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "basis_xform", + "return_type": "Vector2", + "params": [ + { + "name": "v", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "basis_xform_inv", + "return_type": "Vector2", + "params": [ + { + "name": "v", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "determinant", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_origin", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_rotation", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_scale", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_skew", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "interpolate_with", + "return_type": "Transform2D", + "params": [ + { + "name": "xform", + "type": "Transform2D", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "inverse", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "is_conformal", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "xform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "looking_at", + "return_type": "Transform2D", + "params": [ + { + "name": "target", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "orthonormalized", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "rotated", + "return_type": "Transform2D", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rotated_local", + "return_type": "Transform2D", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "scaled", + "return_type": "Transform2D", + "params": [ + { + "name": "scale", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "scaled_local", + "return_type": "Transform2D", + "params": [ + { + "name": "scale", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "translated", + "return_type": "Transform2D", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "translated_local", + "return_type": "Transform2D", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "origin", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 0)" + }, + { + "name": "x", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(1, 0)" + }, + { + "name": "y", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "Vector2(0, 1)" + } + ] + }, + { + "name": "JavaClassWrapper", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "wrap", + "return_type": "JavaClass", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "StreamPeerTLS", + "inherits": "StreamPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "accept_stream", + "return_type": "int", + "params": [ + { + "name": "stream", + "type": "StreamPeer", + "default": null + }, + { + "name": "server_options", + "type": "TLSOptions", + "default": null + } + ], + "description": "" + }, + { + "name": "connect_to_stream", + "return_type": "int", + "params": [ + { + "name": "stream", + "type": "StreamPeer", + "default": null + }, + { + "name": "common_name", + "type": "String", + "default": null + }, + { + "name": "client_options", + "type": "TLSOptions", + "default": "null" + } + ], + "description": "" + }, + { + "name": "disconnect_from_stream", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_stream", + "return_type": "StreamPeer", + "params": [], + "description": "" + }, + { + "name": "poll", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VoxelGIData", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "allocate", + "return_type": "void", + "params": [ + { + "name": "to_cell_xform", + "type": "Transform3D", + "default": null + }, + { + "name": "aabb", + "type": "AABB", + "default": null + }, + { + "name": "octree_size", + "type": "Vector3", + "default": null + }, + { + "name": "octree_cells", + "type": "PackedByteArray", + "default": null + }, + { + "name": "data_cells", + "type": "PackedByteArray", + "default": null + }, + { + "name": "distance_field", + "type": "PackedByteArray", + "default": null + }, + { + "name": "level_counts", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bounds", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_data_cells", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "get_level_counts", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_octree_cells", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "get_octree_size", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_to_cell_xform", + "return_type": "Transform3D", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "bias", + "type": "float", + "setter": "set_bias", + "getter": "get_bias", + "default": "1.5" + }, + { + "name": "dynamic_range", + "type": "float", + "setter": "set_dynamic_range", + "getter": "get_dynamic_range", + "default": "2.0" + }, + { + "name": "energy", + "type": "float", + "setter": "set_energy", + "getter": "get_energy", + "default": "1.0" + }, + { + "name": "interior", + "type": "bool", + "setter": "set_interior", + "getter": "is_interior", + "default": "false" + }, + { + "name": "normal_bias", + "type": "float", + "setter": "set_normal_bias", + "getter": "get_normal_bias", + "default": "0.0" + }, + { + "name": "propagation", + "type": "float", + "setter": "set_propagation", + "getter": "get_propagation", + "default": "0.5" + }, + { + "name": "use_two_bounces", + "type": "bool", + "setter": "set_use_two_bounces", + "getter": "is_using_two_bounces", + "default": "true" + } + ] + }, + { + "name": "Area2D", + "inherits": "CollisionObject2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_overlapping_areas", + "return_type": "Area2D[]", + "params": [], + "description": "" + }, + { + "name": "get_overlapping_bodies", + "return_type": "Node2D[]", + "params": [], + "description": "" + }, + { + "name": "has_overlapping_areas", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_overlapping_bodies", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "overlaps_area", + "return_type": "bool", + "params": [ + { + "name": "area", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "overlaps_body", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_damp", + "type": "float", + "setter": "set_angular_damp", + "getter": "get_angular_damp", + "default": "1.0" + }, + { + "name": "angular_damp_space_override", + "type": "int", + "setter": "set_angular_damp_space_override_mode", + "getter": "get_angular_damp_space_override_mode", + "default": "0" + }, + { + "name": "audio_bus_name", + "type": "StringName", + "setter": "set_audio_bus_name", + "getter": "get_audio_bus_name", + "default": "&\"Master\"" + }, + { + "name": "audio_bus_override", + "type": "bool", + "setter": "set_audio_bus_override", + "getter": "is_overriding_audio_bus", + "default": "false" + }, + { + "name": "gravity", + "type": "float", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "980.0" + }, + { + "name": "gravity_direction", + "type": "Vector2", + "setter": "set_gravity_direction", + "getter": "get_gravity_direction", + "default": "Vector2(0, 1)" + }, + { + "name": "gravity_point", + "type": "bool", + "setter": "set_gravity_is_point", + "getter": "is_gravity_a_point", + "default": "false" + }, + { + "name": "gravity_point_center", + "type": "Vector2", + "setter": "set_gravity_point_center", + "getter": "get_gravity_point_center", + "default": "Vector2(0, 1)" + }, + { + "name": "gravity_point_unit_distance", + "type": "float", + "setter": "set_gravity_point_unit_distance", + "getter": "get_gravity_point_unit_distance", + "default": "0.0" + }, + { + "name": "gravity_space_override", + "type": "int", + "setter": "set_gravity_space_override_mode", + "getter": "get_gravity_space_override_mode", + "default": "0" + }, + { + "name": "linear_damp", + "type": "float", + "setter": "set_linear_damp", + "getter": "get_linear_damp", + "default": "0.1" + }, + { + "name": "linear_damp_space_override", + "type": "int", + "setter": "set_linear_damp_space_override_mode", + "getter": "get_linear_damp_space_override_mode", + "default": "0" + }, + { + "name": "monitorable", + "type": "bool", + "setter": "set_monitorable", + "getter": "is_monitorable", + "default": "true" + }, + { + "name": "monitoring", + "type": "bool", + "setter": "set_monitoring", + "getter": "is_monitoring", + "default": "true" + }, + { + "name": "priority", + "type": "int", + "setter": "set_priority", + "getter": "get_priority", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNode", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_default_input_values", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_default_input_port", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_default_input_values", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_input_port_default_value", + "return_type": "Variant", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_input_port_default_value", + "return_type": "void", + "params": [ + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_default_input_values", + "return_type": "void", + "params": [ + { + "name": "values", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_port_default_value", + "return_type": "void", + "params": [ + { + "name": "port", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "prev_value", + "type": "Variant", + "default": "null" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "output_port_for_preview", + "type": "int", + "setter": "set_output_port_for_preview", + "getter": "get_output_port_for_preview", + "default": "-1" + } + ] + }, + { + "name": "SkeletonModification2DStackHolder", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_held_modification_stack", + "return_type": "SkeletonModificationStack2D", + "params": [], + "description": "" + }, + { + "name": "set_held_modification_stack", + "return_type": "void", + "params": [ + { + "name": "held_modification_stack", + "type": "SkeletonModificationStack2D", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "UndoRedo", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_do_method", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "add_do_property", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "add_do_reference", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_method", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_property", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_reference", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_history", + "return_type": "void", + "params": [ + { + "name": "increase_version", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "commit_action", + "return_type": "void", + "params": [ + { + "name": "execute", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "create_action", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "merge_mode", + "type": "int", + "default": "0" + }, + { + "name": "backward_undo_ops", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "end_force_keep_in_merge_ends", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_action_name", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_action", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_current_action_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_history_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_version", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_redo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_undo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_committing_action", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "redo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "start_force_keep_in_merge_ends", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "undo", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Marshalls", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "base64_to_raw", + "return_type": "PackedByteArray", + "params": [ + { + "name": "base64_str", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "base64_to_utf8", + "return_type": "String", + "params": [ + { + "name": "base64_str", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "base64_to_variant", + "return_type": "Variant", + "params": [ + { + "name": "base64_str", + "type": "String", + "default": null + }, + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "raw_to_base64", + "return_type": "String", + "params": [ + { + "name": "array", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "utf8_to_base64", + "return_type": "String", + "params": [ + { + "name": "utf8_str", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "variant_to_base64", + "return_type": "String", + "params": [ + { + "name": "variant", + "type": "Variant", + "default": null + }, + { + "name": "full_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectPhaser", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "depth", + "type": "float", + "setter": "set_depth", + "getter": "get_depth", + "default": "1.0" + }, + { + "name": "feedback", + "type": "float", + "setter": "set_feedback", + "getter": "get_feedback", + "default": "0.7" + }, + { + "name": "range_max_hz", + "type": "float", + "setter": "set_range_max_hz", + "getter": "get_range_max_hz", + "default": "1600.0" + }, + { + "name": "range_min_hz", + "type": "float", + "setter": "set_range_min_hz", + "getter": "get_range_min_hz", + "default": "440.0" + }, + { + "name": "rate_hz", + "type": "float", + "setter": "set_rate_hz", + "getter": "get_rate_hz", + "default": "0.5" + } + ] + }, + { + "name": "MeshInstance3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_convex_collision", + "return_type": "void", + "params": [ + { + "name": "clean", + "type": "bool", + "default": "true" + }, + { + "name": "simplify", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_debug_tangents", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_multiple_convex_collisions", + "return_type": "void", + "params": [ + { + "name": "settings", + "type": "MeshConvexDecompositionSettings", + "default": "null" + } + ], + "description": "" + }, + { + "name": "create_trimesh_collision", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "find_blend_shape_by_name", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_active_material", + "return_type": "Material", + "params": [ + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_blend_shape_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_shape_value", + "return_type": "float", + "params": [ + { + "name": "blend_shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_override_material", + "return_type": "Material", + "params": [ + { + "name": "surface", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_override_material_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_blend_shape_value", + "return_type": "void", + "params": [ + { + "name": "blend_shape_idx", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_surface_override_material", + "return_type": "void", + "params": [ + { + "name": "surface", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "skeleton", + "type": "NodePath", + "setter": "set_skeleton_path", + "getter": "get_skeleton_path", + "default": "NodePath(\"..\")" + }, + { + "name": "skin", + "type": "Skin", + "setter": "set_skin", + "getter": "get_skin", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeVec2Constant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "Vector2", + "setter": "set_constant", + "getter": "get_constant", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeCubemap", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "cube_map", + "type": "Cubemap", + "setter": "set_cube_map", + "getter": "get_cube_map", + "default": "" + }, + { + "name": "source", + "type": "int", + "setter": "set_source", + "getter": "get_source", + "default": "0" + }, + { + "name": "texture_type", + "type": "int", + "setter": "set_texture_type", + "getter": "get_texture_type", + "default": "0" + } + ] + }, + { + "name": "AnimationNodeAnimation", + "inherits": "AnimationRootNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "animation", + "type": "StringName", + "setter": "set_animation", + "getter": "get_animation", + "default": "&\"\"" + }, + { + "name": "play_mode", + "type": "int", + "setter": "set_play_mode", + "getter": "get_play_mode", + "default": "0" + } + ] + }, + { + "name": "CapsuleMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "2.0" + }, + { + "name": "radial_segments", + "type": "int", + "setter": "set_radial_segments", + "getter": "get_radial_segments", + "default": "64" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + }, + { + "name": "rings", + "type": "int", + "setter": "set_rings", + "getter": "get_rings", + "default": "8" + } + ] + }, + { + "name": "Curve3D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector3", + "default": null + }, + { + "name": "in", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "out", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "clear_points", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_baked_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_baked_points", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "get_baked_tilts", + "return_type": "PackedFloat32Array", + "params": [], + "description": "" + }, + { + "name": "get_baked_up_vectors", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "get_closest_offset", + "return_type": "float", + "params": [ + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point", + "return_type": "Vector3", + "params": [ + { + "name": "to_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_in", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_out", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_tilt", + "return_type": "float", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sample", + "return_type": "Vector3", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "sample_baked", + "return_type": "Vector3", + "params": [ + { + "name": "offset", + "type": "float", + "default": "0.0" + }, + { + "name": "cubic", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "sample_baked_up_vector", + "return_type": "Vector3", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + }, + { + "name": "apply_tilt", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "sample_baked_with_rotation", + "return_type": "Transform3D", + "params": [ + { + "name": "offset", + "type": "float", + "default": "0.0" + }, + { + "name": "cubic", + "type": "bool", + "default": "false" + }, + { + "name": "apply_tilt", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "samplef", + "return_type": "Vector3", + "params": [ + { + "name": "fofs", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_in", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_out", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_position", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_tilt", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tilt", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "tessellate", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "max_stages", + "type": "int", + "default": "5" + }, + { + "name": "tolerance_degrees", + "type": "float", + "default": "4" + } + ], + "description": "" + }, + { + "name": "tessellate_even_length", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "max_stages", + "type": "int", + "default": "5" + }, + { + "name": "tolerance_length", + "type": "float", + "default": "0.2" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bake_interval", + "type": "float", + "setter": "set_bake_interval", + "getter": "get_bake_interval", + "default": "0.2" + }, + { + "name": "point_count", + "type": "int", + "setter": "set_point_count", + "getter": "get_point_count", + "default": "0" + }, + { + "name": "up_vector_enabled", + "type": "bool", + "setter": "set_up_vector_enabled", + "getter": "is_up_vector_enabled", + "default": "true" + } + ] + }, + { + "name": "OS", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "alert", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "title", + "type": "String", + "default": "\"Alert!\"" + } + ], + "description": "" + }, + { + "name": "close_midi_inputs", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "crash", + "return_type": "void", + "params": [ + { + "name": "message", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "create_instance", + "return_type": "int", + "params": [ + { + "name": "arguments", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "create_process", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "arguments", + "type": "PackedStringArray", + "default": null + }, + { + "name": "open_console", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "delay_msec", + "return_type": "void", + "params": [ + { + "name": "msec", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "delay_usec", + "return_type": "void", + "params": [ + { + "name": "usec", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "execute", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "arguments", + "type": "PackedStringArray", + "default": null + }, + { + "name": "output", + "type": "Array", + "default": "[]" + }, + { + "name": "read_stderr", + "type": "bool", + "default": "false" + }, + { + "name": "open_console", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "find_keycode_from_string", + "return_type": "int", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cache_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_cmdline_args", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_cmdline_user_args", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_config_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_connected_midi_inputs", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_data_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_distribution_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_environment", + "return_type": "String", + "params": [ + { + "name": "variable", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_executable_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_granted_permissions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_keycode_string", + "return_type": "String", + "params": [ + { + "name": "code", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_locale", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_locale_language", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_main_thread_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_memory_info", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "get_model_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_process_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_processor_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_processor_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_restart_on_exit_arguments", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_static_memory_peak_usage", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_static_memory_usage", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_system_dir", + "return_type": "String", + "params": [ + { + "name": "dir", + "type": "int", + "default": null + }, + { + "name": "shared_storage", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_system_font_path", + "return_type": "String", + "params": [ + { + "name": "font_name", + "type": "String", + "default": null + }, + { + "name": "weight", + "type": "int", + "default": "400" + }, + { + "name": "stretch", + "type": "int", + "default": "100" + }, + { + "name": "italic", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_system_font_path_for_text", + "return_type": "PackedStringArray", + "params": [ + { + "name": "font_name", + "type": "String", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "locale", + "type": "String", + "default": "\"\"" + }, + { + "name": "script", + "type": "String", + "default": "\"\"" + }, + { + "name": "weight", + "type": "int", + "default": "400" + }, + { + "name": "stretch", + "type": "int", + "default": "100" + }, + { + "name": "italic", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_system_fonts", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_thread_caller_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_unique_id", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_user_data_dir", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_version", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_video_adapter_driver_info", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "has_environment", + "return_type": "bool", + "params": [ + { + "name": "variable", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_feature", + "return_type": "bool", + "params": [ + { + "name": "tag_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_debug_build", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_keycode_unicode", + "return_type": "bool", + "params": [ + { + "name": "code", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_process_running", + "return_type": "bool", + "params": [ + { + "name": "pid", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_restart_on_exit_set", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_sandboxed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_stdout_verbose", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_userfs_persistent", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "kill", + "return_type": "int", + "params": [ + { + "name": "pid", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_to_trash", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "open_midi_inputs", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "read_string_from_stdin", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "request_permission", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "request_permissions", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "revoke_granted_permissions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_environment", + "return_type": "void", + "params": [ + { + "name": "variable", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_restart_on_exit", + "return_type": "void", + "params": [ + { + "name": "restart", + "type": "bool", + "default": null + }, + { + "name": "arguments", + "type": "PackedStringArray", + "default": "PackedStringArray()" + } + ], + "description": "" + }, + { + "name": "set_thread_name", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_use_file_access_save_and_swap", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shell_open", + "return_type": "int", + "params": [ + { + "name": "uri", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "shell_show_in_file_manager", + "return_type": "int", + "params": [ + { + "name": "file_or_dir_path", + "type": "String", + "default": null + }, + { + "name": "open_folder", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "unset_environment", + "return_type": "void", + "params": [ + { + "name": "variable", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "delta_smoothing", + "type": "bool", + "setter": "set_delta_smoothing", + "getter": "is_delta_smoothing_enabled", + "default": "true" + }, + { + "name": "low_processor_usage_mode", + "type": "bool", + "setter": "set_low_processor_usage_mode", + "getter": "is_in_low_processor_usage_mode", + "default": "false" + }, + { + "name": "low_processor_usage_mode_sleep_usec", + "type": "int", + "setter": "set_low_processor_usage_mode_sleep_usec", + "getter": "get_low_processor_usage_mode_sleep_usec", + "default": "6900" + } + ] + }, + { + "name": "ImageTexture3D", + "inherits": "Texture3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create", + "return_type": "int", + "params": [ + { + "name": "format", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + }, + { + "name": "height", + "type": "int", + "default": null + }, + { + "name": "depth", + "type": "int", + "default": null + }, + { + "name": "use_mipmaps", + "type": "bool", + "default": null + }, + { + "name": "data", + "type": "Image[]", + "default": null + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "void", + "params": [ + { + "name": "data", + "type": "Image[]", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectChorus", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_voice_cutoff_hz", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_voice_delay_ms", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_voice_depth_ms", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_voice_level_db", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_voice_pan", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_voice_rate_hz", + "return_type": "float", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_cutoff_hz", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "cutoff_hz", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_delay_ms", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "delay_ms", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_depth_ms", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "depth_ms", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_level_db", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "level_db", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_pan", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "pan", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_voice_rate_hz", + "return_type": "void", + "params": [ + { + "name": "voice_idx", + "type": "int", + "default": null + }, + { + "name": "rate_hz", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "dry", + "type": "float", + "setter": "set_dry", + "getter": "get_dry", + "default": "1.0" + }, + { + "name": "voice/1/cutoff_hz", + "type": "float", + "setter": "set_voice_cutoff_hz", + "getter": "get_voice_cutoff_hz", + "default": "8000.0" + }, + { + "name": "voice/1/delay_ms", + "type": "float", + "setter": "set_voice_delay_ms", + "getter": "get_voice_delay_ms", + "default": "15.0" + }, + { + "name": "voice/1/depth_ms", + "type": "float", + "setter": "set_voice_depth_ms", + "getter": "get_voice_depth_ms", + "default": "2.0" + }, + { + "name": "voice/1/level_db", + "type": "float", + "setter": "set_voice_level_db", + "getter": "get_voice_level_db", + "default": "0.0" + }, + { + "name": "voice/1/pan", + "type": "float", + "setter": "set_voice_pan", + "getter": "get_voice_pan", + "default": "-0.5" + }, + { + "name": "voice/1/rate_hz", + "type": "float", + "setter": "set_voice_rate_hz", + "getter": "get_voice_rate_hz", + "default": "0.8" + }, + { + "name": "voice/2/cutoff_hz", + "type": "float", + "setter": "set_voice_cutoff_hz", + "getter": "get_voice_cutoff_hz", + "default": "8000.0" + }, + { + "name": "voice/2/delay_ms", + "type": "float", + "setter": "set_voice_delay_ms", + "getter": "get_voice_delay_ms", + "default": "20.0" + }, + { + "name": "voice/2/depth_ms", + "type": "float", + "setter": "set_voice_depth_ms", + "getter": "get_voice_depth_ms", + "default": "3.0" + }, + { + "name": "voice/2/level_db", + "type": "float", + "setter": "set_voice_level_db", + "getter": "get_voice_level_db", + "default": "0.0" + }, + { + "name": "voice/2/pan", + "type": "float", + "setter": "set_voice_pan", + "getter": "get_voice_pan", + "default": "0.5" + }, + { + "name": "voice/2/rate_hz", + "type": "float", + "setter": "set_voice_rate_hz", + "getter": "get_voice_rate_hz", + "default": "1.2" + }, + { + "name": "voice/3/cutoff_hz", + "type": "float", + "setter": "set_voice_cutoff_hz", + "getter": "get_voice_cutoff_hz", + "default": "" + }, + { + "name": "voice/3/delay_ms", + "type": "float", + "setter": "set_voice_delay_ms", + "getter": "get_voice_delay_ms", + "default": "" + }, + { + "name": "voice/3/depth_ms", + "type": "float", + "setter": "set_voice_depth_ms", + "getter": "get_voice_depth_ms", + "default": "" + }, + { + "name": "voice/3/level_db", + "type": "float", + "setter": "set_voice_level_db", + "getter": "get_voice_level_db", + "default": "" + }, + { + "name": "voice/3/pan", + "type": "float", + "setter": "set_voice_pan", + "getter": "get_voice_pan", + "default": "" + }, + { + "name": "voice/3/rate_hz", + "type": "float", + "setter": "set_voice_rate_hz", + "getter": "get_voice_rate_hz", + "default": "" + }, + { + "name": "voice/4/cutoff_hz", + "type": "float", + "setter": "set_voice_cutoff_hz", + "getter": "get_voice_cutoff_hz", + "default": "" + }, + { + "name": "voice/4/delay_ms", + "type": "float", + "setter": "set_voice_delay_ms", + "getter": "get_voice_delay_ms", + "default": "" + }, + { + "name": "voice/4/depth_ms", + "type": "float", + "setter": "set_voice_depth_ms", + "getter": "get_voice_depth_ms", + "default": "" + }, + { + "name": "voice/4/level_db", + "type": "float", + "setter": "set_voice_level_db", + "getter": "get_voice_level_db", + "default": "" + }, + { + "name": "voice/4/pan", + "type": "float", + "setter": "set_voice_pan", + "getter": "get_voice_pan", + "default": "" + }, + { + "name": "voice/4/rate_hz", + "type": "float", + "setter": "set_voice_rate_hz", + "getter": "get_voice_rate_hz", + "default": "" + }, + { + "name": "voice_count", + "type": "int", + "setter": "set_voice_count", + "getter": "get_voice_count", + "default": "2" + }, + { + "name": "wet", + "type": "float", + "setter": "set_wet", + "getter": "get_wet", + "default": "0.5" + } + ] + }, + { + "name": "VisualShaderNodeColorOp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "RDTextureView", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "format_override", + "type": "int", + "setter": "set_format_override", + "getter": "get_format_override", + "default": "218" + }, + { + "name": "swizzle_a", + "type": "int", + "setter": "set_swizzle_a", + "getter": "get_swizzle_a", + "default": "6" + }, + { + "name": "swizzle_b", + "type": "int", + "setter": "set_swizzle_b", + "getter": "get_swizzle_b", + "default": "5" + }, + { + "name": "swizzle_g", + "type": "int", + "setter": "set_swizzle_g", + "getter": "get_swizzle_g", + "default": "4" + }, + { + "name": "swizzle_r", + "type": "int", + "setter": "set_swizzle_r", + "getter": "get_swizzle_r", + "default": "3" + } + ] + }, + { + "name": "JSONRPC", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "make_notification", + "return_type": "Dictionary", + "params": [ + { + "name": "method", + "type": "String", + "default": null + }, + { + "name": "params", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "make_request", + "return_type": "Dictionary", + "params": [ + { + "name": "method", + "type": "String", + "default": null + }, + { + "name": "params", + "type": "Variant", + "default": null + }, + { + "name": "id", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "make_response", + "return_type": "Dictionary", + "params": [ + { + "name": "result", + "type": "Variant", + "default": null + }, + { + "name": "id", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "make_response_error", + "return_type": "Dictionary", + "params": [ + { + "name": "code", + "type": "int", + "default": null + }, + { + "name": "message", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "process_action", + "return_type": "Variant", + "params": [ + { + "name": "action", + "type": "Variant", + "default": null + }, + { + "name": "recurse", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "process_string", + "return_type": "String", + "params": [ + { + "name": "action", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_scope", + "return_type": "void", + "params": [ + { + "name": "scope", + "type": "String", + "default": null + }, + { + "name": "target", + "type": "Object", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "GPUParticlesCollisionSDF3D", + "inherits": "GPUParticlesCollision3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_bake_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bake_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bake_mask", + "type": "int", + "setter": "set_bake_mask", + "getter": "get_bake_mask", + "default": "4294967295" + }, + { + "name": "resolution", + "type": "int", + "setter": "set_resolution", + "getter": "get_resolution", + "default": "2" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + }, + { + "name": "texture", + "type": "Texture3D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "thickness", + "type": "float", + "setter": "set_thickness", + "getter": "get_thickness", + "default": "1.0" + } + ] + }, + { + "name": "AudioEffectReverb", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "damping", + "type": "float", + "setter": "set_damping", + "getter": "get_damping", + "default": "0.5" + }, + { + "name": "dry", + "type": "float", + "setter": "set_dry", + "getter": "get_dry", + "default": "1.0" + }, + { + "name": "hipass", + "type": "float", + "setter": "set_hpf", + "getter": "get_hpf", + "default": "0.0" + }, + { + "name": "predelay_feedback", + "type": "float", + "setter": "set_predelay_feedback", + "getter": "get_predelay_feedback", + "default": "0.4" + }, + { + "name": "predelay_msec", + "type": "float", + "setter": "set_predelay_msec", + "getter": "get_predelay_msec", + "default": "150.0" + }, + { + "name": "room_size", + "type": "float", + "setter": "set_room_size", + "getter": "get_room_size", + "default": "0.8" + }, + { + "name": "spread", + "type": "float", + "setter": "set_spread", + "getter": "get_spread", + "default": "1.0" + }, + { + "name": "wet", + "type": "float", + "setter": "set_wet", + "getter": "get_wet", + "default": "0.5" + } + ] + }, + { + "name": "MeshInstance2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "HMACContext", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "finish", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "int", + "params": [ + { + "name": "hash_type", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "int", + "params": [ + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectInstance", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_process", + "return_type": "void", + "params": [ + { + "name": "src_buffer", + "type": "const void*", + "default": null + }, + { + "name": "dst_buffer", + "type": "AudioFrame*", + "default": null + }, + { + "name": "frame_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_process_silence", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "@GlobalScope", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "absf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "absi", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "acos", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "acosh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "angle_difference", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "asin", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "asinh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "atan", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "atan2", + "return_type": "float", + "params": [ + { + "name": "y", + "type": "float", + "default": null + }, + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "atanh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_derivative", + "return_type": "float", + "params": [ + { + "name": "start", + "type": "float", + "default": null + }, + { + "name": "control_1", + "type": "float", + "default": null + }, + { + "name": "control_2", + "type": "float", + "default": null + }, + { + "name": "end", + "type": "float", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_interpolate", + "return_type": "float", + "params": [ + { + "name": "start", + "type": "float", + "default": null + }, + { + "name": "control_1", + "type": "float", + "default": null + }, + { + "name": "control_2", + "type": "float", + "default": null + }, + { + "name": "end", + "type": "float", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bytes_to_var", + "return_type": "Variant", + "params": [ + { + "name": "bytes", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "bytes_to_var_with_objects", + "return_type": "Variant", + "params": [ + { + "name": "bytes", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "ceil", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "ceilf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "ceili", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "clamp", + "return_type": "Variant", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "min", + "type": "Variant", + "default": null + }, + { + "name": "max", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "clampf", + "return_type": "float", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "min", + "type": "float", + "default": null + }, + { + "name": "max", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "clampi", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "min", + "type": "int", + "default": null + }, + { + "name": "max", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "cos", + "return_type": "float", + "params": [ + { + "name": "angle_rad", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cosh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "pre", + "type": "float", + "default": null + }, + { + "name": "post", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_angle", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "pre", + "type": "float", + "default": null + }, + { + "name": "post", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_angle_in_time", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "pre", + "type": "float", + "default": null + }, + { + "name": "post", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "to_t", + "type": "float", + "default": null + }, + { + "name": "pre_t", + "type": "float", + "default": null + }, + { + "name": "post_t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_in_time", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "pre", + "type": "float", + "default": null + }, + { + "name": "post", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "to_t", + "type": "float", + "default": null + }, + { + "name": "pre_t", + "type": "float", + "default": null + }, + { + "name": "post_t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "db_to_linear", + "return_type": "float", + "params": [ + { + "name": "db", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "deg_to_rad", + "return_type": "float", + "params": [ + { + "name": "deg", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "ease", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + }, + { + "name": "curve", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "error_string", + "return_type": "String", + "params": [ + { + "name": "error", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "exp", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "floor", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "floorf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "floori", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "fmod", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + }, + { + "name": "y", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "fposmod", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + }, + { + "name": "y", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "hash", + "return_type": "int", + "params": [ + { + "name": "variable", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "instance_from_id", + "return_type": "Object", + "params": [ + { + "name": "instance_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "inverse_lerp", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "a", + "type": "float", + "default": null + }, + { + "name": "b", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_inf", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_instance_id_valid", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_instance_valid", + "return_type": "bool", + "params": [ + { + "name": "instance", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "is_nan", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_same", + "return_type": "bool", + "params": [ + { + "name": "a", + "type": "Variant", + "default": null + }, + { + "name": "b", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "is_zero_approx", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "lerp", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Variant", + "default": null + }, + { + "name": "to", + "type": "Variant", + "default": null + }, + { + "name": "weight", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "lerp_angle", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "lerpf", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "linear_to_db", + "return_type": "float", + "params": [ + { + "name": "lin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "log", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "max", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "maxf", + "return_type": "float", + "params": [ + { + "name": "a", + "type": "float", + "default": null + }, + { + "name": "b", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "maxi", + "return_type": "int", + "params": [ + { + "name": "a", + "type": "int", + "default": null + }, + { + "name": "b", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "min", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "minf", + "return_type": "float", + "params": [ + { + "name": "a", + "type": "float", + "default": null + }, + { + "name": "b", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "mini", + "return_type": "int", + "params": [ + { + "name": "a", + "type": "int", + "default": null + }, + { + "name": "b", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_toward", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "nearest_po2", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pingpong", + "return_type": "float", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "length", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "posmod", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pow", + "return_type": "float", + "params": [ + { + "name": "base", + "type": "float", + "default": null + }, + { + "name": "exp", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "print", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "print_rich", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "print_verbose", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "printerr", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "printraw", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "prints", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "printt", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "push_error", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "push_warning", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "rad_to_deg", + "return_type": "float", + "params": [ + { + "name": "rad", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rand_from_seed", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "seed", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "randf", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "randf_range", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "randfn", + "return_type": "float", + "params": [ + { + "name": "mean", + "type": "float", + "default": null + }, + { + "name": "deviation", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "randi", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "randi_range", + "return_type": "int", + "params": [ + { + "name": "from", + "type": "int", + "default": null + }, + { + "name": "to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "randomize", + "return_type": "", + "params": [], + "description": "" + }, + { + "name": "remap", + "return_type": "float", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "istart", + "type": "float", + "default": null + }, + { + "name": "istop", + "type": "float", + "default": null + }, + { + "name": "ostart", + "type": "float", + "default": null + }, + { + "name": "ostop", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rid_allocate_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "rid_from_int64", + "return_type": "RID", + "params": [ + { + "name": "base", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "rotate_toward", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "round", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "roundf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "roundi", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "seed", + "return_type": "", + "params": [ + { + "name": "base", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sign", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "signf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "signi", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sin", + "return_type": "float", + "params": [ + { + "name": "angle_rad", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "sinh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "smoothstep", + "return_type": "float", + "params": [ + { + "name": "from", + "type": "float", + "default": null + }, + { + "name": "to", + "type": "float", + "default": null + }, + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "snapped", + "return_type": "Variant", + "params": [ + { + "name": "x", + "type": "Variant", + "default": null + }, + { + "name": "step", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "snappedf", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + }, + { + "name": "step", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "snappedi", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "float", + "default": null + }, + { + "name": "step", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sqrt", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "step_decimals", + "return_type": "int", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "str", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "str_to_var", + "return_type": "Variant", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "tan", + "return_type": "float", + "params": [ + { + "name": "angle_rad", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "tanh", + "return_type": "float", + "params": [ + { + "name": "x", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "type_convert", + "return_type": "Variant", + "params": [ + { + "name": "variant", + "type": "Variant", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "type_string", + "return_type": "String", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "typeof", + "return_type": "int", + "params": [ + { + "name": "variable", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "var_to_bytes", + "return_type": "PackedByteArray", + "params": [ + { + "name": "variable", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "var_to_bytes_with_objects", + "return_type": "PackedByteArray", + "params": [ + { + "name": "variable", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "var_to_str", + "return_type": "String", + "params": [ + { + "name": "variable", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "weakref", + "return_type": "Variant", + "params": [ + { + "name": "obj", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "wrap", + "return_type": "Variant", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "min", + "type": "Variant", + "default": null + }, + { + "name": "max", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "wrapf", + "return_type": "float", + "params": [ + { + "name": "value", + "type": "float", + "default": null + }, + { + "name": "min", + "type": "float", + "default": null + }, + { + "name": "max", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "wrapi", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "min", + "type": "int", + "default": null + }, + { + "name": "max", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "AudioServer", + "type": "AudioServer", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "CameraServer", + "type": "CameraServer", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ClassDB", + "type": "ClassDB", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "DisplayServer", + "type": "DisplayServer", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "EditorInterface", + "type": "EditorInterface", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Engine", + "type": "Engine", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "EngineDebugger", + "type": "EngineDebugger", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "GDExtensionManager", + "type": "GDExtensionManager", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Geometry2D", + "type": "Geometry2D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Geometry3D", + "type": "Geometry3D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "IP", + "type": "IP", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Input", + "type": "Input", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "InputMap", + "type": "InputMap", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "JavaClassWrapper", + "type": "JavaClassWrapper", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "JavaScriptBridge", + "type": "JavaScriptBridge", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Marshalls", + "type": "Marshalls", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "NavigationMeshGenerator", + "type": "NavigationMeshGenerator", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "NavigationServer2D", + "type": "NavigationServer2D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "NavigationServer3D", + "type": "NavigationServer3D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "OS", + "type": "OS", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Performance", + "type": "Performance", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "PhysicsServer2D", + "type": "PhysicsServer2D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "PhysicsServer2DManager", + "type": "PhysicsServer2DManager", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "PhysicsServer3D", + "type": "PhysicsServer3D", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "PhysicsServer3DManager", + "type": "PhysicsServer3DManager", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ProjectSettings", + "type": "ProjectSettings", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "RenderingServer", + "type": "RenderingServer", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ResourceLoader", + "type": "ResourceLoader", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ResourceSaver", + "type": "ResourceSaver", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ResourceUID", + "type": "ResourceUID", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "TextServerManager", + "type": "TextServerManager", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "ThemeDB", + "type": "ThemeDB", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "Time", + "type": "Time", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "TranslationServer", + "type": "TranslationServer", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "WorkerThreadPool", + "type": "WorkerThreadPool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "XRServer", + "type": "XRServer", + "setter": "", + "getter": "", + "default": "" + } + ] + }, + { + "name": "PacketPeerUDP", + "inherits": "PacketPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "bind", + "return_type": "int", + "params": [ + { + "name": "port", + "type": "int", + "default": null + }, + { + "name": "bind_address", + "type": "String", + "default": "\"*\"" + }, + { + "name": "recv_buf_size", + "type": "int", + "default": "65536" + } + ], + "description": "" + }, + { + "name": "close", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "connect_to_host", + "return_type": "int", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_local_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_packet_ip", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_packet_port", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_bound", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_socket_connected", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "join_multicast_group", + "return_type": "int", + "params": [ + { + "name": "multicast_address", + "type": "String", + "default": null + }, + { + "name": "interface_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "leave_multicast_group", + "return_type": "int", + "params": [ + { + "name": "multicast_address", + "type": "String", + "default": null + }, + { + "name": "interface_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_broadcast_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_dest_address", + "return_type": "int", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "wait", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "MeshConvexDecompositionSettings", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "convex_hull_approximation", + "type": "bool", + "setter": "set_convex_hull_approximation", + "getter": "get_convex_hull_approximation", + "default": "true" + }, + { + "name": "convex_hull_downsampling", + "type": "int", + "setter": "set_convex_hull_downsampling", + "getter": "get_convex_hull_downsampling", + "default": "4" + }, + { + "name": "max_concavity", + "type": "float", + "setter": "set_max_concavity", + "getter": "get_max_concavity", + "default": "1.0" + }, + { + "name": "max_convex_hulls", + "type": "int", + "setter": "set_max_convex_hulls", + "getter": "get_max_convex_hulls", + "default": "1" + }, + { + "name": "max_num_vertices_per_convex_hull", + "type": "int", + "setter": "set_max_num_vertices_per_convex_hull", + "getter": "get_max_num_vertices_per_convex_hull", + "default": "32" + }, + { + "name": "min_volume_per_convex_hull", + "type": "float", + "setter": "set_min_volume_per_convex_hull", + "getter": "get_min_volume_per_convex_hull", + "default": "0.0001" + }, + { + "name": "mode", + "type": "int", + "setter": "set_mode", + "getter": "get_mode", + "default": "0" + }, + { + "name": "normalize_mesh", + "type": "bool", + "setter": "set_normalize_mesh", + "getter": "get_normalize_mesh", + "default": "false" + }, + { + "name": "plane_downsampling", + "type": "int", + "setter": "set_plane_downsampling", + "getter": "get_plane_downsampling", + "default": "4" + }, + { + "name": "project_hull_vertices", + "type": "bool", + "setter": "set_project_hull_vertices", + "getter": "get_project_hull_vertices", + "default": "true" + }, + { + "name": "resolution", + "type": "int", + "setter": "set_resolution", + "getter": "get_resolution", + "default": "10000" + }, + { + "name": "revolution_axes_clipping_bias", + "type": "float", + "setter": "set_revolution_axes_clipping_bias", + "getter": "get_revolution_axes_clipping_bias", + "default": "0.05" + }, + { + "name": "symmetry_planes_clipping_bias", + "type": "float", + "setter": "set_symmetry_planes_clipping_bias", + "getter": "get_symmetry_planes_clipping_bias", + "default": "0.05" + } + ] + }, + { + "name": "EncodedObjectAsID", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "object_id", + "type": "int", + "setter": "set_object_id", + "getter": "get_object_id", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeVec3Constant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "Vector3", + "setter": "set_constant", + "getter": "get_constant", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "Light2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_height", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "set_height", + "return_type": "void", + "params": [ + { + "name": "height", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "blend_mode", + "type": "int", + "setter": "set_blend_mode", + "getter": "get_blend_mode", + "default": "0" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "editor_only", + "type": "bool", + "setter": "set_editor_only", + "getter": "is_editor_only", + "default": "false" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "energy", + "type": "float", + "setter": "set_energy", + "getter": "get_energy", + "default": "1.0" + }, + { + "name": "range_item_cull_mask", + "type": "int", + "setter": "set_item_cull_mask", + "getter": "get_item_cull_mask", + "default": "1" + }, + { + "name": "range_layer_max", + "type": "int", + "setter": "set_layer_range_max", + "getter": "get_layer_range_max", + "default": "0" + }, + { + "name": "range_layer_min", + "type": "int", + "setter": "set_layer_range_min", + "getter": "get_layer_range_min", + "default": "0" + }, + { + "name": "range_z_max", + "type": "int", + "setter": "set_z_range_max", + "getter": "get_z_range_max", + "default": "1024" + }, + { + "name": "range_z_min", + "type": "int", + "setter": "set_z_range_min", + "getter": "get_z_range_min", + "default": "-1024" + }, + { + "name": "shadow_color", + "type": "Color", + "setter": "set_shadow_color", + "getter": "get_shadow_color", + "default": "Color(0, 0, 0, 0)" + }, + { + "name": "shadow_enabled", + "type": "bool", + "setter": "set_shadow_enabled", + "getter": "is_shadow_enabled", + "default": "false" + }, + { + "name": "shadow_filter", + "type": "int", + "setter": "set_shadow_filter", + "getter": "get_shadow_filter", + "default": "0" + }, + { + "name": "shadow_filter_smooth", + "type": "float", + "setter": "set_shadow_smooth", + "getter": "get_shadow_smooth", + "default": "0.0" + }, + { + "name": "shadow_item_cull_mask", + "type": "int", + "setter": "set_item_shadow_cull_mask", + "getter": "get_item_shadow_cull_mask", + "default": "1" + } + ] + }, + { + "name": "ImageTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_from_image", + "return_type": "ImageTexture", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_image", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "set_size_override", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + } + ] + }, + { + "name": "ResourceImporterCSVTranslation", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "compress", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "delimiter", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + } + ] + }, + { + "name": "RDAttachmentFormat", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "format", + "type": "int", + "setter": "set_format", + "getter": "get_format", + "default": "36" + }, + { + "name": "samples", + "type": "int", + "setter": "set_samples", + "getter": "get_samples", + "default": "0" + }, + { + "name": "usage_flags", + "type": "int", + "setter": "set_usage_flags", + "getter": "get_usage_flags", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeParameter", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "parameter_name", + "type": "String", + "setter": "set_parameter_name", + "getter": "get_parameter_name", + "default": "\"\"" + }, + { + "name": "qualifier", + "type": "int", + "setter": "set_qualifier", + "getter": "get_qualifier", + "default": "0" + } + ] + }, + { + "name": "XRAnchor3D", + "inherits": "XRNode3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_plane", + "return_type": "Plane", + "params": [], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector3", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeParticleOutput", + "inherits": "VisualShaderNodeOutput", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "FileSystemDock", + "inherits": "VBoxContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_resource_tooltip_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorResourceTooltipPlugin", + "default": null + } + ], + "description": "" + }, + { + "name": "navigate_to_path", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_resource_tooltip_plugin", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "EditorResourceTooltipPlugin", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "XRNode3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_has_tracking_data", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_is_active", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_pose", + "return_type": "XRPose", + "params": [], + "description": "" + }, + { + "name": "trigger_haptic_pulse", + "return_type": "void", + "params": [ + { + "name": "action_name", + "type": "String", + "default": null + }, + { + "name": "frequency", + "type": "float", + "default": null + }, + { + "name": "amplitude", + "type": "float", + "default": null + }, + { + "name": "duration_sec", + "type": "float", + "default": null + }, + { + "name": "delay_sec", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "pose", + "type": "StringName", + "setter": "set_pose_name", + "getter": "get_pose_name", + "default": "&\"default\"" + }, + { + "name": "tracker", + "type": "StringName", + "setter": "set_tracker", + "getter": "get_tracker", + "default": "&\"\"" + } + ] + }, + { + "name": "CPUParticles3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "convert_from_particles", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_curve", + "return_type": "Curve", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_max", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_min", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_particle_flag", + "return_type": "bool", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "restart", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_param_curve", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "curve", + "type": "Curve", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_max", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_min", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_particle_flag", + "return_type": "void", + "params": [ + { + "name": "particle_flag", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "amount", + "type": "int", + "setter": "set_amount", + "getter": "get_amount", + "default": "8" + }, + { + "name": "angle_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "angle_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angle_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "angular_velocity_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "angular_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "angular_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_offset_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "anim_offset_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_offset_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "anim_speed_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "anim_speed_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "anim_speed_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "color_initial_ramp", + "type": "Gradient", + "setter": "set_color_initial_ramp", + "getter": "get_color_initial_ramp", + "default": "" + }, + { + "name": "color_ramp", + "type": "Gradient", + "setter": "set_color_ramp", + "getter": "get_color_ramp", + "default": "" + }, + { + "name": "damping_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "damping_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "damping_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "direction", + "type": "Vector3", + "setter": "set_direction", + "getter": "get_direction", + "default": "Vector3(1, 0, 0)" + }, + { + "name": "draw_order", + "type": "int", + "setter": "set_draw_order", + "getter": "get_draw_order", + "default": "0" + }, + { + "name": "emission_box_extents", + "type": "Vector3", + "setter": "set_emission_box_extents", + "getter": "get_emission_box_extents", + "default": "" + }, + { + "name": "emission_colors", + "type": "PackedColorArray", + "setter": "set_emission_colors", + "getter": "get_emission_colors", + "default": "PackedColorArray()" + }, + { + "name": "emission_normals", + "type": "PackedVector3Array", + "setter": "set_emission_normals", + "getter": "get_emission_normals", + "default": "" + }, + { + "name": "emission_points", + "type": "PackedVector3Array", + "setter": "set_emission_points", + "getter": "get_emission_points", + "default": "" + }, + { + "name": "emission_ring_axis", + "type": "Vector3", + "setter": "set_emission_ring_axis", + "getter": "get_emission_ring_axis", + "default": "" + }, + { + "name": "emission_ring_height", + "type": "float", + "setter": "set_emission_ring_height", + "getter": "get_emission_ring_height", + "default": "" + }, + { + "name": "emission_ring_inner_radius", + "type": "float", + "setter": "set_emission_ring_inner_radius", + "getter": "get_emission_ring_inner_radius", + "default": "" + }, + { + "name": "emission_ring_radius", + "type": "float", + "setter": "set_emission_ring_radius", + "getter": "get_emission_ring_radius", + "default": "" + }, + { + "name": "emission_shape", + "type": "int", + "setter": "set_emission_shape", + "getter": "get_emission_shape", + "default": "0" + }, + { + "name": "emission_sphere_radius", + "type": "float", + "setter": "set_emission_sphere_radius", + "getter": "get_emission_sphere_radius", + "default": "" + }, + { + "name": "emitting", + "type": "bool", + "setter": "set_emitting", + "getter": "is_emitting", + "default": "true" + }, + { + "name": "explosiveness", + "type": "float", + "setter": "set_explosiveness_ratio", + "getter": "get_explosiveness_ratio", + "default": "0.0" + }, + { + "name": "fixed_fps", + "type": "int", + "setter": "set_fixed_fps", + "getter": "get_fixed_fps", + "default": "0" + }, + { + "name": "flatness", + "type": "float", + "setter": "set_flatness", + "getter": "get_flatness", + "default": "0.0" + }, + { + "name": "fract_delta", + "type": "bool", + "setter": "set_fractional_delta", + "getter": "get_fractional_delta", + "default": "true" + }, + { + "name": "gravity", + "type": "Vector3", + "setter": "set_gravity", + "getter": "get_gravity", + "default": "Vector3(0, -9.8, 0)" + }, + { + "name": "hue_variation_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "hue_variation_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "hue_variation_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "initial_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "initial_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "lifetime", + "type": "float", + "setter": "set_lifetime", + "getter": "get_lifetime", + "default": "1.0" + }, + { + "name": "lifetime_randomness", + "type": "float", + "setter": "set_lifetime_randomness", + "getter": "get_lifetime_randomness", + "default": "0.0" + }, + { + "name": "linear_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "linear_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "linear_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "local_coords", + "type": "bool", + "setter": "set_use_local_coordinates", + "getter": "get_use_local_coordinates", + "default": "false" + }, + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "get_one_shot", + "default": "false" + }, + { + "name": "orbit_velocity_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "orbit_velocity_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "" + }, + { + "name": "orbit_velocity_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "" + }, + { + "name": "particle_flag_align_y", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "particle_flag_disable_z", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "particle_flag_rotate_y", + "type": "bool", + "setter": "set_particle_flag", + "getter": "get_particle_flag", + "default": "false" + }, + { + "name": "preprocess", + "type": "float", + "setter": "set_pre_process_time", + "getter": "get_pre_process_time", + "default": "0.0" + }, + { + "name": "radial_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "radial_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "radial_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + }, + { + "name": "randomness", + "type": "float", + "setter": "set_randomness_ratio", + "getter": "get_randomness_ratio", + "default": "0.0" + }, + { + "name": "scale_amount_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "scale_amount_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "1.0" + }, + { + "name": "scale_amount_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "1.0" + }, + { + "name": "scale_curve_x", + "type": "Curve", + "setter": "set_scale_curve_x", + "getter": "get_scale_curve_x", + "default": "" + }, + { + "name": "scale_curve_y", + "type": "Curve", + "setter": "set_scale_curve_y", + "getter": "get_scale_curve_y", + "default": "" + }, + { + "name": "scale_curve_z", + "type": "Curve", + "setter": "set_scale_curve_z", + "getter": "get_scale_curve_z", + "default": "" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "split_scale", + "type": "bool", + "setter": "set_split_scale", + "getter": "get_split_scale", + "default": "false" + }, + { + "name": "spread", + "type": "float", + "setter": "set_spread", + "getter": "get_spread", + "default": "45.0" + }, + { + "name": "tangential_accel_curve", + "type": "Curve", + "setter": "set_param_curve", + "getter": "get_param_curve", + "default": "" + }, + { + "name": "tangential_accel_max", + "type": "float", + "setter": "set_param_max", + "getter": "get_param_max", + "default": "0.0" + }, + { + "name": "tangential_accel_min", + "type": "float", + "setter": "set_param_min", + "getter": "get_param_min", + "default": "0.0" + } + ] + }, + { + "name": "AudioEffectBandLimitFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "StyleBoxEmpty", + "inherits": "StyleBox", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeVectorLen", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PackedColorArray", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedColorArray", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedColorArray", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Color", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedColorArray", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioStreamPolyphonic", + "inherits": "AudioStream", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "polyphony", + "type": "int", + "setter": "set_polyphony", + "getter": "get_polyphony", + "default": "32" + } + ] + }, + { + "name": "VisualShaderNodeTransformOp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "TLSOptions", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "client", + "return_type": "TLSOptions", + "params": [ + { + "name": "trusted_chain", + "type": "X509Certificate", + "default": "null" + }, + { + "name": "common_name_override", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "client_unsafe", + "return_type": "TLSOptions", + "params": [ + { + "name": "trusted_chain", + "type": "X509Certificate", + "default": "null" + } + ], + "description": "" + }, + { + "name": "server", + "return_type": "TLSOptions", + "params": [ + { + "name": "key", + "type": "CryptoKey", + "default": null + }, + { + "name": "certificate", + "type": "X509Certificate", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorFileSystem", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_file_type", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_filesystem", + "return_type": "EditorFileSystemDirectory", + "params": [], + "description": "" + }, + { + "name": "get_filesystem_path", + "return_type": "EditorFileSystemDirectory", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_scanning_progress", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "is_scanning", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "reimport_files", + "return_type": "void", + "params": [ + { + "name": "files", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "scan", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "scan_sources", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "update_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Shortcut", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_as_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has_valid_event", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "matches_event", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "events", + "type": "Array", + "setter": "set_events", + "getter": "get_events", + "default": "[]" + } + ] + }, + { + "name": "VisualShaderNodeTransformConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "Transform3D", + "setter": "set_constant", + "getter": "get_constant", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + } + ] + }, + { + "name": "Path2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "curve", + "type": "Curve2D", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeIf", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "OccluderInstance3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_bake_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bake_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bake_mask", + "type": "int", + "setter": "set_bake_mask", + "getter": "get_bake_mask", + "default": "4294967295" + }, + { + "name": "bake_simplification_distance", + "type": "float", + "setter": "set_bake_simplification_distance", + "getter": "get_bake_simplification_distance", + "default": "0.1" + }, + { + "name": "occluder", + "type": "Occluder3D", + "setter": "set_occluder", + "getter": "get_occluder", + "default": "" + } + ] + }, + { + "name": "RDUniform", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_id", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_ids", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_ids", + "return_type": "RID[]", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "binding", + "type": "int", + "setter": "set_binding", + "getter": "get_binding", + "default": "0" + }, + { + "name": "uniform_type", + "type": "int", + "setter": "set_uniform_type", + "getter": "get_uniform_type", + "default": "3" + } + ] + }, + { + "name": "GPUParticles3D", + "inherits": "GeometryInstance3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "capture_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "convert_from_particles", + "return_type": "void", + "params": [ + { + "name": "particles", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "emit_particle", + "return_type": "void", + "params": [ + { + "name": "xform", + "type": "Transform3D", + "default": null + }, + { + "name": "velocity", + "type": "Vector3", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "custom", + "type": "Color", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_draw_pass_mesh", + "return_type": "Mesh", + "params": [ + { + "name": "pass", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "restart", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_draw_pass_mesh", + "return_type": "void", + "params": [ + { + "name": "pass", + "type": "int", + "default": null + }, + { + "name": "mesh", + "type": "Mesh", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "amount", + "type": "int", + "setter": "set_amount", + "getter": "get_amount", + "default": "8" + }, + { + "name": "amount_ratio", + "type": "float", + "setter": "set_amount_ratio", + "getter": "get_amount_ratio", + "default": "1.0" + }, + { + "name": "collision_base_size", + "type": "float", + "setter": "set_collision_base_size", + "getter": "get_collision_base_size", + "default": "0.01" + }, + { + "name": "draw_order", + "type": "int", + "setter": "set_draw_order", + "getter": "get_draw_order", + "default": "0" + }, + { + "name": "draw_pass_1", + "type": "Mesh", + "setter": "set_draw_pass_mesh", + "getter": "get_draw_pass_mesh", + "default": "" + }, + { + "name": "draw_pass_2", + "type": "Mesh", + "setter": "set_draw_pass_mesh", + "getter": "get_draw_pass_mesh", + "default": "" + }, + { + "name": "draw_pass_3", + "type": "Mesh", + "setter": "set_draw_pass_mesh", + "getter": "get_draw_pass_mesh", + "default": "" + }, + { + "name": "draw_pass_4", + "type": "Mesh", + "setter": "set_draw_pass_mesh", + "getter": "get_draw_pass_mesh", + "default": "" + }, + { + "name": "draw_passes", + "type": "int", + "setter": "set_draw_passes", + "getter": "get_draw_passes", + "default": "1" + }, + { + "name": "draw_skin", + "type": "Skin", + "setter": "set_skin", + "getter": "get_skin", + "default": "" + }, + { + "name": "emitting", + "type": "bool", + "setter": "set_emitting", + "getter": "is_emitting", + "default": "true" + }, + { + "name": "explosiveness", + "type": "float", + "setter": "set_explosiveness_ratio", + "getter": "get_explosiveness_ratio", + "default": "0.0" + }, + { + "name": "fixed_fps", + "type": "int", + "setter": "set_fixed_fps", + "getter": "get_fixed_fps", + "default": "30" + }, + { + "name": "fract_delta", + "type": "bool", + "setter": "set_fractional_delta", + "getter": "get_fractional_delta", + "default": "true" + }, + { + "name": "interp_to_end", + "type": "float", + "setter": "set_interp_to_end", + "getter": "get_interp_to_end", + "default": "0.0" + }, + { + "name": "interpolate", + "type": "bool", + "setter": "set_interpolate", + "getter": "get_interpolate", + "default": "true" + }, + { + "name": "lifetime", + "type": "float", + "setter": "set_lifetime", + "getter": "get_lifetime", + "default": "1.0" + }, + { + "name": "local_coords", + "type": "bool", + "setter": "set_use_local_coordinates", + "getter": "get_use_local_coordinates", + "default": "false" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "get_one_shot", + "default": "false" + }, + { + "name": "preprocess", + "type": "float", + "setter": "set_pre_process_time", + "getter": "get_pre_process_time", + "default": "0.0" + }, + { + "name": "process_material", + "type": "Material", + "setter": "set_process_material", + "getter": "get_process_material", + "default": "" + }, + { + "name": "randomness", + "type": "float", + "setter": "set_randomness_ratio", + "getter": "get_randomness_ratio", + "default": "0.0" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + }, + { + "name": "sub_emitter", + "type": "NodePath", + "setter": "set_sub_emitter", + "getter": "get_sub_emitter", + "default": "NodePath(\"\")" + }, + { + "name": "trail_enabled", + "type": "bool", + "setter": "set_trail_enabled", + "getter": "is_trail_enabled", + "default": "false" + }, + { + "name": "trail_lifetime", + "type": "float", + "setter": "set_trail_lifetime", + "getter": "get_trail_lifetime", + "default": "0.3" + }, + { + "name": "transform_align", + "type": "int", + "setter": "set_transform_align", + "getter": "get_transform_align", + "default": "0" + }, + { + "name": "visibility_aabb", + "type": "AABB", + "setter": "set_visibility_aabb", + "getter": "get_visibility_aabb", + "default": "AABB(-4, -4, -4, 8, 8, 8)" + } + ] + }, + { + "name": "SkeletonModification2DPhysicalBones", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "fetch_physical_bones", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_physical_bone_node", + "return_type": "NodePath", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_physical_bone_node", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "physicalbone2d_node", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "start_simulation", + "return_type": "void", + "params": [ + { + "name": "bones", + "type": "StringName[]", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "stop_simulation", + "return_type": "void", + "params": [ + { + "name": "bones", + "type": "StringName[]", + "default": "[]" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "physical_bone_chain_length", + "type": "int", + "setter": "set_physical_bone_chain_length", + "getter": "get_physical_bone_chain_length", + "default": "0" + } + ] + }, + { + "name": "MeshTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "base_texture", + "type": "Texture2D", + "setter": "set_base_texture", + "getter": "get_base_texture", + "default": "" + }, + { + "name": "image_size", + "type": "Vector2", + "setter": "set_image_size", + "getter": "get_image_size", + "default": "Vector2(0, 0)" + }, + { + "name": "mesh", + "type": "Mesh", + "setter": "set_mesh", + "getter": "get_mesh", + "default": "" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + } + ] + }, + { + "name": "Variant", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "JavaScriptBridge", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_callback", + "return_type": "JavaScriptObject", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "create_object", + "return_type": "Variant", + "params": [ + { + "name": "object", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "download_buffer", + "return_type": "void", + "params": [ + { + "name": "buffer", + "type": "PackedByteArray", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "mime", + "type": "String", + "default": "\"application/octet-stream\"" + } + ], + "description": "" + }, + { + "name": "eval", + "return_type": "Variant", + "params": [ + { + "name": "code", + "type": "String", + "default": null + }, + { + "name": "use_global_execution_context", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "force_fs_sync", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_interface", + "return_type": "JavaScriptObject", + "params": [ + { + "name": "interface", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "pwa_needs_update", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "pwa_update", + "return_type": "int", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "NavigationObstacle2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_avoidance_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_avoidance_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "avoidance_enabled", + "type": "bool", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "default": "true" + }, + { + "name": "avoidance_layers", + "type": "int", + "setter": "set_avoidance_layers", + "getter": "get_avoidance_layers", + "default": "1" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.0" + }, + { + "name": "velocity", + "type": "Vector2", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector2(0, 0)" + }, + { + "name": "vertices", + "type": "PackedVector2Array", + "setter": "set_vertices", + "getter": "get_vertices", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "ProgressBar", + "inherits": "Range", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "fill_mode", + "type": "int", + "setter": "set_fill_mode", + "getter": "get_fill_mode", + "default": "0" + }, + { + "name": "show_percentage", + "type": "bool", + "setter": "set_show_percentage", + "getter": "is_percentage_shown", + "default": "true" + } + ] + }, + { + "name": "EditorFeatureProfile", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_feature_name", + "return_type": "String", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_class_disabled", + "return_type": "bool", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_class_editor_disabled", + "return_type": "bool", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_class_property_disabled", + "return_type": "bool", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "is_feature_disabled", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "load_from_file", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "save_to_file", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_class", + "return_type": "void", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_class_editor", + "return_type": "void", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_class_property", + "return_type": "void", + "params": [ + { + "name": "class_name", + "type": "StringName", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_disable_feature", + "return_type": "void", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Tree", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_item", + "return_type": "TreeItem", + "params": [ + { + "name": "parent", + "type": "TreeItem", + "default": "null" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "deselect_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "edit_selected", + "return_type": "bool", + "params": [ + { + "name": "force_edit", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "ensure_cursor_is_visible", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_button_id_at_position", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_at_position", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_expand_ratio", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_title", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_title_alignment", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_title_direction", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_title_language", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_column_width", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_popup_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "get_drop_section_at_position", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_edited", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_edited_column", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_item_area_rect", + "return_type": "Rect2", + "params": [ + { + "name": "item", + "type": "TreeItem", + "default": null + }, + { + "name": "column", + "type": "int", + "default": "-1" + }, + { + "name": "button_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_item_at_position", + "return_type": "TreeItem", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_next_selected", + "return_type": "TreeItem", + "params": [ + { + "name": "from", + "type": "TreeItem", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pressed_button", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_root", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_scroll", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_selected", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_selected_column", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_column_clipping_content", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_column_expanding", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "scroll_to_item", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "TreeItem", + "default": null + }, + { + "name": "center_on_item", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_column_clip_content", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_custom_minimum_width", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "min_width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_expand", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "expand", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_expand_ratio", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "ratio", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_title", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "title", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_title_alignment", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "title_alignment", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_title_direction", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_column_title_language", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_selected", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "TreeItem", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "allow_reselect", + "type": "bool", + "setter": "set_allow_reselect", + "getter": "get_allow_reselect", + "default": "false" + }, + { + "name": "allow_rmb_select", + "type": "bool", + "setter": "set_allow_rmb_select", + "getter": "get_allow_rmb_select", + "default": "false" + }, + { + "name": "allow_search", + "type": "bool", + "setter": "set_allow_search", + "getter": "get_allow_search", + "default": "true" + }, + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "true" + }, + { + "name": "column_titles_visible", + "type": "bool", + "setter": "set_column_titles_visible", + "getter": "are_column_titles_visible", + "default": "false" + }, + { + "name": "columns", + "type": "int", + "setter": "set_columns", + "getter": "get_columns", + "default": "1" + }, + { + "name": "drop_mode_flags", + "type": "int", + "setter": "set_drop_mode_flags", + "getter": "get_drop_mode_flags", + "default": "0" + }, + { + "name": "enable_recursive_folding", + "type": "bool", + "setter": "set_enable_recursive_folding", + "getter": "is_recursive_folding_enabled", + "default": "true" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "hide_folding", + "type": "bool", + "setter": "set_hide_folding", + "getter": "is_folding_hidden", + "default": "false" + }, + { + "name": "hide_root", + "type": "bool", + "setter": "set_hide_root", + "getter": "is_root_hidden", + "default": "false" + }, + { + "name": "scroll_horizontal_enabled", + "type": "bool", + "setter": "set_h_scroll_enabled", + "getter": "is_h_scroll_enabled", + "default": "true" + }, + { + "name": "scroll_vertical_enabled", + "type": "bool", + "setter": "set_v_scroll_enabled", + "getter": "is_v_scroll_enabled", + "default": "true" + }, + { + "name": "select_mode", + "type": "int", + "setter": "set_select_mode", + "getter": "get_select_mode", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeVectorBase", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "1" + } + ] + }, + { + "name": "ShaderInclude", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "code", + "type": "String", + "setter": "set_code", + "getter": "get_code", + "default": "\"\"" + } + ] + }, + { + "name": "VisualShaderNodeCubemapParameter", + "inherits": "VisualShaderNodeTextureParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "StreamPeerGZIP", + "inherits": "StreamPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "finish", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "start_compression", + "return_type": "int", + "params": [ + { + "name": "use_deflate", + "type": "bool", + "default": "false" + }, + { + "name": "buffer_size", + "type": "int", + "default": "65535" + } + ], + "description": "" + }, + { + "name": "start_decompression", + "return_type": "int", + "params": [ + { + "name": "use_deflate", + "type": "bool", + "default": "false" + }, + { + "name": "buffer_size", + "type": "int", + "default": "65535" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsBody3D", + "inherits": "CollisionObject3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "get_axis_lock", + "return_type": "bool", + "params": [ + { + "name": "axis", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_exceptions", + "return_type": "PhysicsBody3D[]", + "params": [], + "description": "" + }, + { + "name": "move_and_collide", + "return_type": "KinematicCollision3D", + "params": [ + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "test_only", + "type": "bool", + "default": "false" + }, + { + "name": "safe_margin", + "type": "float", + "default": "0.001" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": "false" + }, + { + "name": "max_collisions", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "remove_collision_exception_with", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "set_axis_lock", + "return_type": "void", + "params": [ + { + "name": "axis", + "type": "int", + "default": null + }, + { + "name": "lock", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "test_move", + "return_type": "bool", + "params": [ + { + "name": "from", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "collision", + "type": "KinematicCollision3D", + "default": "null" + }, + { + "name": "safe_margin", + "type": "float", + "default": "0.001" + }, + { + "name": "recovery_as_collision", + "type": "bool", + "default": "false" + }, + { + "name": "max_collisions", + "type": "int", + "default": "1" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "axis_lock_angular_x", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + }, + { + "name": "axis_lock_angular_y", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + }, + { + "name": "axis_lock_angular_z", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + }, + { + "name": "axis_lock_linear_x", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + }, + { + "name": "axis_lock_linear_y", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + }, + { + "name": "axis_lock_linear_z", + "type": "bool", + "setter": "set_axis_lock", + "getter": "get_axis_lock", + "default": "false" + } + ] + }, + { + "name": "World2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "canvas", + "type": "RID", + "setter": "", + "getter": "get_canvas", + "default": "" + }, + { + "name": "direct_space_state", + "type": "PhysicsDirectSpaceState2D", + "setter": "", + "getter": "get_direct_space_state", + "default": "" + }, + { + "name": "navigation_map", + "type": "RID", + "setter": "", + "getter": "get_navigation_map", + "default": "" + }, + { + "name": "space", + "type": "RID", + "setter": "", + "getter": "get_space", + "default": "" + } + ] + }, + { + "name": "PathFollow3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "correct_posture", + "return_type": "Transform3D", + "params": [ + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "rotation_mode", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "cubic_interp", + "type": "bool", + "setter": "set_cubic_interpolation", + "getter": "get_cubic_interpolation", + "default": "true" + }, + { + "name": "h_offset", + "type": "float", + "setter": "set_h_offset", + "getter": "get_h_offset", + "default": "0.0" + }, + { + "name": "loop", + "type": "bool", + "setter": "set_loop", + "getter": "has_loop", + "default": "true" + }, + { + "name": "progress", + "type": "float", + "setter": "set_progress", + "getter": "get_progress", + "default": "0.0" + }, + { + "name": "progress_ratio", + "type": "float", + "setter": "set_progress_ratio", + "getter": "get_progress_ratio", + "default": "0.0" + }, + { + "name": "rotation_mode", + "type": "int", + "setter": "set_rotation_mode", + "getter": "get_rotation_mode", + "default": "3" + }, + { + "name": "tilt_enabled", + "type": "bool", + "setter": "set_tilt_enabled", + "getter": "is_tilt_enabled", + "default": "true" + }, + { + "name": "use_model_front", + "type": "bool", + "setter": "set_use_model_front", + "getter": "is_using_model_front", + "default": "false" + }, + { + "name": "v_offset", + "type": "float", + "setter": "set_v_offset", + "getter": "get_v_offset", + "default": "0.0" + } + ] + }, + { + "name": "TextServerExtension", + "inherits": "TextServer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_cleanup", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_create_font", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "_create_font_linked_variation", + "return_type": "RID", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_create_shaped_text", + "return_type": "RID", + "params": [ + { + "name": "direction", + "type": "int", + "default": null + }, + { + "name": "orientation", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_draw_hex_code_box", + "return_type": "void", + "params": [ + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_clear_glyphs", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_clear_kerning_map", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_clear_size_cache", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_clear_textures", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_draw_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_draw_glyph_outline", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_antialiasing", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_ascent", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_char_from_glyph_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_descent", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_embolden", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_face_count", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_face_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_fixed_size", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_fixed_size_scale_mode", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_generate_mipmaps", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_global_oversampling", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "_font_get_glyph_advance", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_contours", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_index", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + }, + { + "name": "variation_selector", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_list", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_offset", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_size", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_texture_idx", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_texture_rid", + "return_type": "RID", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_texture_size", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_glyph_uv_rect", + "return_type": "Rect2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_hinting", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_kerning", + "return_type": "Vector2", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_kerning_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_language_support_override", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_language_support_overrides", + "return_type": "PackedStringArray", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_msdf_pixel_range", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_msdf_size", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_name", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_opentype_feature_overrides", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_ot_name_strings", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_oversampling", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_scale", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_script_support_override", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_script_support_overrides", + "return_type": "PackedStringArray", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_size_cache_list", + "return_type": "Vector2i[]", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_spacing", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_stretch", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_style", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_style_name", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_subpixel_positioning", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_supported_chars", + "return_type": "String", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_texture_count", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_texture_image", + "return_type": "Image", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_texture_offsets", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_underline_position", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_variation_coordinates", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_get_weight", + "return_type": "int", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_has_char", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "char", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_is_allow_system_fallback", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_is_force_autohinter", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_is_language_supported", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_is_multichannel_signed_distance_field", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_is_script_supported", + "return_type": "bool", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_kerning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_language_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_script_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_size_cache", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_remove_texture", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_render_glyph", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_render_range", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_allow_system_fallback", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "allow_system_fallback", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_antialiasing", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "antialiasing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_ascent", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "ascent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_data", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_data_ptr", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "data_ptr", + "type": "const uint8_t*", + "default": null + }, + { + "name": "data_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_descent", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "descent", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_embolden", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_face_index", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "face_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_fixed_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "fixed_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_fixed_size_scale_mode", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "fixed_size_scale_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_force_autohinter", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "force_autohinter", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_generate_mipmaps", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "generate_mipmaps", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_global_oversampling", + "return_type": "void", + "params": [ + { + "name": "oversampling", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_glyph_advance", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "advance", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_glyph_offset", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_glyph_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "gl_size", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_glyph_texture_idx", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "texture_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_glyph_uv_rect", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "glyph", + "type": "int", + "default": null + }, + { + "name": "uv_rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_hinting", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "hinting", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_kerning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "glyph_pair", + "type": "Vector2i", + "default": null + }, + { + "name": "kerning", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_language_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_msdf_pixel_range", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf_pixel_range", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_msdf_size", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_multichannel_signed_distance_field", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "msdf", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_name", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_opentype_feature_overrides", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "overrides", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_oversampling", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "oversampling", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_scale", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_script_support_override", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "script", + "type": "String", + "default": null + }, + { + "name": "supported", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_spacing", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_stretch", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "stretch", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_style", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "style", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_style_name", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "name_style", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_subpixel_positioning", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "subpixel_positioning", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_texture_image", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_texture_offsets", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_index", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_transform", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_underline_position", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_underline_thickness", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "underline_thickness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_variation_coordinates", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "variation_coordinates", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_set_weight", + "return_type": "void", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + }, + { + "name": "weight", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_supported_feature_list", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_font_supported_variation_list", + "return_type": "Dictionary", + "params": [ + { + "name": "font_rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_format_number", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_features", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_hex_code_box_size", + "return_type": "Vector2", + "params": [ + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_support_data_filename", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_support_data_info", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_has", + "return_type": "bool", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_confusable", + "return_type": "int", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "dict", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_locale_right_to_left", + "return_type": "bool", + "params": [ + { + "name": "locale", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_valid_identifier", + "return_type": "bool", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_load_support_data", + "return_type": "bool", + "params": [ + { + "name": "filename", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_name_to_tag", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_number", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_parse_structured_text", + "return_type": "Vector3i[]", + "params": [ + { + "name": "parser_type", + "type": "int", + "default": null + }, + { + "name": "args", + "type": "Array", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_percent_sign", + "return_type": "String", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_save_support_data", + "return_type": "bool", + "params": [ + { + "name": "filename", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_get_span_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_get_span_meta", + "return_type": "Variant", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_set_span_update_font", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "fonts", + "type": "RID[]", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "opentype_features", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_add_object", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": null + }, + { + "name": "length", + "type": "int", + "default": null + }, + { + "name": "baseline", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_add_string", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "fonts", + "type": "RID[]", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "opentype_features", + "type": "Dictionary", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + }, + { + "name": "meta", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_clear", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_closest_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_draw", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "clip_l", + "type": "float", + "default": null + }, + { + "name": "clip_r", + "type": "float", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_draw_outline", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "canvas", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "clip_l", + "type": "float", + "default": null + }, + { + "name": "clip_r", + "type": "float", + "default": null + }, + { + "name": "outline_size", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_fit_to_width", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": null + }, + { + "name": "justification_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_ascent", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_carets", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "position", + "type": "int", + "default": null + }, + { + "name": "caret", + "type": "CaretInfo*", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_character_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_custom_punctuation", + "return_type": "String", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_descent", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_direction", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_dominant_direction_in_range", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_ellipsis_glyph_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_ellipsis_glyphs", + "return_type": "const Glyph*", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_ellipsis_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_glyph_count", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_glyphs", + "return_type": "const Glyph*", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_grapheme_bounds", + "return_type": "Vector2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_inferred_direction", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_line_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "break_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_line_breaks_adv", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "PackedFloat32Array", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "once", + "type": "bool", + "default": null + }, + { + "name": "break_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_object_rect", + "return_type": "Rect2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_objects", + "return_type": "Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_orientation", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_parent", + "return_type": "RID", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_preserve_control", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_preserve_invalid", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_range", + "return_type": "Vector2i", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_selection", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_size", + "return_type": "Vector2", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_spacing", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_trim_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_underline_position", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_underline_thickness", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_width", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_get_word_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "grapheme_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_hit_test_grapheme", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "coord", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_hit_test_position", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "coord", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_is_ready", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_next_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_next_grapheme_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_overrun_trim_to_width", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "width", + "type": "float", + "default": null + }, + { + "name": "trim_flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_prev_character_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_prev_grapheme_pos", + "return_type": "int", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "pos", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_resize_object", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "size", + "type": "Vector2", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": null + }, + { + "name": "baseline", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_bidi_override", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "override", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_custom_punctuation", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "punct", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_direction", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_orientation", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "orientation", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_preserve_control", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_preserve_invalid", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_set_spacing", + "return_type": "void", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_shape", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_sort_logical", + "return_type": "const Glyph*", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_substr", + "return_type": "RID", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "start", + "type": "int", + "default": null + }, + { + "name": "length", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_tab_align", + "return_type": "float", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + }, + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_update_breaks", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_shaped_text_update_justification_ops", + "return_type": "bool", + "params": [ + { + "name": "shaped", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "_spoof_check", + "return_type": "bool", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_string_get_character_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_string_get_word_breaks", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + }, + { + "name": "chars_per_line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_string_to_lower", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_string_to_upper", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_strip_diacritics", + "return_type": "String", + "params": [ + { + "name": "string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_tag_to_name", + "return_type": "String", + "params": [ + { + "name": "tag", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RDVertexAttribute", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "format", + "type": "int", + "setter": "set_format", + "getter": "get_format", + "default": "218" + }, + { + "name": "frequency", + "type": "int", + "setter": "set_frequency", + "getter": "get_frequency", + "default": "0" + }, + { + "name": "location", + "type": "int", + "setter": "set_location", + "getter": "get_location", + "default": "0" + }, + { + "name": "offset", + "type": "int", + "setter": "set_offset", + "getter": "get_offset", + "default": "0" + }, + { + "name": "stride", + "type": "int", + "setter": "set_stride", + "getter": "get_stride", + "default": "0" + } + ] + }, + { + "name": "ConvexPolygonShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "points", + "type": "PackedVector3Array", + "setter": "set_points", + "getter": "get_points", + "default": "PackedVector3Array()" + } + ] + }, + { + "name": "EditorNode3DGizmoPlugin", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_be_hidden", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_commit_handle", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "handle_id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + }, + { + "name": "restore", + "type": "Variant", + "default": null + }, + { + "name": "cancel", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_commit_subgizmos", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "ids", + "type": "PackedInt32Array", + "default": null + }, + { + "name": "restores", + "type": "Transform3D[]", + "default": null + }, + { + "name": "cancel", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_create_gizmo", + "return_type": "EditorNode3DGizmo", + "params": [ + { + "name": "for_node_3d", + "type": "Node3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_gizmo_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_handle_name", + "return_type": "String", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "handle_id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_handle_value", + "return_type": "Variant", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "handle_id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_priority", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_subgizmo_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "subgizmo_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_gizmo", + "return_type": "bool", + "params": [ + { + "name": "for_node_3d", + "type": "Node3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_handle_highlighted", + "return_type": "bool", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "handle_id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_selectable_when_hidden", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_redraw", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_handle", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "handle_id", + "type": "int", + "default": null + }, + { + "name": "secondary", + "type": "bool", + "default": null + }, + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "screen_pos", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_subgizmo_transform", + "return_type": "void", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "subgizmo_id", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "_subgizmos_intersect_frustum", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "frustum_planes", + "type": "Plane[]", + "default": null + } + ], + "description": "" + }, + { + "name": "_subgizmos_intersect_ray", + "return_type": "int", + "params": [ + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": null + }, + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "screen_pos", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "add_material", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "material", + "type": "StandardMaterial3D", + "default": null + } + ], + "description": "" + }, + { + "name": "create_handle_material", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "billboard", + "type": "bool", + "default": "false" + }, + { + "name": "texture", + "type": "Texture2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "create_icon_material", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "on_top", + "type": "bool", + "default": "false" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + } + ], + "description": "" + }, + { + "name": "create_material", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "billboard", + "type": "bool", + "default": "false" + }, + { + "name": "on_top", + "type": "bool", + "default": "false" + }, + { + "name": "use_vertex_color", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_material", + "return_type": "StandardMaterial3D", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "gizmo", + "type": "EditorNode3DGizmo", + "default": "null" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeVectorFunc", + "inherits": "VisualShaderNodeVectorBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "CanvasGroup", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "clear_margin", + "type": "float", + "setter": "set_clear_margin", + "getter": "get_clear_margin", + "default": "10.0" + }, + { + "name": "fit_margin", + "type": "float", + "setter": "set_fit_margin", + "getter": "get_fit_margin", + "default": "10.0" + }, + { + "name": "use_mipmaps", + "type": "bool", + "setter": "set_use_mipmaps", + "getter": "is_using_mipmaps", + "default": "false" + } + ] + }, + { + "name": "TextureButton", + "inherits": "BaseButton", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "is_flipped_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "is_flipped_v", + "default": "false" + }, + { + "name": "ignore_texture_size", + "type": "bool", + "setter": "set_ignore_texture_size", + "getter": "get_ignore_texture_size", + "default": "false" + }, + { + "name": "stretch_mode", + "type": "int", + "setter": "set_stretch_mode", + "getter": "get_stretch_mode", + "default": "2" + }, + { + "name": "texture_click_mask", + "type": "BitMap", + "setter": "set_click_mask", + "getter": "get_click_mask", + "default": "" + }, + { + "name": "texture_disabled", + "type": "Texture2D", + "setter": "set_texture_disabled", + "getter": "get_texture_disabled", + "default": "" + }, + { + "name": "texture_focused", + "type": "Texture2D", + "setter": "set_texture_focused", + "getter": "get_texture_focused", + "default": "" + }, + { + "name": "texture_hover", + "type": "Texture2D", + "setter": "set_texture_hover", + "getter": "get_texture_hover", + "default": "" + }, + { + "name": "texture_normal", + "type": "Texture2D", + "setter": "set_texture_normal", + "getter": "get_texture_normal", + "default": "" + }, + { + "name": "texture_pressed", + "type": "Texture2D", + "setter": "set_texture_pressed", + "getter": "get_texture_pressed", + "default": "" + } + ] + }, + { + "name": "SubViewport", + "inherits": "Viewport", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "render_target_clear_mode", + "type": "int", + "setter": "set_clear_mode", + "getter": "get_clear_mode", + "default": "0" + }, + { + "name": "render_target_update_mode", + "type": "int", + "setter": "set_update_mode", + "getter": "get_update_mode", + "default": "2" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2i(512, 512)" + }, + { + "name": "size_2d_override", + "type": "Vector2i", + "setter": "set_size_2d_override", + "getter": "get_size_2d_override", + "default": "Vector2i(0, 0)" + }, + { + "name": "size_2d_override_stretch", + "type": "bool", + "setter": "set_size_2d_override_stretch", + "getter": "is_size_2d_override_stretch_enabled", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeStep", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "op_type", + "type": "int", + "setter": "set_op_type", + "getter": "get_op_type", + "default": "0" + } + ] + }, + { + "name": "Shader", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_default_texture_parameter", + "return_type": "Texture2D", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_shader_uniform_list", + "return_type": "Array", + "params": [ + { + "name": "get_groups", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_default_texture_parameter", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "0" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "code", + "type": "String", + "setter": "set_code", + "getter": "get_code", + "default": "\"\"" + } + ] + }, + { + "name": "AnimatedTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_frame_duration", + "return_type": "float", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frame_texture", + "return_type": "Texture2D", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_frame_duration", + "return_type": "void", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_frame_texture", + "return_type": "void", + "params": [ + { + "name": "frame", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "current_frame", + "type": "int", + "setter": "set_current_frame", + "getter": "get_current_frame", + "default": "" + }, + { + "name": "frames", + "type": "int", + "setter": "set_frames", + "getter": "get_frames", + "default": "1" + }, + { + "name": "one_shot", + "type": "bool", + "setter": "set_one_shot", + "getter": "get_one_shot", + "default": "false" + }, + { + "name": "pause", + "type": "bool", + "setter": "set_pause", + "getter": "get_pause", + "default": "false" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "speed_scale", + "type": "float", + "setter": "set_speed_scale", + "getter": "get_speed_scale", + "default": "1.0" + } + ] + }, + { + "name": "AudioEffectCompressor", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "attack_us", + "type": "float", + "setter": "set_attack_us", + "getter": "get_attack_us", + "default": "20.0" + }, + { + "name": "gain", + "type": "float", + "setter": "set_gain", + "getter": "get_gain", + "default": "0.0" + }, + { + "name": "mix", + "type": "float", + "setter": "set_mix", + "getter": "get_mix", + "default": "1.0" + }, + { + "name": "ratio", + "type": "float", + "setter": "set_ratio", + "getter": "get_ratio", + "default": "4.0" + }, + { + "name": "release_ms", + "type": "float", + "setter": "set_release_ms", + "getter": "get_release_ms", + "default": "250.0" + }, + { + "name": "sidechain", + "type": "StringName", + "setter": "set_sidechain", + "getter": "get_sidechain", + "default": "&\"\"" + }, + { + "name": "threshold", + "type": "float", + "setter": "set_threshold", + "getter": "get_threshold", + "default": "0.0" + } + ] + }, + { + "name": "PackedVector2Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedVector2Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "Vector2", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "TileMapPattern", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_cell_alternative_tile", + "return_type": "int", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cell_atlas_coords", + "return_type": "Vector2i", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cell_source_id", + "return_type": "int", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_used_cells", + "return_type": "Vector2i[]", + "params": [], + "description": "" + }, + { + "name": "has_cell", + "return_type": "bool", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_cell", + "return_type": "void", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "update_size", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell", + "return_type": "void", + "params": [ + { + "name": "coords", + "type": "Vector2i", + "default": null + }, + { + "name": "source_id", + "type": "int", + "default": "-1" + }, + { + "name": "atlas_coords", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + }, + { + "name": "alternative_tile", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorDebuggerPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_capture", + "return_type": "bool", + "params": [ + { + "name": "message", + "type": "String", + "default": null + }, + { + "name": "data", + "type": "Array", + "default": null + }, + { + "name": "session_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_capture", + "return_type": "bool", + "params": [ + { + "name": "capture", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_setup_session", + "return_type": "void", + "params": [ + { + "name": "session_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_session", + "return_type": "EditorDebuggerSession", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_sessions", + "return_type": "Array", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "ImageFormatLoaderExtension", + "inherits": "ImageFormatLoader", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_load_image", + "return_type": "int", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "fileaccess", + "type": "FileAccess", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + }, + { + "name": "scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "add_format_loader", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_format_loader", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Camera3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_current", + "return_type": "void", + "params": [ + { + "name": "enable_next", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_camera_projection", + "return_type": "Projection", + "params": [], + "description": "" + }, + { + "name": "get_camera_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_camera_transform", + "return_type": "Transform3D", + "params": [], + "description": "" + }, + { + "name": "get_cull_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_frustum", + "return_type": "Plane[]", + "params": [], + "description": "" + }, + { + "name": "get_pyramid_shape_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "is_position_behind", + "return_type": "bool", + "params": [ + { + "name": "world_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "is_position_in_frustum", + "return_type": "bool", + "params": [ + { + "name": "world_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "make_current", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "project_local_ray_normal", + "return_type": "Vector3", + "params": [ + { + "name": "screen_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "project_position", + "return_type": "Vector3", + "params": [ + { + "name": "screen_point", + "type": "Vector2", + "default": null + }, + { + "name": "z_depth", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "project_ray_normal", + "return_type": "Vector3", + "params": [ + { + "name": "screen_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "project_ray_origin", + "return_type": "Vector3", + "params": [ + { + "name": "screen_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cull_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_frustum", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "offset", + "type": "Vector2", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_orthogonal", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_perspective", + "return_type": "void", + "params": [ + { + "name": "fov", + "type": "float", + "default": null + }, + { + "name": "z_near", + "type": "float", + "default": null + }, + { + "name": "z_far", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "unproject_position", + "return_type": "Vector2", + "params": [ + { + "name": "world_point", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "attributes", + "type": "CameraAttributes", + "setter": "set_attributes", + "getter": "get_attributes", + "default": "" + }, + { + "name": "cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "1048575" + }, + { + "name": "current", + "type": "bool", + "setter": "set_current", + "getter": "is_current", + "default": "false" + }, + { + "name": "doppler_tracking", + "type": "int", + "setter": "set_doppler_tracking", + "getter": "get_doppler_tracking", + "default": "0" + }, + { + "name": "environment", + "type": "Environment", + "setter": "set_environment", + "getter": "get_environment", + "default": "" + }, + { + "name": "far", + "type": "float", + "setter": "set_far", + "getter": "get_far", + "default": "4000.0" + }, + { + "name": "fov", + "type": "float", + "setter": "set_fov", + "getter": "get_fov", + "default": "75.0" + }, + { + "name": "frustum_offset", + "type": "Vector2", + "setter": "set_frustum_offset", + "getter": "get_frustum_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "h_offset", + "type": "float", + "setter": "set_h_offset", + "getter": "get_h_offset", + "default": "0.0" + }, + { + "name": "keep_aspect", + "type": "int", + "setter": "set_keep_aspect_mode", + "getter": "get_keep_aspect_mode", + "default": "1" + }, + { + "name": "near", + "type": "float", + "setter": "set_near", + "getter": "get_near", + "default": "0.05" + }, + { + "name": "projection", + "type": "int", + "setter": "set_projection", + "getter": "get_projection", + "default": "0" + }, + { + "name": "size", + "type": "float", + "setter": "set_size", + "getter": "get_size", + "default": "1.0" + }, + { + "name": "v_offset", + "type": "float", + "setter": "set_v_offset", + "getter": "get_v_offset", + "default": "0.0" + } + ] + }, + { + "name": "Sprite2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "is_pixel_opaque", + "return_type": "bool", + "params": [ + { + "name": "pos", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "centered", + "type": "bool", + "setter": "set_centered", + "getter": "is_centered", + "default": "true" + }, + { + "name": "flip_h", + "type": "bool", + "setter": "set_flip_h", + "getter": "is_flipped_h", + "default": "false" + }, + { + "name": "flip_v", + "type": "bool", + "setter": "set_flip_v", + "getter": "is_flipped_v", + "default": "false" + }, + { + "name": "frame", + "type": "int", + "setter": "set_frame", + "getter": "get_frame", + "default": "0" + }, + { + "name": "frame_coords", + "type": "Vector2i", + "setter": "set_frame_coords", + "getter": "get_frame_coords", + "default": "Vector2i(0, 0)" + }, + { + "name": "hframes", + "type": "int", + "setter": "set_hframes", + "getter": "get_hframes", + "default": "1" + }, + { + "name": "offset", + "type": "Vector2", + "setter": "set_offset", + "getter": "get_offset", + "default": "Vector2(0, 0)" + }, + { + "name": "region_enabled", + "type": "bool", + "setter": "set_region_enabled", + "getter": "is_region_enabled", + "default": "false" + }, + { + "name": "region_filter_clip_enabled", + "type": "bool", + "setter": "set_region_filter_clip_enabled", + "getter": "is_region_filter_clip_enabled", + "default": "false" + }, + { + "name": "region_rect", + "type": "Rect2", + "setter": "set_region_rect", + "getter": "get_region_rect", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "vframes", + "type": "int", + "setter": "set_vframes", + "getter": "get_vframes", + "default": "1" + } + ] + }, + { + "name": "RigidBody2D", + "inherits": "PhysicsBody2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_integrate_forces", + "return_type": "void", + "params": [ + { + "name": "state", + "type": "PhysicsDirectBodyState2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_colliding_bodies", + "return_type": "Node2D[]", + "params": [], + "description": "" + }, + { + "name": "get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "axis_velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_damp", + "type": "float", + "setter": "set_angular_damp", + "getter": "get_angular_damp", + "default": "0.0" + }, + { + "name": "angular_damp_mode", + "type": "int", + "setter": "set_angular_damp_mode", + "getter": "get_angular_damp_mode", + "default": "0" + }, + { + "name": "angular_velocity", + "type": "float", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "0.0" + }, + { + "name": "can_sleep", + "type": "bool", + "setter": "set_can_sleep", + "getter": "is_able_to_sleep", + "default": "true" + }, + { + "name": "center_of_mass", + "type": "Vector2", + "setter": "set_center_of_mass", + "getter": "get_center_of_mass", + "default": "Vector2(0, 0)" + }, + { + "name": "center_of_mass_mode", + "type": "int", + "setter": "set_center_of_mass_mode", + "getter": "get_center_of_mass_mode", + "default": "0" + }, + { + "name": "constant_force", + "type": "Vector2", + "setter": "set_constant_force", + "getter": "get_constant_force", + "default": "Vector2(0, 0)" + }, + { + "name": "constant_torque", + "type": "float", + "setter": "set_constant_torque", + "getter": "get_constant_torque", + "default": "0.0" + }, + { + "name": "contact_monitor", + "type": "bool", + "setter": "set_contact_monitor", + "getter": "is_contact_monitor_enabled", + "default": "false" + }, + { + "name": "continuous_cd", + "type": "int", + "setter": "set_continuous_collision_detection_mode", + "getter": "get_continuous_collision_detection_mode", + "default": "0" + }, + { + "name": "custom_integrator", + "type": "bool", + "setter": "set_use_custom_integrator", + "getter": "is_using_custom_integrator", + "default": "false" + }, + { + "name": "freeze", + "type": "bool", + "setter": "set_freeze_enabled", + "getter": "is_freeze_enabled", + "default": "false" + }, + { + "name": "freeze_mode", + "type": "int", + "setter": "set_freeze_mode", + "getter": "get_freeze_mode", + "default": "0" + }, + { + "name": "gravity_scale", + "type": "float", + "setter": "set_gravity_scale", + "getter": "get_gravity_scale", + "default": "1.0" + }, + { + "name": "inertia", + "type": "float", + "setter": "set_inertia", + "getter": "get_inertia", + "default": "0.0" + }, + { + "name": "linear_damp", + "type": "float", + "setter": "set_linear_damp", + "getter": "get_linear_damp", + "default": "0.0" + }, + { + "name": "linear_damp_mode", + "type": "int", + "setter": "set_linear_damp_mode", + "getter": "get_linear_damp_mode", + "default": "0" + }, + { + "name": "linear_velocity", + "type": "Vector2", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "Vector2(0, 0)" + }, + { + "name": "lock_rotation", + "type": "bool", + "setter": "set_lock_rotation_enabled", + "getter": "is_lock_rotation_enabled", + "default": "false" + }, + { + "name": "mass", + "type": "float", + "setter": "set_mass", + "getter": "get_mass", + "default": "1.0" + }, + { + "name": "max_contacts_reported", + "type": "int", + "setter": "set_max_contacts_reported", + "getter": "get_max_contacts_reported", + "default": "0" + }, + { + "name": "physics_material_override", + "type": "PhysicsMaterial", + "setter": "set_physics_material_override", + "getter": "get_physics_material_override", + "default": "" + }, + { + "name": "sleeping", + "type": "bool", + "setter": "set_sleeping", + "getter": "is_sleeping", + "default": "false" + } + ] + }, + { + "name": "PropertyTweener", + "inherits": "Tweener", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "as_relative", + "return_type": "PropertyTweener", + "params": [], + "description": "" + }, + { + "name": "from", + "return_type": "PropertyTweener", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "from_current", + "return_type": "PropertyTweener", + "params": [], + "description": "" + }, + { + "name": "set_delay", + "return_type": "PropertyTweener", + "params": [ + { + "name": "delay", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ease", + "return_type": "PropertyTweener", + "params": [ + { + "name": "ease", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_trans", + "return_type": "PropertyTweener", + "params": [ + { + "name": "trans", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeCurveXYZTexture", + "inherits": "VisualShaderNodeResizableBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture", + "type": "CurveXYZTexture", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeVec2Parameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "Vector2", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "Vector2(0, 0)" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "SkeletonModificationStack2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_modification", + "return_type": "void", + "params": [ + { + "name": "modification", + "type": "SkeletonModification2D", + "default": null + } + ], + "description": "" + }, + { + "name": "delete_modification", + "return_type": "void", + "params": [ + { + "name": "mod_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "enable_all_modifications", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "execute", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "execution_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_is_setup", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_modification", + "return_type": "SkeletonModification2D", + "params": [ + { + "name": "mod_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_skeleton", + "return_type": "Skeleton2D", + "params": [], + "description": "" + }, + { + "name": "set_modification", + "return_type": "void", + "params": [ + { + "name": "mod_idx", + "type": "int", + "default": null + }, + { + "name": "modification", + "type": "SkeletonModification2D", + "default": null + } + ], + "description": "" + }, + { + "name": "setup", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "get_enabled", + "default": "false" + }, + { + "name": "modification_count", + "type": "int", + "setter": "set_modification_count", + "getter": "get_modification_count", + "default": "0" + }, + { + "name": "strength", + "type": "float", + "setter": "set_strength", + "getter": "get_strength", + "default": "1.0" + } + ] + }, + { + "name": "StyleBox", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_draw", + "return_type": "void", + "params": [ + { + "name": "to_canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_draw_rect", + "return_type": "Rect2", + "params": [ + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "_test_mask", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "draw", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_content_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_item_drawn", + "return_type": "CanvasItem", + "params": [], + "description": "" + }, + { + "name": "get_margin", + "return_type": "float", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_offset", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "set_content_margin", + "return_type": "void", + "params": [ + { + "name": "margin", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_content_margin_all", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "test_mask", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "content_margin_bottom", + "type": "float", + "setter": "set_content_margin", + "getter": "get_content_margin", + "default": "-1.0" + }, + { + "name": "content_margin_left", + "type": "float", + "setter": "set_content_margin", + "getter": "get_content_margin", + "default": "-1.0" + }, + { + "name": "content_margin_right", + "type": "float", + "setter": "set_content_margin", + "getter": "get_content_margin", + "default": "-1.0" + }, + { + "name": "content_margin_top", + "type": "float", + "setter": "set_content_margin", + "getter": "get_content_margin", + "default": "-1.0" + } + ] + }, + { + "name": "GDExtensionManager", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_extension", + "return_type": "GDExtension", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_loaded_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "is_extension_loaded", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_extension", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "reload_extension", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "unload_extension", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RichTextLabel", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_image", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Texture2D", + "default": null + }, + { + "name": "width", + "type": "int", + "default": "0" + }, + { + "name": "height", + "type": "int", + "default": "0" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "region", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "key", + "type": "Variant", + "default": "null" + }, + { + "name": "pad", + "type": "bool", + "default": "false" + }, + { + "name": "tooltip", + "type": "String", + "default": "\"\"" + }, + { + "name": "size_in_percent", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_text", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "append_text", + "return_type": "void", + "params": [ + { + "name": "bbcode", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "deselect", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_character_line", + "return_type": "int", + "params": [ + { + "name": "character", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_character_paragraph", + "return_type": "int", + "params": [ + { + "name": "character", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_content_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_content_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_offset", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_menu", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "get_paragraph_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_paragraph_offset", + "return_type": "float", + "params": [ + { + "name": "paragraph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_parsed_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_selected_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_selection_from", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_selection_to", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_total_character_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_v_scroll_bar", + "return_type": "VScrollBar", + "params": [], + "description": "" + }, + { + "name": "get_visible_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_visible_paragraph_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "install_effect", + "return_type": "void", + "params": [ + { + "name": "effect", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "is_menu_visible", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_ready", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "menu_option", + "return_type": "void", + "params": [ + { + "name": "option", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "newline", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "parse_bbcode", + "return_type": "void", + "params": [ + { + "name": "bbcode", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "parse_expressions_for_values", + "return_type": "Dictionary", + "params": [ + { + "name": "expressions", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "pop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "pop_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "pop_context", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_bgcolor", + "return_type": "void", + "params": [ + { + "name": "bgcolor", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "push_bold", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_bold_italics", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_cell", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "push_context", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_customfx", + "return_type": "void", + "params": [ + { + "name": "effect", + "type": "RichTextEffect", + "default": null + }, + { + "name": "env", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "push_dropcap", + "return_type": "void", + "params": [ + { + "name": "string", + "type": "String", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "size", + "type": "int", + "default": null + }, + { + "name": "dropcap_margins", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "outline_size", + "type": "int", + "default": "0" + }, + { + "name": "outline_color", + "type": "Color", + "default": "Color(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "push_fgcolor", + "return_type": "void", + "params": [ + { + "name": "fgcolor", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "push_font", + "return_type": "void", + "params": [ + { + "name": "font", + "type": "Font", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "push_font_size", + "return_type": "void", + "params": [ + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "push_hint", + "return_type": "void", + "params": [ + { + "name": "description", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "push_indent", + "return_type": "void", + "params": [ + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "push_italics", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_language", + "return_type": "void", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "push_list", + "return_type": "void", + "params": [ + { + "name": "level", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "capitalize", + "type": "bool", + "default": null + }, + { + "name": "bullet", + "type": "String", + "default": "\"•\"" + } + ], + "description": "" + }, + { + "name": "push_meta", + "return_type": "void", + "params": [ + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "push_mono", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_normal", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_outline_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "push_outline_size", + "return_type": "void", + "params": [ + { + "name": "outline_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "push_paragraph", + "return_type": "void", + "params": [ + { + "name": "alignment", + "type": "int", + "default": null + }, + { + "name": "base_direction", + "type": "int", + "default": "0" + }, + { + "name": "language", + "type": "String", + "default": "\"\"" + }, + { + "name": "st_parser", + "type": "int", + "default": "0" + }, + { + "name": "justification_flags", + "type": "int", + "default": "163" + }, + { + "name": "tab_stops", + "type": "PackedFloat32Array", + "default": "PackedFloat32Array()" + } + ], + "description": "" + }, + { + "name": "push_strikethrough", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "push_table", + "return_type": "void", + "params": [ + { + "name": "columns", + "type": "int", + "default": null + }, + { + "name": "inline_align", + "type": "int", + "default": "0" + }, + { + "name": "align_to_row", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "push_underline", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_paragraph", + "return_type": "bool", + "params": [ + { + "name": "paragraph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "scroll_to_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "scroll_to_paragraph", + "return_type": "void", + "params": [ + { + "name": "paragraph", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "scroll_to_selection", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "select_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_cell_border_color", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell_padding", + "return_type": "void", + "params": [ + { + "name": "padding", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell_row_background_color", + "return_type": "void", + "params": [ + { + "name": "odd_row_bg", + "type": "Color", + "default": null + }, + { + "name": "even_row_bg", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell_size_override", + "return_type": "void", + "params": [ + { + "name": "min_size", + "type": "Vector2", + "default": null + }, + { + "name": "max_size", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_table_column_expand", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "expand", + "type": "bool", + "default": null + }, + { + "name": "ratio", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "update_image", + "return_type": "void", + "params": [ + { + "name": "key", + "type": "Variant", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + }, + { + "name": "image", + "type": "Texture2D", + "default": null + }, + { + "name": "width", + "type": "int", + "default": "0" + }, + { + "name": "height", + "type": "int", + "default": "0" + }, + { + "name": "color", + "type": "Color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "inline_align", + "type": "int", + "default": "5" + }, + { + "name": "region", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "pad", + "type": "bool", + "default": "false" + }, + { + "name": "tooltip", + "type": "String", + "default": "\"\"" + }, + { + "name": "size_in_percent", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "autowrap_mode", + "type": "int", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "default": "3" + }, + { + "name": "bbcode_enabled", + "type": "bool", + "setter": "set_use_bbcode", + "getter": "is_using_bbcode", + "default": "false" + }, + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "true" + }, + { + "name": "context_menu_enabled", + "type": "bool", + "setter": "set_context_menu_enabled", + "getter": "is_context_menu_enabled", + "default": "false" + }, + { + "name": "custom_effects", + "type": "Array", + "setter": "set_effects", + "getter": "get_effects", + "default": "[]" + }, + { + "name": "deselect_on_focus_loss_enabled", + "type": "bool", + "setter": "set_deselect_on_focus_loss_enabled", + "getter": "is_deselect_on_focus_loss_enabled", + "default": "true" + }, + { + "name": "drag_and_drop_selection_enabled", + "type": "bool", + "setter": "set_drag_and_drop_selection_enabled", + "getter": "is_drag_and_drop_selection_enabled", + "default": "true" + }, + { + "name": "fit_content", + "type": "bool", + "setter": "set_fit_content", + "getter": "is_fit_content_enabled", + "default": "false" + }, + { + "name": "hint_underlined", + "type": "bool", + "setter": "set_hint_underline", + "getter": "is_hint_underlined", + "default": "true" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "meta_underlined", + "type": "bool", + "setter": "set_meta_underline", + "getter": "is_meta_underlined", + "default": "true" + }, + { + "name": "progress_bar_delay", + "type": "int", + "setter": "set_progress_bar_delay", + "getter": "get_progress_bar_delay", + "default": "1000" + }, + { + "name": "scroll_active", + "type": "bool", + "setter": "set_scroll_active", + "getter": "is_scroll_active", + "default": "true" + }, + { + "name": "scroll_following", + "type": "bool", + "setter": "set_scroll_follow", + "getter": "is_scroll_following", + "default": "false" + }, + { + "name": "selection_enabled", + "type": "bool", + "setter": "set_selection_enabled", + "getter": "is_selection_enabled", + "default": "false" + }, + { + "name": "shortcut_keys_enabled", + "type": "bool", + "setter": "set_shortcut_keys_enabled", + "getter": "is_shortcut_keys_enabled", + "default": "true" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "tab_size", + "type": "int", + "setter": "set_tab_size", + "getter": "get_tab_size", + "default": "4" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "threaded", + "type": "bool", + "setter": "set_threaded", + "getter": "is_threaded", + "default": "false" + }, + { + "name": "visible_characters", + "type": "int", + "setter": "set_visible_characters", + "getter": "get_visible_characters", + "default": "-1" + }, + { + "name": "visible_characters_behavior", + "type": "int", + "setter": "set_visible_characters_behavior", + "getter": "get_visible_characters_behavior", + "default": "0" + }, + { + "name": "visible_ratio", + "type": "float", + "setter": "set_visible_ratio", + "getter": "get_visible_ratio", + "default": "1.0" + } + ] + }, + { + "name": "CapsuleShape3D", + "inherits": "Shape3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "2.0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + } + ] + }, + { + "name": "VisualShaderNodeTexture2DArrayParameter", + "inherits": "VisualShaderNodeTextureParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeScreenNormalWorldSpace", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AudioStreamPlayer3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_playback_position", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_stream_playback", + "return_type": "AudioStreamPlayback", + "params": [], + "description": "" + }, + { + "name": "has_stream_playback", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [ + { + "name": "from_position", + "type": "float", + "default": "0.0" + } + ], + "description": "" + }, + { + "name": "seek", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "area_mask", + "type": "int", + "setter": "set_area_mask", + "getter": "get_area_mask", + "default": "1" + }, + { + "name": "attenuation_filter_cutoff_hz", + "type": "float", + "setter": "set_attenuation_filter_cutoff_hz", + "getter": "get_attenuation_filter_cutoff_hz", + "default": "5000.0" + }, + { + "name": "attenuation_filter_db", + "type": "float", + "setter": "set_attenuation_filter_db", + "getter": "get_attenuation_filter_db", + "default": "-24.0" + }, + { + "name": "attenuation_model", + "type": "int", + "setter": "set_attenuation_model", + "getter": "get_attenuation_model", + "default": "0" + }, + { + "name": "autoplay", + "type": "bool", + "setter": "set_autoplay", + "getter": "is_autoplay_enabled", + "default": "false" + }, + { + "name": "bus", + "type": "StringName", + "setter": "set_bus", + "getter": "get_bus", + "default": "&\"Master\"" + }, + { + "name": "doppler_tracking", + "type": "int", + "setter": "set_doppler_tracking", + "getter": "get_doppler_tracking", + "default": "0" + }, + { + "name": "emission_angle_degrees", + "type": "float", + "setter": "set_emission_angle", + "getter": "get_emission_angle", + "default": "45.0" + }, + { + "name": "emission_angle_enabled", + "type": "bool", + "setter": "set_emission_angle_enabled", + "getter": "is_emission_angle_enabled", + "default": "false" + }, + { + "name": "emission_angle_filter_attenuation_db", + "type": "float", + "setter": "set_emission_angle_filter_attenuation_db", + "getter": "get_emission_angle_filter_attenuation_db", + "default": "-12.0" + }, + { + "name": "max_db", + "type": "float", + "setter": "set_max_db", + "getter": "get_max_db", + "default": "3.0" + }, + { + "name": "max_distance", + "type": "float", + "setter": "set_max_distance", + "getter": "get_max_distance", + "default": "0.0" + }, + { + "name": "max_polyphony", + "type": "int", + "setter": "set_max_polyphony", + "getter": "get_max_polyphony", + "default": "1" + }, + { + "name": "panning_strength", + "type": "float", + "setter": "set_panning_strength", + "getter": "get_panning_strength", + "default": "1.0" + }, + { + "name": "pitch_scale", + "type": "float", + "setter": "set_pitch_scale", + "getter": "get_pitch_scale", + "default": "1.0" + }, + { + "name": "playing", + "type": "bool", + "setter": "_set_playing", + "getter": "is_playing", + "default": "false" + }, + { + "name": "stream", + "type": "AudioStream", + "setter": "set_stream", + "getter": "get_stream", + "default": "" + }, + { + "name": "stream_paused", + "type": "bool", + "setter": "set_stream_paused", + "getter": "get_stream_paused", + "default": "false" + }, + { + "name": "unit_size", + "type": "float", + "setter": "set_unit_size", + "getter": "get_unit_size", + "default": "10.0" + }, + { + "name": "volume_db", + "type": "float", + "setter": "set_volume_db", + "getter": "get_volume_db", + "default": "0.0" + } + ] + }, + { + "name": "NavigationObstacle3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_avoidance_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_avoidance_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "avoidance_enabled", + "type": "bool", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "default": "true" + }, + { + "name": "avoidance_layers", + "type": "int", + "setter": "set_avoidance_layers", + "getter": "get_avoidance_layers", + "default": "1" + }, + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "1.0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.0" + }, + { + "name": "use_3d_avoidance", + "type": "bool", + "setter": "set_use_3d_avoidance", + "getter": "get_use_3d_avoidance", + "default": "false" + }, + { + "name": "velocity", + "type": "Vector3", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "vertices", + "type": "PackedVector3Array", + "setter": "set_vertices", + "getter": "get_vertices", + "default": "PackedVector3Array()" + } + ] + }, + { + "name": "VisualShaderNodeDeterminant", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "CollisionPolygon2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "build_mode", + "type": "int", + "setter": "set_build_mode", + "getter": "get_build_mode", + "default": "0" + }, + { + "name": "disabled", + "type": "bool", + "setter": "set_disabled", + "getter": "is_disabled", + "default": "false" + }, + { + "name": "one_way_collision", + "type": "bool", + "setter": "set_one_way_collision", + "getter": "is_one_way_collision_enabled", + "default": "false" + }, + { + "name": "one_way_collision_margin", + "type": "float", + "setter": "set_one_way_collision_margin", + "getter": "get_one_way_collision_margin", + "default": "1.0" + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "setter": "set_polygon", + "getter": "get_polygon", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "RenderSceneBuffersExtension", + "inherits": "RenderSceneBuffers", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_configure", + "return_type": "void", + "params": [ + { + "name": "config", + "type": "RenderSceneBuffersConfiguration", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_fsr_sharpness", + "return_type": "void", + "params": [ + { + "name": "fsr_sharpness", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_texture_mipmap_bias", + "return_type": "void", + "params": [ + { + "name": "texture_mipmap_bias", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_use_debanding", + "return_type": "void", + "params": [ + { + "name": "use_debanding", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Container", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_allowed_size_flags_horizontal", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "_get_allowed_size_flags_vertical", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "fit_child_in_rect", + "return_type": "void", + "params": [ + { + "name": "child", + "type": "Control", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "queue_sort", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "mouse_filter", + "type": "int", + "setter": "set_mouse_filter", + "getter": "get_mouse_filter", + "default": "1" + } + ] + }, + { + "name": "BoxOccluder3D", + "inherits": "Occluder3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(1, 1, 1)" + } + ] + }, + { + "name": "Marker2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "gizmo_extents", + "type": "float", + "setter": "set_gizmo_extents", + "getter": "get_gizmo_extents", + "default": "10.0" + } + ] + }, + { + "name": "MultiplayerPeerExtension", + "inherits": "MultiplayerPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_close", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_disconnect_peer", + "return_type": "void", + "params": [ + { + "name": "p_peer", + "type": "int", + "default": null + }, + { + "name": "p_force", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_available_packet_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_connection_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_max_packet_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_packet", + "return_type": "int", + "params": [ + { + "name": "r_buffer", + "type": "const uint8_t **", + "default": null + }, + { + "name": "r_buffer_size", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_packet_channel", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_packet_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_packet_peer", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_packet_script", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "_get_transfer_channel", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_transfer_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_unique_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_is_refusing_new_connections", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_server", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_is_server_relay_supported", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_poll", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_put_packet", + "return_type": "int", + "params": [ + { + "name": "p_buffer", + "type": "const uint8_t*", + "default": null + }, + { + "name": "p_buffer_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_put_packet_script", + "return_type": "int", + "params": [ + { + "name": "p_buffer", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_refuse_new_connections", + "return_type": "void", + "params": [ + { + "name": "p_enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_target_peer", + "return_type": "void", + "params": [ + { + "name": "p_peer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_transfer_channel", + "return_type": "void", + "params": [ + { + "name": "p_channel", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_transfer_mode", + "return_type": "void", + "params": [ + { + "name": "p_mode", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "MissingResource", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "original_class", + "type": "String", + "setter": "set_original_class", + "getter": "get_original_class", + "default": "" + }, + { + "name": "recording_properties", + "type": "bool", + "setter": "set_recording_properties", + "getter": "is_recording_properties", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeLinearSceneDepth", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "GPUParticlesCollisionBox3D", + "inherits": "GPUParticlesCollision3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(2, 2, 2)" + } + ] + }, + { + "name": "StreamPeer", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_8", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_16", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_64", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_available_bytes", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_data", + "return_type": "Array", + "params": [ + { + "name": "bytes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_double", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_float", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_partial_data", + "return_type": "Array", + "params": [ + { + "name": "bytes", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_string", + "return_type": "String", + "params": [ + { + "name": "bytes", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_u8", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_u16", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_u32", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_u64", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_utf8_string", + "return_type": "String", + "params": [ + { + "name": "bytes", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_var", + "return_type": "Variant", + "params": [ + { + "name": "allow_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "put_8", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_16", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_32", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_64", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_data", + "return_type": "int", + "params": [ + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "put_double", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "put_float", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "put_partial_data", + "return_type": "Array", + "params": [ + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "put_string", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "put_u8", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_u16", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_u32", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_u64", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "put_utf8_string", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "put_var", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "full_objects", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "big_endian", + "type": "bool", + "setter": "set_big_endian", + "getter": "is_big_endian_enabled", + "default": "false" + } + ] + }, + { + "name": "HSeparator", + "inherits": "Separator", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PortableCompressedTexture2D", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_from_image", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "compression_mode", + "type": "int", + "default": null + }, + { + "name": "normal_map", + "type": "bool", + "default": "false" + }, + { + "name": "lossy_quality", + "type": "float", + "default": "0.8" + } + ], + "description": "" + }, + { + "name": "get_compression_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_format", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_keeping_all_compressed_buffers", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_keep_all_compressed_buffers", + "return_type": "void", + "params": [ + { + "name": "keep", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "_data", + "type": "PackedByteArray", + "setter": "_set_data", + "getter": "_get_data", + "default": "PackedByteArray()" + }, + { + "name": "keep_compressed_buffer", + "type": "bool", + "setter": "set_keep_compressed_buffer", + "getter": "is_keeping_compressed_buffer", + "default": "false" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "size_override", + "type": "Vector2", + "setter": "set_size_override", + "getter": "get_size_override", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "NavigationMesh", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_polygon", + "return_type": "void", + "params": [ + { + "name": "polygon", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_polygons", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_from_mesh", + "return_type": "void", + "params": [ + { + "name": "mesh", + "type": "Mesh", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_polygon", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_polygon_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_vertices", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertices", + "return_type": "void", + "params": [ + { + "name": "vertices", + "type": "PackedVector3Array", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "agent_height", + "type": "float", + "setter": "set_agent_height", + "getter": "get_agent_height", + "default": "1.5" + }, + { + "name": "agent_max_climb", + "type": "float", + "setter": "set_agent_max_climb", + "getter": "get_agent_max_climb", + "default": "0.25" + }, + { + "name": "agent_max_slope", + "type": "float", + "setter": "set_agent_max_slope", + "getter": "get_agent_max_slope", + "default": "45.0" + }, + { + "name": "agent_radius", + "type": "float", + "setter": "set_agent_radius", + "getter": "get_agent_radius", + "default": "0.5" + }, + { + "name": "cell_height", + "type": "float", + "setter": "set_cell_height", + "getter": "get_cell_height", + "default": "0.25" + }, + { + "name": "cell_size", + "type": "float", + "setter": "set_cell_size", + "getter": "get_cell_size", + "default": "0.25" + }, + { + "name": "detail_sample_distance", + "type": "float", + "setter": "set_detail_sample_distance", + "getter": "get_detail_sample_distance", + "default": "6.0" + }, + { + "name": "detail_sample_max_error", + "type": "float", + "setter": "set_detail_sample_max_error", + "getter": "get_detail_sample_max_error", + "default": "1.0" + }, + { + "name": "edge_max_error", + "type": "float", + "setter": "set_edge_max_error", + "getter": "get_edge_max_error", + "default": "1.3" + }, + { + "name": "edge_max_length", + "type": "float", + "setter": "set_edge_max_length", + "getter": "get_edge_max_length", + "default": "0.0" + }, + { + "name": "filter_baking_aabb", + "type": "AABB", + "setter": "set_filter_baking_aabb", + "getter": "get_filter_baking_aabb", + "default": "AABB(0, 0, 0, 0, 0, 0)" + }, + { + "name": "filter_baking_aabb_offset", + "type": "Vector3", + "setter": "set_filter_baking_aabb_offset", + "getter": "get_filter_baking_aabb_offset", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "filter_ledge_spans", + "type": "bool", + "setter": "set_filter_ledge_spans", + "getter": "get_filter_ledge_spans", + "default": "false" + }, + { + "name": "filter_low_hanging_obstacles", + "type": "bool", + "setter": "set_filter_low_hanging_obstacles", + "getter": "get_filter_low_hanging_obstacles", + "default": "false" + }, + { + "name": "filter_walkable_low_height_spans", + "type": "bool", + "setter": "set_filter_walkable_low_height_spans", + "getter": "get_filter_walkable_low_height_spans", + "default": "false" + }, + { + "name": "geometry_collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "geometry_parsed_geometry_type", + "type": "int", + "setter": "set_parsed_geometry_type", + "getter": "get_parsed_geometry_type", + "default": "0" + }, + { + "name": "geometry_source_geometry_mode", + "type": "int", + "setter": "set_source_geometry_mode", + "getter": "get_source_geometry_mode", + "default": "0" + }, + { + "name": "geometry_source_group_name", + "type": "StringName", + "setter": "set_source_group_name", + "getter": "get_source_group_name", + "default": "&\"navigation_mesh_source_group\"" + }, + { + "name": "region_merge_size", + "type": "float", + "setter": "set_region_merge_size", + "getter": "get_region_merge_size", + "default": "20.0" + }, + { + "name": "region_min_size", + "type": "float", + "setter": "set_region_min_size", + "getter": "get_region_min_size", + "default": "2.0" + }, + { + "name": "sample_partition_type", + "type": "int", + "setter": "set_sample_partition_type", + "getter": "get_sample_partition_type", + "default": "0" + }, + { + "name": "vertices_per_polygon", + "type": "float", + "setter": "set_vertices_per_polygon", + "getter": "get_vertices_per_polygon", + "default": "6.0" + } + ] + }, + { + "name": "ScriptLanguageExtension", + "inherits": "ScriptLanguage", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_add_global_constant", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_add_named_global_constant", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "_auto_indent_code", + "return_type": "String", + "params": [ + { + "name": "code", + "type": "String", + "default": null + }, + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_can_inherit_from_file", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_complete_code", + "return_type": "Dictionary", + "params": [ + { + "name": "code", + "type": "String", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "owner", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_create_script", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "_debug_get_current_stack_info", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_debug_get_error", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_debug_get_globals", + "return_type": "Dictionary", + "params": [ + { + "name": "max_subitems", + "type": "int", + "default": null + }, + { + "name": "max_depth", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_get_stack_level_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_debug_get_stack_level_function", + "return_type": "String", + "params": [ + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_get_stack_level_instance", + "return_type": "void*", + "params": [ + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_get_stack_level_line", + "return_type": "int", + "params": [ + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_get_stack_level_locals", + "return_type": "Dictionary", + "params": [ + { + "name": "level", + "type": "int", + "default": null + }, + { + "name": "max_subitems", + "type": "int", + "default": null + }, + { + "name": "max_depth", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_get_stack_level_members", + "return_type": "Dictionary", + "params": [ + { + "name": "level", + "type": "int", + "default": null + }, + { + "name": "max_subitems", + "type": "int", + "default": null + }, + { + "name": "max_depth", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_debug_parse_stack_level_expression", + "return_type": "String", + "params": [ + { + "name": "level", + "type": "int", + "default": null + }, + { + "name": "expression", + "type": "String", + "default": null + }, + { + "name": "max_subitems", + "type": "int", + "default": null + }, + { + "name": "max_depth", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_find_function", + "return_type": "int", + "params": [ + { + "name": "class_name", + "type": "String", + "default": null + }, + { + "name": "function_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_finish", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_frame", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_get_built_in_templates", + "return_type": "Dictionary[]", + "params": [ + { + "name": "object", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_comment_delimiters", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_doc_comment_delimiters", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_extension", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_global_class_name", + "return_type": "Dictionary", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_public_annotations", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_public_constants", + "return_type": "Dictionary", + "params": [], + "description": "" + }, + { + "name": "_get_public_functions", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_reserved_words", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_string_delimiters", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_get_type", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_handles_global_class_type", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_has_named_classes", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_init", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_is_control_flow_keyword", + "return_type": "bool", + "params": [ + { + "name": "keyword", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_is_using_templates", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_lookup_code", + "return_type": "Dictionary", + "params": [ + { + "name": "code", + "type": "String", + "default": null + }, + { + "name": "symbol", + "type": "String", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "owner", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "_make_function", + "return_type": "String", + "params": [ + { + "name": "class_name", + "type": "String", + "default": null + }, + { + "name": "function_name", + "type": "String", + "default": null + }, + { + "name": "function_args", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "_make_template", + "return_type": "Script", + "params": [ + { + "name": "template", + "type": "String", + "default": null + }, + { + "name": "class_name", + "type": "String", + "default": null + }, + { + "name": "base_class_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_open_in_external_editor", + "return_type": "int", + "params": [ + { + "name": "script", + "type": "Script", + "default": null + }, + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_overrides_external_editor", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_profiling_get_accumulated_data", + "return_type": "int", + "params": [ + { + "name": "info_array", + "type": "ScriptLanguageExtensionProfilingInfo*", + "default": null + }, + { + "name": "info_max", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_profiling_get_frame_data", + "return_type": "int", + "params": [ + { + "name": "info_array", + "type": "ScriptLanguageExtensionProfilingInfo*", + "default": null + }, + { + "name": "info_max", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_profiling_start", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_profiling_stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_reload_all_scripts", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_reload_tool_script", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "Script", + "default": null + }, + { + "name": "soft_reload", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_remove_named_global_constant", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_supports_builtin_mode", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_supports_documentation", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_thread_enter", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_thread_exit", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_validate", + "return_type": "Dictionary", + "params": [ + { + "name": "script", + "type": "String", + "default": null + }, + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "validate_functions", + "type": "bool", + "default": null + }, + { + "name": "validate_errors", + "type": "bool", + "default": null + }, + { + "name": "validate_warnings", + "type": "bool", + "default": null + }, + { + "name": "validate_safe_lines", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "_validate_path", + "return_type": "String", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PointMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ResourceImporterTextureAtlas", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "atlas_file", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "crop_to_region", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "import_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "trim_alpha_border_from_region", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + } + ] + }, + { + "name": "AudioEffect", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_instantiate", + "return_type": "AudioEffectInstance", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "HTTPRequest", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "cancel_request", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_body_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_downloaded_bytes", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_http_client_status", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "request", + "return_type": "int", + "params": [ + { + "name": "url", + "type": "String", + "default": null + }, + { + "name": "custom_headers", + "type": "PackedStringArray", + "default": "PackedStringArray()" + }, + { + "name": "method", + "type": "int", + "default": "0" + }, + { + "name": "request_data", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "request_raw", + "return_type": "int", + "params": [ + { + "name": "url", + "type": "String", + "default": null + }, + { + "name": "custom_headers", + "type": "PackedStringArray", + "default": "PackedStringArray()" + }, + { + "name": "method", + "type": "int", + "default": "0" + }, + { + "name": "request_data_raw", + "type": "PackedByteArray", + "default": "PackedByteArray()" + } + ], + "description": "" + }, + { + "name": "set_http_proxy", + "return_type": "void", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_https_proxy", + "return_type": "void", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tls_options", + "return_type": "void", + "params": [ + { + "name": "client_options", + "type": "TLSOptions", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "accept_gzip", + "type": "bool", + "setter": "set_accept_gzip", + "getter": "is_accepting_gzip", + "default": "true" + }, + { + "name": "body_size_limit", + "type": "int", + "setter": "set_body_size_limit", + "getter": "get_body_size_limit", + "default": "-1" + }, + { + "name": "download_chunk_size", + "type": "int", + "setter": "set_download_chunk_size", + "getter": "get_download_chunk_size", + "default": "65536" + }, + { + "name": "download_file", + "type": "String", + "setter": "set_download_file", + "getter": "get_download_file", + "default": "\"\"" + }, + { + "name": "max_redirects", + "type": "int", + "setter": "set_max_redirects", + "getter": "get_max_redirects", + "default": "8" + }, + { + "name": "timeout", + "type": "float", + "setter": "set_timeout", + "getter": "get_timeout", + "default": "0.0" + }, + { + "name": "use_threads", + "type": "bool", + "setter": "set_use_threads", + "getter": "is_using_threads", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeFloatOp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "EditorSettings", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_property_info", + "return_type": "void", + "params": [ + { + "name": "info", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "check_changed_settings_in_group", + "return_type": "bool", + "params": [ + { + "name": "setting_prefix", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "erase", + "return_type": "void", + "params": [ + { + "name": "property", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_changed_settings", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_favorites", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_project_metadata", + "return_type": "Variant", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + }, + { + "name": "default", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_recent_dirs", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_setting", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_setting", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "mark_setting_changed", + "return_type": "void", + "params": [ + { + "name": "setting", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_builtin_action_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "actions_list", + "type": "InputEvent[]", + "default": null + } + ], + "description": "" + }, + { + "name": "set_favorites", + "return_type": "void", + "params": [ + { + "name": "dirs", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "set_initial_value", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + }, + { + "name": "update_current", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_project_metadata", + "return_type": "void", + "params": [ + { + "name": "section", + "type": "String", + "default": null + }, + { + "name": "key", + "type": "String", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_recent_dirs", + "return_type": "void", + "params": [ + { + "name": "dirs", + "type": "PackedStringArray", + "default": null + } + ], + "description": "" + }, + { + "name": "set_setting", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "debugger/auto_switch_to_remote_scene_tree", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "debugger/profiler_frame_history_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "debugger/profiler_frame_max_functions", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "debugger/remote_inspect_refresh_interval", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "debugger/remote_scene_tree_refresh_interval", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/filesystem/always_show_folders", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/filesystem/textfile_extensions", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/filesystem/thumbnail_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/property_editor/auto_refresh_interval", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/property_editor/subresource_hue_tint", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/scene_tree/auto_expand_to_selected", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "docks/scene_tree/start_create_dialog_fully_expanded", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_color1", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_color2", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_ik_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_outline_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_outline_size", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_selected_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/bone_width", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/grid_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/guides_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/smart_snapping_line_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/use_integer_zoom_by_default", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/2d/viewport_border_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/default_fov", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/default_z_far", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/default_z_near", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_activation_modifier", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_base_speed", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_inertia", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_navigation_scheme", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_sensitivity", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/freelook/freelook_speed_zoom_link", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_division_level_bias", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_division_level_max", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_division_level_min", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_xy_plane", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_xz_plane", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/grid_yz_plane", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/emulate_3_button_mouse", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/emulate_numpad", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/invert_x_axis", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/invert_y_axis", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/navigation_scheme", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/orbit_modifier", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/pan_modifier", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/warped_mouse_panning", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/zoom_modifier", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation/zoom_style", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation_feel/orbit_inertia", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation_feel/orbit_sensitivity", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation_feel/translation_inertia", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/navigation_feel/zoom_inertia", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/primary_grid_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/primary_grid_steps", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/secondary_grid_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d/selection_box_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d_gizmos/gizmo_colors/instantiated", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d_gizmos/gizmo_colors/joint", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/3d_gizmos/gizmo_colors/shape", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/animation/autorename_animation_tracks", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/animation/default_create_bezier_tracks", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/animation/default_create_reset_tracks", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/animation/onion_layers_future_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/animation/onion_layers_past_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/grid_map/pick_distance", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/2d_editor_pan_speed", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/2d_editor_panning_scheme", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/animation_editors_panning_scheme", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/simple_panning", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/sub_editors_panning_scheme", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/panning/warped_mouse_panning", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/polygon_editor/point_grab_radius", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/polygon_editor/show_previous_outline", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/shader_editor/behavior/files/restore_shaders_on_load", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/tiles_editor/display_grid", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/tiles_editor/grid_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/visual_editors/lines_curvature", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/visual_editors/minimap_opacity", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "editors/visual_editors/visual_shader/port_preview_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/directories/autoscan_project_path", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/directories/default_project_path", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/external_programs/3d_model_editor", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/external_programs/audio_editor", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/external_programs/raster_image_editor", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/external_programs/vector_image_editor", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/file_dialog/display_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/file_dialog/show_hidden_files", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/file_dialog/thumbnail_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/import/blender/blender3_path", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/import/blender/rpc_port", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/import/blender/rpc_server_uptime", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/import/fbx/fbx2gltf_path", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/on_save/compress_binary_resources", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/on_save/safe_save_on_backup_then_rename", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "filesystem/tools/oidn/oidn_denoise_path", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/accept_dialog_cancel_ok_buttons", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/automatically_open_screenshots", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/code_font", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/code_font_contextual_ligatures", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/code_font_custom_opentype_features", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/code_font_custom_variations", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/code_font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/custom_display_scale", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/debug/enable_pseudolocalization", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/display_scale", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/editor_language", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/editor_screen", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/expand_to_title", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/font_antialiasing", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/font_hinting", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/font_subpixel_positioning", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/low_processor_mode_sleep_usec", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/main_font", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/main_font_bold", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/main_font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/mouse_extra_buttons_navigate_history", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/project_manager_screen", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/save_each_scene_on_quit", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/separate_distraction_mode", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/show_internal_errors_in_toast_notifications", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/single_window_mode", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/unfocused_low_processor_mode_sleep_usec", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/editor/use_embedded_menu", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/inspector/float_drag_speed", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/inspector/max_array_dictionary_items_per_page", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/inspector/show_low_level_opentype_features", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/multi_window/enable", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/multi_window/maximize_window", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/multi_window/restore_windows_on_load", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/scene_tabs/display_close_button", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/scene_tabs/maximum_width", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/scene_tabs/show_script_button", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/scene_tabs/show_thumbnail_on_hover", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/accent_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/additional_spacing", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/base_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/border_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/contrast", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/corner_radius", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/custom_theme", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/draw_extra_borders", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/icon_and_font_color", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/icon_saturation", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/preset", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/theme/relationship_line_opacity", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/touchscreen/enable_long_press_as_right_click", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/touchscreen/enable_pan_and_scale_gestures", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/touchscreen/increase_scrollbar_touch_area", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "interface/touchscreen/scale_gizmo_handles", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "network/debug/remote_host", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "network/debug/remote_port", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "network/http_proxy/host", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "network/http_proxy/port", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "network/tls/editor_tls_certificates", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "project_manager/default_renderer", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "project_manager/sorting_order", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/auto_save/save_before_running", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/output/always_clear_output_on_play", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/output/always_close_output_on_stop", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/output/always_open_output_on_play", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/output/font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/window_placement/android_window", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/window_placement/rect", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/window_placement/rect_custom_position", + "type": "Vector2", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "run/window_placement/screen", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/caret/caret_blink", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/caret/caret_blink_interval", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/caret/highlight_all_occurrences", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/caret/highlight_current_line", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/caret/type", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/guidelines/line_length_guideline_hard_column", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/guidelines/line_length_guideline_soft_column", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/guidelines/show_line_length_guidelines", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/gutters/highlight_type_safe_lines", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/gutters/line_numbers_zero_padded", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/gutters/show_info_gutter", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/gutters/show_line_numbers", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/lines/autowrap_mode", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/lines/code_folding", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/lines/word_wrap", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/minimap/minimap_width", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/minimap/show_minimap", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/whitespace/draw_spaces", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/whitespace/draw_tabs", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/appearance/whitespace/line_spacing", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/files/auto_reload_scripts_on_external_change", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/files/autosave_interval_secs", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/files/convert_indent_on_save", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/files/restore_scripts_on_load", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/files/trim_trailing_whitespace_on_save", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/indent/auto_indent", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/indent/size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/indent/type", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/drag_and_drop_selection", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/move_caret_on_right_click", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/scroll_past_end_of_file", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/smooth_scrolling", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/stay_in_script_editor_on_node_selected", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/behavior/navigation/v_scroll_speed", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/add_type_hints", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/auto_brace_complete", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/code_complete_delay", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/code_complete_enabled", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/colorize_suggestions", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/complete_file_paths", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/idle_parse_delay", + "type": "float", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/put_callhint_tooltip_below_current_line", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/completion/use_single_quotes", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/help/class_reference_examples", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/help/help_font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/help/help_source_font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/help/help_title_font_size", + "type": "int", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/help/show_help_index", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/script_list/show_members_overview", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/script_list/sort_members_outline_alphabetically", + "type": "bool", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/color_theme", + "type": "String", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/background_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/base_type_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/bookmark_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/brace_mismatch_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/breakpoint_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/caret_background_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/caret_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/code_folding_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/comment_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_background_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_existing_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_font_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_scroll_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_scroll_hovered_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/completion_selected_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/control_flow_keyword_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/current_line_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/doc_comment_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/engine_type_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/executing_line_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/folded_code_region_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/function_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/keyword_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/line_length_guideline_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/line_number_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/mark_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/member_variable_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/number_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/safe_line_number_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/search_result_border_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/search_result_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/selection_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/string_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/symbol_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/text_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/text_selected_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/user_type_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + }, + { + "name": "text_editor/theme/highlighting/word_highlighted_color", + "type": "Color", + "setter": "", + "getter": "", + "default": "" + } + ] + }, + { + "name": "Gradient", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "get_color", + "return_type": "Color", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_offset", + "return_type": "float", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "sample", + "return_type": "Color", + "params": [ + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_color", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_offset", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "colors", + "type": "PackedColorArray", + "setter": "set_colors", + "getter": "get_colors", + "default": "PackedColorArray(0, 0, 0, 1, 1, 1, 1, 1)" + }, + { + "name": "interpolation_color_space", + "type": "int", + "setter": "set_interpolation_color_space", + "getter": "get_interpolation_color_space", + "default": "0" + }, + { + "name": "interpolation_mode", + "type": "int", + "setter": "set_interpolation_mode", + "getter": "get_interpolation_mode", + "default": "0" + }, + { + "name": "offsets", + "type": "PackedFloat32Array", + "setter": "set_offsets", + "getter": "get_offsets", + "default": "PackedFloat32Array(0, 1)" + } + ] + }, + { + "name": "DirectionalLight3D", + "inherits": "Light3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "directional_shadow_blend_splits", + "type": "bool", + "setter": "set_blend_splits", + "getter": "is_blend_splits_enabled", + "default": "false" + }, + { + "name": "directional_shadow_fade_start", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.8" + }, + { + "name": "directional_shadow_max_distance", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "100.0" + }, + { + "name": "directional_shadow_mode", + "type": "int", + "setter": "set_shadow_mode", + "getter": "get_shadow_mode", + "default": "2" + }, + { + "name": "directional_shadow_pancake_size", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "20.0" + }, + { + "name": "directional_shadow_split_1", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.1" + }, + { + "name": "directional_shadow_split_2", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.2" + }, + { + "name": "directional_shadow_split_3", + "type": "float", + "setter": "set_param", + "getter": "get_param", + "default": "0.5" + }, + { + "name": "sky_mode", + "type": "int", + "setter": "set_sky_mode", + "getter": "get_sky_mode", + "default": "0" + } + ] + }, + { + "name": "VisualShaderNodeDotProduct", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "PhysicsDirectSpaceState3DExtension", + "inherits": "PhysicsDirectSpaceState3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_cast_motion", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "closest_safe", + "type": "float*", + "default": null + }, + { + "name": "closest_unsafe", + "type": "float*", + "default": null + }, + { + "name": "info", + "type": "PhysicsServer3DExtensionShapeRestInfo*", + "default": null + } + ], + "description": "" + }, + { + "name": "_collide_shape", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "results", + "type": "void*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + }, + { + "name": "result_count", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_closest_point_to_object_volume", + "return_type": "Vector3", + "params": [ + { + "name": "object", + "type": "RID", + "default": null + }, + { + "name": "point", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_point", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector3", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "results", + "type": "PhysicsServer3DExtensionShapeResult*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_ray", + "return_type": "bool", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "hit_from_inside", + "type": "bool", + "default": null + }, + { + "name": "hit_back_faces", + "type": "bool", + "default": null + }, + { + "name": "pick_ray", + "type": "bool", + "default": null + }, + { + "name": "result", + "type": "PhysicsServer3DExtensionRayResult*", + "default": null + } + ], + "description": "" + }, + { + "name": "_intersect_shape", + "return_type": "int", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "result_count", + "type": "PhysicsServer3DExtensionShapeResult*", + "default": null + }, + { + "name": "max_results", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_rest_info", + "return_type": "bool", + "params": [ + { + "name": "shape_rid", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "motion", + "type": "Vector3", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": null + }, + { + "name": "collide_with_bodies", + "type": "bool", + "default": null + }, + { + "name": "collide_with_areas", + "type": "bool", + "default": null + }, + { + "name": "rest_info", + "type": "PhysicsServer3DExtensionShapeRestInfo*", + "default": null + } + ], + "description": "" + }, + { + "name": "is_body_excluded_from_query", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "IP", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_cache", + "return_type": "void", + "params": [ + { + "name": "hostname", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "erase_resolve_item", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_local_addresses", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_local_interfaces", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "get_resolve_item_address", + "return_type": "String", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_resolve_item_addresses", + "return_type": "Array", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_resolve_item_status", + "return_type": "int", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resolve_hostname", + "return_type": "String", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "ip_type", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "resolve_hostname_addresses", + "return_type": "PackedStringArray", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "ip_type", + "type": "int", + "default": "3" + } + ], + "description": "" + }, + { + "name": "resolve_hostname_queue_item", + "return_type": "int", + "params": [ + { + "name": "host", + "type": "String", + "default": null + }, + { + "name": "ip_type", + "type": "int", + "default": "3" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "SkinReference", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_skeleton", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_skin", + "return_type": "Skin", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Skeleton2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "execute_modifications", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "execution_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone", + "return_type": "Bone2D", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bone_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_bone_local_pose_override", + "return_type": "Transform2D", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_modification_stack", + "return_type": "SkeletonModificationStack2D", + "params": [], + "description": "" + }, + { + "name": "get_skeleton", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_bone_local_pose_override", + "return_type": "void", + "params": [ + { + "name": "bone_idx", + "type": "int", + "default": null + }, + { + "name": "override_pose", + "type": "Transform2D", + "default": null + }, + { + "name": "strength", + "type": "float", + "default": null + }, + { + "name": "persistent", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_modification_stack", + "return_type": "void", + "params": [ + { + "name": "modification_stack", + "type": "SkeletonModificationStack2D", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeTransformVecMult", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "EditorInterface", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "edit_node", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "edit_resource", + "return_type": "void", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "edit_script", + "return_type": "void", + "params": [ + { + "name": "script", + "type": "Script", + "default": null + }, + { + "name": "line", + "type": "int", + "default": "-1" + }, + { + "name": "column", + "type": "int", + "default": "0" + }, + { + "name": "grab_focus", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_base_control", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "get_command_palette", + "return_type": "EditorCommandPalette", + "params": [], + "description": "" + }, + { + "name": "get_current_directory", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_current_feature_profile", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_current_path", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_edited_scene_root", + "return_type": "Node", + "params": [], + "description": "" + }, + { + "name": "get_editor_main_screen", + "return_type": "VBoxContainer", + "params": [], + "description": "" + }, + { + "name": "get_editor_paths", + "return_type": "EditorPaths", + "params": [], + "description": "" + }, + { + "name": "get_editor_scale", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_editor_settings", + "return_type": "EditorSettings", + "params": [], + "description": "" + }, + { + "name": "get_editor_theme", + "return_type": "Theme", + "params": [], + "description": "" + }, + { + "name": "get_editor_viewport_2d", + "return_type": "SubViewport", + "params": [], + "description": "" + }, + { + "name": "get_editor_viewport_3d", + "return_type": "SubViewport", + "params": [ + { + "name": "idx", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_file_system_dock", + "return_type": "FileSystemDock", + "params": [], + "description": "" + }, + { + "name": "get_inspector", + "return_type": "EditorInspector", + "params": [], + "description": "" + }, + { + "name": "get_open_scenes", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_playing_scene", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_resource_filesystem", + "return_type": "EditorFileSystem", + "params": [], + "description": "" + }, + { + "name": "get_resource_previewer", + "return_type": "EditorResourcePreview", + "params": [], + "description": "" + }, + { + "name": "get_script_editor", + "return_type": "ScriptEditor", + "params": [], + "description": "" + }, + { + "name": "get_selected_paths", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_selection", + "return_type": "EditorSelection", + "params": [], + "description": "" + }, + { + "name": "inspect_object", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "for_property", + "type": "String", + "default": "\"\"" + }, + { + "name": "inspector_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_playing_scene", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_plugin_enabled", + "return_type": "bool", + "params": [ + { + "name": "plugin", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "make_mesh_previews", + "return_type": "Texture2D[]", + "params": [ + { + "name": "meshes", + "type": "Mesh[]", + "default": null + }, + { + "name": "preview_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mark_scene_as_unsaved", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "open_scene_from_path", + "return_type": "void", + "params": [ + { + "name": "scene_filepath", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "play_current_scene", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "play_custom_scene", + "return_type": "void", + "params": [ + { + "name": "scene_filepath", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "play_main_scene", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "popup_dialog", + "return_type": "void", + "params": [ + { + "name": "dialog", + "type": "Window", + "default": null + }, + { + "name": "rect", + "type": "Rect2i", + "default": "Rect2i(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_dialog_centered", + "return_type": "void", + "params": [ + { + "name": "dialog", + "type": "Window", + "default": null + }, + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_dialog_centered_clamped", + "return_type": "void", + "params": [ + { + "name": "dialog", + "type": "Window", + "default": null + }, + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + }, + { + "name": "fallback_ratio", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "popup_dialog_centered_ratio", + "return_type": "void", + "params": [ + { + "name": "dialog", + "type": "Window", + "default": null + }, + { + "name": "ratio", + "type": "float", + "default": "0.8" + } + ], + "description": "" + }, + { + "name": "reload_scene_from_path", + "return_type": "void", + "params": [ + { + "name": "scene_filepath", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "restart_editor", + "return_type": "void", + "params": [ + { + "name": "save", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "save_all_scenes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "save_scene", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "save_scene_as", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "with_preview", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "select_file", + "return_type": "void", + "params": [ + { + "name": "file", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_current_feature_profile", + "return_type": "void", + "params": [ + { + "name": "profile_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_main_screen_editor", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_plugin_enabled", + "return_type": "void", + "params": [ + { + "name": "plugin", + "type": "String", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "stop_playing_scene", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "distraction_free_mode", + "type": "bool", + "setter": "set_distraction_free_mode", + "getter": "is_distraction_free_mode_enabled", + "default": "" + }, + { + "name": "movie_maker_enabled", + "type": "bool", + "setter": "set_movie_maker_enabled", + "getter": "is_movie_maker_enabled", + "default": "" + } + ] + }, + { + "name": "Shape2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "collide", + "return_type": "bool", + "params": [ + { + "name": "local_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "with_shape", + "type": "Shape2D", + "default": null + }, + { + "name": "shape_xform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "collide_and_get_contacts", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "local_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "with_shape", + "type": "Shape2D", + "default": null + }, + { + "name": "shape_xform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "collide_with_motion", + "return_type": "bool", + "params": [ + { + "name": "local_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "local_motion", + "type": "Vector2", + "default": null + }, + { + "name": "with_shape", + "type": "Shape2D", + "default": null + }, + { + "name": "shape_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "shape_motion", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "collide_with_motion_and_get_contacts", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "local_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "local_motion", + "type": "Vector2", + "default": null + }, + { + "name": "with_shape", + "type": "Shape2D", + "default": null + }, + { + "name": "shape_xform", + "type": "Transform2D", + "default": null + }, + { + "name": "shape_motion", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "draw", + "return_type": "void", + "params": [ + { + "name": "canvas_item", + "type": "RID", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rect", + "return_type": "Rect2", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "custom_solver_bias", + "type": "float", + "setter": "set_custom_solver_bias", + "getter": "get_custom_solver_bias", + "default": "0.0" + } + ] + }, + { + "name": "AnimatableBody3D", + "inherits": "StaticBody3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "sync_to_physics", + "type": "bool", + "setter": "set_sync_to_physics", + "getter": "is_sync_to_physics_enabled", + "default": "true" + } + ] + }, + { + "name": "DampedSpringJoint2D", + "inherits": "Joint2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "damping", + "type": "float", + "setter": "set_damping", + "getter": "get_damping", + "default": "1.0" + }, + { + "name": "length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "50.0" + }, + { + "name": "rest_length", + "type": "float", + "setter": "set_rest_length", + "getter": "get_rest_length", + "default": "0.0" + }, + { + "name": "stiffness", + "type": "float", + "setter": "set_stiffness", + "getter": "get_stiffness", + "default": "20.0" + } + ] + }, + { + "name": "CompressedCubemapArray", + "inherits": "CompressedTextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeParameterRef", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "parameter_name", + "type": "String", + "setter": "set_parameter_name", + "getter": "get_parameter_name", + "default": "\"[None]\"" + } + ] + }, + { + "name": "SkeletonModification2DFABRIK", + "inherits": "SkeletonModification2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_fabrik_joint_bone2d_node", + "return_type": "NodePath", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_fabrik_joint_bone_index", + "return_type": "int", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_fabrik_joint_magnet_position", + "return_type": "Vector2", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_fabrik_joint_use_target_rotation", + "return_type": "bool", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_fabrik_joint_bone2d_node", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone2d_nodepath", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_fabrik_joint_bone_index", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "bone_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_fabrik_joint_magnet_position", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "magnet_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_fabrik_joint_use_target_rotation", + "return_type": "void", + "params": [ + { + "name": "joint_idx", + "type": "int", + "default": null + }, + { + "name": "use_target_rotation", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "fabrik_data_chain_length", + "type": "int", + "setter": "set_fabrik_data_chain_length", + "getter": "get_fabrik_data_chain_length", + "default": "0" + }, + { + "name": "target_nodepath", + "type": "NodePath", + "setter": "set_target_node", + "getter": "get_target_node", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "AudioServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_bus", + "return_type": "void", + "params": [ + { + "name": "at_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_bus_effect", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect", + "type": "AudioEffect", + "default": null + }, + { + "name": "at_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "generate_bus_layout", + "return_type": "AudioBusLayout", + "params": [], + "description": "" + }, + { + "name": "get_bus_channels", + "return_type": "int", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_effect", + "return_type": "AudioEffect", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_effect_count", + "return_type": "int", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_effect_instance", + "return_type": "AudioEffectInstance", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + }, + { + "name": "channel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_bus_index", + "return_type": "int", + "params": [ + { + "name": "bus_name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_name", + "return_type": "String", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_peak_volume_left_db", + "return_type": "float", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "channel", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_peak_volume_right_db", + "return_type": "float", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "channel", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_send", + "return_type": "StringName", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bus_volume_db", + "return_type": "float", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_input_device_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_mix_rate", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_output_device_list", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "get_output_latency", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_speaker_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_time_since_last_mix", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_time_to_next_mix", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "is_bus_bypassing_effects", + "return_type": "bool", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_bus_effect_enabled", + "return_type": "bool", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_bus_mute", + "return_type": "bool", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_bus_solo", + "return_type": "bool", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "lock", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "move_bus", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "to_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_bus", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_bus_effect", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_bypass_effects", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_effect_enabled", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_layout", + "return_type": "void", + "params": [ + { + "name": "bus_layout", + "type": "AudioBusLayout", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_mute", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_name", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_send", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "send", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_solo", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bus_volume_db", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "volume_db", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_enable_tagging_used_audio_streams", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "swap_bus_effects", + "return_type": "void", + "params": [ + { + "name": "bus_idx", + "type": "int", + "default": null + }, + { + "name": "effect_idx", + "type": "int", + "default": null + }, + { + "name": "by_effect_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "unlock", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "bus_count", + "type": "int", + "setter": "set_bus_count", + "getter": "get_bus_count", + "default": "1" + }, + { + "name": "input_device", + "type": "String", + "setter": "set_input_device", + "getter": "get_input_device", + "default": "\"Default\"" + }, + { + "name": "output_device", + "type": "String", + "setter": "set_output_device", + "getter": "get_output_device", + "default": "\"Default\"" + }, + { + "name": "playback_speed_scale", + "type": "float", + "setter": "set_playback_speed_scale", + "getter": "get_playback_speed_scale", + "default": "1.0" + } + ] + }, + { + "name": "SeparationRayShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "length", + "type": "float", + "setter": "set_length", + "getter": "get_length", + "default": "20.0" + }, + { + "name": "slide_on_slope", + "type": "bool", + "setter": "set_slide_on_slope", + "getter": "get_slide_on_slope", + "default": "false" + } + ] + }, + { + "name": "EditorResourcePreviewGenerator", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_can_generate_small_preview", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_generate", + "return_type": "Texture2D", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "metadata", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_generate_from_path", + "return_type": "Texture2D", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "metadata", + "type": "Dictionary", + "default": null + } + ], + "description": "" + }, + { + "name": "_generate_small_preview_automatically", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "_handles", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShader", + "inherits": "Shader", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_node", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "node", + "type": "VisualShaderNode", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_varying", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "can_connect_nodes", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "from_node", + "type": "int", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "int", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "connect_nodes", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "from_node", + "type": "int", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "int", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "connect_nodes_forced", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "from_node", + "type": "int", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "int", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "disconnect_nodes", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "from_node", + "type": "int", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "int", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node", + "return_type": "VisualShaderNode", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_connections", + "return_type": "Dictionary[]", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_list", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_node_position", + "return_type": "Vector2", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_valid_node_id", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_varying", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "is_node_connection", + "return_type": "bool", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "from_node", + "type": "int", + "default": null + }, + { + "name": "from_port", + "type": "int", + "default": null + }, + { + "name": "to_node", + "type": "int", + "default": null + }, + { + "name": "to_port", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_node", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_varying", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "replace_node", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "new_class", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_mode", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_node_position", + "return_type": "void", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "graph_offset", + "type": "Vector2", + "setter": "set_graph_offset", + "getter": "get_graph_offset", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "GPUParticlesAttractor3D", + "inherits": "VisualInstance3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "attenuation", + "type": "float", + "setter": "set_attenuation", + "getter": "get_attenuation", + "default": "1.0" + }, + { + "name": "cull_mask", + "type": "int", + "setter": "set_cull_mask", + "getter": "get_cull_mask", + "default": "4294967295" + }, + { + "name": "directionality", + "type": "float", + "setter": "set_directionality", + "getter": "get_directionality", + "default": "0.0" + }, + { + "name": "strength", + "type": "float", + "setter": "set_strength", + "getter": "get_strength", + "default": "1.0" + } + ] + }, + { + "name": "PhysicsRayQueryParameters2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create", + "return_type": "PhysicsRayQueryParameters2D", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "collision_mask", + "type": "int", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "default": "[]" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "from", + "type": "Vector2", + "setter": "set_from", + "getter": "get_from", + "default": "Vector2(0, 0)" + }, + { + "name": "hit_from_inside", + "type": "bool", + "setter": "set_hit_from_inside", + "getter": "is_hit_from_inside_enabled", + "default": "false" + }, + { + "name": "to", + "type": "Vector2", + "setter": "set_to", + "getter": "get_to", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "EditorInspector", + "inherits": "ScrollContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_edited_object", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_selected_path", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "horizontal_scroll_mode", + "type": "int", + "setter": "set_horizontal_scroll_mode", + "getter": "get_horizontal_scroll_mode", + "default": "0" + } + ] + }, + { + "name": "Skin", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_bind", + "return_type": "void", + "params": [ + { + "name": "bone", + "type": "int", + "default": null + }, + { + "name": "pose", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_named_bind", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "pose", + "type": "Transform3D", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_binds", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_bind_bone", + "return_type": "int", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bind_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_bind_name", + "return_type": "StringName", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bind_pose", + "return_type": "Transform3D", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bind_bone", + "return_type": "void", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + }, + { + "name": "bone", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bind_count", + "return_type": "void", + "params": [ + { + "name": "bind_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bind_name", + "return_type": "void", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bind_pose", + "return_type": "void", + "params": [ + { + "name": "bind_index", + "type": "int", + "default": null + }, + { + "name": "pose", + "type": "Transform3D", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectBandPassFilter", + "inherits": "AudioEffectFilter", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Generic6DOFJoint3D", + "inherits": "Joint3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_flag_x", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_flag_y", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_flag_z", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_x", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_y", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_param_z", + "return_type": "float", + "params": [ + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_flag_x", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_flag_y", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_flag_z", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_x", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_y", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_param_z", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_limit_x/damping", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "1.0" + }, + { + "name": "angular_limit_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "true" + }, + { + "name": "angular_limit_x/erp", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.5" + }, + { + "name": "angular_limit_x/force_limit", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_limit_x/lower_angle", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_limit_x/restitution", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_limit_x/softness", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.5" + }, + { + "name": "angular_limit_x/upper_angle", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_limit_y/damping", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "1.0" + }, + { + "name": "angular_limit_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "true" + }, + { + "name": "angular_limit_y/erp", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.5" + }, + { + "name": "angular_limit_y/force_limit", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_limit_y/lower_angle", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_limit_y/restitution", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_limit_y/softness", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.5" + }, + { + "name": "angular_limit_y/upper_angle", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_limit_z/damping", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "1.0" + }, + { + "name": "angular_limit_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "true" + }, + { + "name": "angular_limit_z/erp", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.5" + }, + { + "name": "angular_limit_z/force_limit", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_limit_z/lower_angle", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_limit_z/restitution", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_limit_z/softness", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.5" + }, + { + "name": "angular_limit_z/upper_angle", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_motor_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "false" + }, + { + "name": "angular_motor_x/force_limit", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "300.0" + }, + { + "name": "angular_motor_x/target_velocity", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_motor_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "false" + }, + { + "name": "angular_motor_y/force_limit", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "300.0" + }, + { + "name": "angular_motor_y/target_velocity", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_motor_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "false" + }, + { + "name": "angular_motor_z/force_limit", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "300.0" + }, + { + "name": "angular_motor_z/target_velocity", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_spring_x/damping", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_spring_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "false" + }, + { + "name": "angular_spring_x/equilibrium_point", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_spring_x/stiffness", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "angular_spring_y/damping", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_spring_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "false" + }, + { + "name": "angular_spring_y/equilibrium_point", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_spring_y/stiffness", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "angular_spring_z/damping", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_spring_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "false" + }, + { + "name": "angular_spring_z/equilibrium_point", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "angular_spring_z/stiffness", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_limit_x/damping", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "1.0" + }, + { + "name": "linear_limit_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "true" + }, + { + "name": "linear_limit_x/lower_distance", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "linear_limit_x/restitution", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.5" + }, + { + "name": "linear_limit_x/softness", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.7" + }, + { + "name": "linear_limit_x/upper_distance", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "linear_limit_y/damping", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "1.0" + }, + { + "name": "linear_limit_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "true" + }, + { + "name": "linear_limit_y/lower_distance", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "linear_limit_y/restitution", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.5" + }, + { + "name": "linear_limit_y/softness", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.7" + }, + { + "name": "linear_limit_y/upper_distance", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "linear_limit_z/damping", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "1.0" + }, + { + "name": "linear_limit_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "true" + }, + { + "name": "linear_limit_z/lower_distance", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_limit_z/restitution", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.5" + }, + { + "name": "linear_limit_z/softness", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.7" + }, + { + "name": "linear_limit_z/upper_distance", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_motor_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "false" + }, + { + "name": "linear_motor_x/force_limit", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "linear_motor_x/target_velocity", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "linear_motor_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "false" + }, + { + "name": "linear_motor_y/force_limit", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "linear_motor_y/target_velocity", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "linear_motor_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "false" + }, + { + "name": "linear_motor_z/force_limit", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_motor_z/target_velocity", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_spring_x/damping", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.01" + }, + { + "name": "linear_spring_x/enabled", + "type": "bool", + "setter": "set_flag_x", + "getter": "get_flag_x", + "default": "false" + }, + { + "name": "linear_spring_x/equilibrium_point", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.0" + }, + { + "name": "linear_spring_x/stiffness", + "type": "float", + "setter": "set_param_x", + "getter": "get_param_x", + "default": "0.01" + }, + { + "name": "linear_spring_y/damping", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.01" + }, + { + "name": "linear_spring_y/enabled", + "type": "bool", + "setter": "set_flag_y", + "getter": "get_flag_y", + "default": "false" + }, + { + "name": "linear_spring_y/equilibrium_point", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.0" + }, + { + "name": "linear_spring_y/stiffness", + "type": "float", + "setter": "set_param_y", + "getter": "get_param_y", + "default": "0.01" + }, + { + "name": "linear_spring_z/damping", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.01" + }, + { + "name": "linear_spring_z/enabled", + "type": "bool", + "setter": "set_flag_z", + "getter": "get_flag_z", + "default": "false" + }, + { + "name": "linear_spring_z/equilibrium_point", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.0" + }, + { + "name": "linear_spring_z/stiffness", + "type": "float", + "setter": "set_param_z", + "getter": "get_param_z", + "default": "0.01" + } + ] + }, + { + "name": "TextEdit", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_backspace", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_copy", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_cut", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_handle_unicode_input", + "return_type": "void", + "params": [ + { + "name": "unicode_char", + "type": "int", + "default": null + }, + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_paste", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_paste_primary_clipboard", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_caret", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "col", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_caret_at_carets", + "return_type": "void", + "params": [ + { + "name": "below", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "add_gutter", + "return_type": "void", + "params": [ + { + "name": "at", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_selection_for_next_occurrence", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "adjust_carets_after_edit", + "return_type": "void", + "params": [ + { + "name": "caret", + "type": "int", + "default": null + }, + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "from_col", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + }, + { + "name": "to_col", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "adjust_viewport_to_caret", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "backspace", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "begin_complex_operation", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "center_viewport_to_caret", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_undo_history", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "copy", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "cut", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "delete_selection", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "deselect", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "end_action", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "end_complex_operation", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_caret_column", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_caret_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_caret_draw_pos", + "return_type": "Vector2", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_caret_index_edit_order", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_caret_line", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_caret_wrap_index", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_first_non_whitespace_column", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_first_visible_line", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_gutter_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_gutter_name", + "return_type": "String", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_gutter_type", + "return_type": "int", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_gutter_width", + "return_type": "int", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_h_scroll_bar", + "return_type": "HScrollBar", + "params": [], + "description": "" + }, + { + "name": "get_indent_level", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_last_full_visible_line", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_last_full_visible_line_wrap_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_last_unhidden_line", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line", + "return_type": "String", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_background_color", + "return_type": "Color", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_column_at_pos", + "return_type": "Vector2i", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "allow_out_of_bounds", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_gutter_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_gutter_item_color", + "return_type": "Color", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_gutter_metadata", + "return_type": "Variant", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_gutter_text", + "return_type": "String", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_line_width", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_line_wrap_count", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_wrap_index_at_column", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_line_wrapped_text", + "return_type": "PackedStringArray", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_local_mouse_pos", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_menu", + "return_type": "PopupMenu", + "params": [], + "description": "" + }, + { + "name": "get_minimap_line_at_pos", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_minimap_visible_lines", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_next_visible_line_index_offset_from", + "return_type": "Vector2i", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": null + }, + { + "name": "visible_amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_next_visible_line_offset_from", + "return_type": "int", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "visible_amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pos_at_line_column", + "return_type": "Vector2i", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rect_at_line_column", + "return_type": "Rect2i", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_saved_version", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_scroll_pos_for_line", + "return_type": "float", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selected_text", + "return_type": "String", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_selection_column", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selection_from_column", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selection_from_line", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selection_line", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selection_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_selection_to_column", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_selection_to_line", + "return_type": "int", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_tab_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_total_gutter_width", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_total_visible_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_v_scroll_bar", + "return_type": "VScrollBar", + "params": [], + "description": "" + }, + { + "name": "get_version", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_visible_line_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_visible_line_count_in_range", + "return_type": "int", + "params": [ + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_word_at_pos", + "return_type": "String", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_word_under_caret", + "return_type": "String", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "has_ime_text", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_redo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_selection", + "return_type": "bool", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "has_undo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "insert_line_at", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "insert_text_at_caret", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "is_caret_visible", + "return_type": "bool", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "is_dragging_cursor", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_gutter_clickable", + "return_type": "bool", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_gutter_drawn", + "return_type": "bool", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_gutter_overwritable", + "return_type": "bool", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_gutter_clickable", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_line_wrapped", + "return_type": "bool", + "params": [ + { + "name": "line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_menu_visible", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_mouse_over_selection", + "return_type": "bool", + "params": [ + { + "name": "edges", + "type": "bool", + "default": null + }, + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "is_overtype_mode_enabled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "menu_option", + "return_type": "void", + "params": [ + { + "name": "option", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "merge_gutters", + "return_type": "void", + "params": [ + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "merge_overlapping_carets", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "paste", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "paste_primary_clipboard", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "redo", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_caret", + "return_type": "void", + "params": [ + { + "name": "caret", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_gutter", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_secondary_carets", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "remove_text", + "return_type": "void", + "params": [ + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "from_column", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + }, + { + "name": "to_column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "search", + "return_type": "Vector2i", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": null + }, + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "from_colum", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select", + "return_type": "void", + "params": [ + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "from_column", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + }, + { + "name": "to_column", + "type": "int", + "default": null + }, + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "select_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "select_word_under_caret", + "return_type": "void", + "params": [ + { + "name": "caret_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set_caret_column", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "adjust_viewport", + "type": "bool", + "default": "true" + }, + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_caret_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "adjust_viewport", + "type": "bool", + "default": "true" + }, + { + "name": "can_be_hidden", + "type": "bool", + "default": "true" + }, + { + "name": "wrap_index", + "type": "int", + "default": "0" + }, + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_gutter_clickable", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "clickable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_custom_draw", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "draw_callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_draw", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "draw", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_name", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_overwritable", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "overwritable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_type", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_gutter_width", + "return_type": "void", + "params": [ + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "new_text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_as_center_visible", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_line_as_first_visible", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_line_as_last_visible", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "wrap_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_line_background_color", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_gutter_clickable", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "clickable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_gutter_icon", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_gutter_item_color", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_gutter_metadata", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_line_gutter_text", + "return_type": "void", + "params": [ + { + "name": "line", + "type": "int", + "default": null + }, + { + "name": "gutter", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_overtype_mode_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_search_flags", + "return_type": "void", + "params": [ + { + "name": "flags", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_search_text", + "return_type": "void", + "params": [ + { + "name": "search_text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_selection_mode", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "line", + "type": "int", + "default": "-1" + }, + { + "name": "column", + "type": "int", + "default": "-1" + }, + { + "name": "caret_index", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "set_tab_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tooltip_request_func", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "start_action", + "return_type": "void", + "params": [ + { + "name": "action", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "swap_lines", + "return_type": "void", + "params": [ + { + "name": "from_line", + "type": "int", + "default": null + }, + { + "name": "to_line", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "tag_saved_version", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "undo", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "autowrap_mode", + "type": "int", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "default": "3" + }, + { + "name": "caret_blink", + "type": "bool", + "setter": "set_caret_blink_enabled", + "getter": "is_caret_blink_enabled", + "default": "false" + }, + { + "name": "caret_blink_interval", + "type": "float", + "setter": "set_caret_blink_interval", + "getter": "get_caret_blink_interval", + "default": "0.65" + }, + { + "name": "caret_draw_when_editable_disabled", + "type": "bool", + "setter": "set_draw_caret_when_editable_disabled", + "getter": "is_drawing_caret_when_editable_disabled", + "default": "false" + }, + { + "name": "caret_mid_grapheme", + "type": "bool", + "setter": "set_caret_mid_grapheme_enabled", + "getter": "is_caret_mid_grapheme_enabled", + "default": "false" + }, + { + "name": "caret_move_on_right_click", + "type": "bool", + "setter": "set_move_caret_on_right_click_enabled", + "getter": "is_move_caret_on_right_click_enabled", + "default": "true" + }, + { + "name": "caret_multiple", + "type": "bool", + "setter": "set_multiple_carets_enabled", + "getter": "is_multiple_carets_enabled", + "default": "true" + }, + { + "name": "caret_type", + "type": "int", + "setter": "set_caret_type", + "getter": "get_caret_type", + "default": "0" + }, + { + "name": "context_menu_enabled", + "type": "bool", + "setter": "set_context_menu_enabled", + "getter": "is_context_menu_enabled", + "default": "true" + }, + { + "name": "deselect_on_focus_loss_enabled", + "type": "bool", + "setter": "set_deselect_on_focus_loss_enabled", + "getter": "is_deselect_on_focus_loss_enabled", + "default": "true" + }, + { + "name": "drag_and_drop_selection_enabled", + "type": "bool", + "setter": "set_drag_and_drop_selection_enabled", + "getter": "is_drag_and_drop_selection_enabled", + "default": "true" + }, + { + "name": "draw_control_chars", + "type": "bool", + "setter": "set_draw_control_chars", + "getter": "get_draw_control_chars", + "default": "false" + }, + { + "name": "draw_spaces", + "type": "bool", + "setter": "set_draw_spaces", + "getter": "is_drawing_spaces", + "default": "false" + }, + { + "name": "draw_tabs", + "type": "bool", + "setter": "set_draw_tabs", + "getter": "is_drawing_tabs", + "default": "false" + }, + { + "name": "editable", + "type": "bool", + "setter": "set_editable", + "getter": "is_editable", + "default": "true" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "highlight_all_occurrences", + "type": "bool", + "setter": "set_highlight_all_occurrences", + "getter": "is_highlight_all_occurrences_enabled", + "default": "false" + }, + { + "name": "highlight_current_line", + "type": "bool", + "setter": "set_highlight_current_line", + "getter": "is_highlight_current_line_enabled", + "default": "false" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "middle_mouse_paste_enabled", + "type": "bool", + "setter": "set_middle_mouse_paste_enabled", + "getter": "is_middle_mouse_paste_enabled", + "default": "true" + }, + { + "name": "minimap_draw", + "type": "bool", + "setter": "set_draw_minimap", + "getter": "is_drawing_minimap", + "default": "false" + }, + { + "name": "minimap_width", + "type": "int", + "setter": "set_minimap_width", + "getter": "get_minimap_width", + "default": "80" + }, + { + "name": "mouse_default_cursor_shape", + "type": "int", + "setter": "set_default_cursor_shape", + "getter": "get_default_cursor_shape", + "default": "1" + }, + { + "name": "placeholder_text", + "type": "String", + "setter": "set_placeholder", + "getter": "get_placeholder", + "default": "\"\"" + }, + { + "name": "scroll_fit_content_height", + "type": "bool", + "setter": "set_fit_content_height_enabled", + "getter": "is_fit_content_height_enabled", + "default": "false" + }, + { + "name": "scroll_horizontal", + "type": "int", + "setter": "set_h_scroll", + "getter": "get_h_scroll", + "default": "0" + }, + { + "name": "scroll_past_end_of_file", + "type": "bool", + "setter": "set_scroll_past_end_of_file_enabled", + "getter": "is_scroll_past_end_of_file_enabled", + "default": "false" + }, + { + "name": "scroll_smooth", + "type": "bool", + "setter": "set_smooth_scroll_enabled", + "getter": "is_smooth_scroll_enabled", + "default": "false" + }, + { + "name": "scroll_v_scroll_speed", + "type": "float", + "setter": "set_v_scroll_speed", + "getter": "get_v_scroll_speed", + "default": "80.0" + }, + { + "name": "scroll_vertical", + "type": "float", + "setter": "set_v_scroll", + "getter": "get_v_scroll", + "default": "0.0" + }, + { + "name": "selecting_enabled", + "type": "bool", + "setter": "set_selecting_enabled", + "getter": "is_selecting_enabled", + "default": "true" + }, + { + "name": "shortcut_keys_enabled", + "type": "bool", + "setter": "set_shortcut_keys_enabled", + "getter": "is_shortcut_keys_enabled", + "default": "true" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "syntax_highlighter", + "type": "SyntaxHighlighter", + "setter": "set_syntax_highlighter", + "getter": "get_syntax_highlighter", + "default": "" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "virtual_keyboard_enabled", + "type": "bool", + "setter": "set_virtual_keyboard_enabled", + "getter": "is_virtual_keyboard_enabled", + "default": "true" + }, + { + "name": "wrap_mode", + "type": "int", + "setter": "set_line_wrapping_mode", + "getter": "get_line_wrapping_mode", + "default": "0" + } + ] + }, + { + "name": "ThemeDB", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_default_theme", + "return_type": "Theme", + "params": [], + "description": "" + }, + { + "name": "get_project_theme", + "return_type": "Theme", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "fallback_base_scale", + "type": "float", + "setter": "set_fallback_base_scale", + "getter": "get_fallback_base_scale", + "default": "1.0" + }, + { + "name": "fallback_font", + "type": "Font", + "setter": "set_fallback_font", + "getter": "get_fallback_font", + "default": "" + }, + { + "name": "fallback_font_size", + "type": "int", + "setter": "set_fallback_font_size", + "getter": "get_fallback_font_size", + "default": "16" + }, + { + "name": "fallback_icon", + "type": "Texture2D", + "setter": "set_fallback_icon", + "getter": "get_fallback_icon", + "default": "" + }, + { + "name": "fallback_stylebox", + "type": "StyleBox", + "setter": "set_fallback_stylebox", + "getter": "get_fallback_stylebox", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeTexture", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "source", + "type": "int", + "setter": "set_source", + "getter": "get_source", + "default": "0" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_type", + "type": "int", + "setter": "set_texture_type", + "getter": "get_texture_type", + "default": "0" + } + ] + }, + { + "name": "GPUParticlesAttractorSphere3D", + "inherits": "GPUParticlesAttractor3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "1.0" + } + ] + }, + { + "name": "OccluderPolygon2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "closed", + "type": "bool", + "setter": "set_closed", + "getter": "is_closed", + "default": "true" + }, + { + "name": "cull_mode", + "type": "int", + "setter": "set_cull_mode", + "getter": "get_cull_mode", + "default": "0" + }, + { + "name": "polygon", + "type": "PackedVector2Array", + "setter": "set_polygon", + "getter": "get_polygon", + "default": "PackedVector2Array()" + } + ] + }, + { + "name": "VisualShaderNodeOuterProduct", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Cubemap", + "inherits": "ImageTextureLayered", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsDirectBodyState2D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_force", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_constant_torque", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_contact_collider", + "return_type": "RID", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_id", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_object", + "return_type": "Object", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_velocity_at_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_contact_impulse", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_normal", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_velocity_at_position", + "return_type": "Vector2", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_space_state", + "return_type": "PhysicsDirectSpaceState2D", + "params": [], + "description": "" + }, + { + "name": "get_velocity_at_local_position", + "return_type": "Vector2", + "params": [ + { + "name": "local_position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "integrate_forces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_velocity", + "type": "float", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "" + }, + { + "name": "center_of_mass", + "type": "Vector2", + "setter": "", + "getter": "get_center_of_mass", + "default": "" + }, + { + "name": "center_of_mass_local", + "type": "Vector2", + "setter": "", + "getter": "get_center_of_mass_local", + "default": "" + }, + { + "name": "inverse_inertia", + "type": "float", + "setter": "", + "getter": "get_inverse_inertia", + "default": "" + }, + { + "name": "inverse_mass", + "type": "float", + "setter": "", + "getter": "get_inverse_mass", + "default": "" + }, + { + "name": "linear_velocity", + "type": "Vector2", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "" + }, + { + "name": "sleeping", + "type": "bool", + "setter": "set_sleep_state", + "getter": "is_sleeping", + "default": "" + }, + { + "name": "step", + "type": "float", + "setter": "", + "getter": "get_step", + "default": "" + }, + { + "name": "total_angular_damp", + "type": "float", + "setter": "", + "getter": "get_total_angular_damp", + "default": "" + }, + { + "name": "total_gravity", + "type": "Vector2", + "setter": "", + "getter": "get_total_gravity", + "default": "" + }, + { + "name": "total_linear_damp", + "type": "float", + "setter": "", + "getter": "get_total_linear_damp", + "default": "" + }, + { + "name": "transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "" + } + ] + }, + { + "name": "LinkButton", + "inherits": "BaseButton", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "0" + }, + { + "name": "language", + "type": "String", + "setter": "set_language", + "getter": "get_language", + "default": "\"\"" + }, + { + "name": "mouse_default_cursor_shape", + "type": "int", + "setter": "set_default_cursor_shape", + "getter": "get_default_cursor_shape", + "default": "2" + }, + { + "name": "structured_text_bidi_override", + "type": "int", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "default": "0" + }, + { + "name": "structured_text_bidi_override_options", + "type": "Array", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "default": "[]" + }, + { + "name": "text", + "type": "String", + "setter": "set_text", + "getter": "get_text", + "default": "\"\"" + }, + { + "name": "text_direction", + "type": "int", + "setter": "set_text_direction", + "getter": "get_text_direction", + "default": "0" + }, + { + "name": "underline", + "type": "int", + "setter": "set_underline_mode", + "getter": "get_underline_mode", + "default": "0" + }, + { + "name": "uri", + "type": "String", + "setter": "set_uri", + "getter": "get_uri", + "default": "\"\"" + } + ] + }, + { + "name": "EditorExportPlatformPC", + "inherits": "EditorExportPlatform", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VideoStreamPlayer", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_stream_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_stream_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_video_texture", + "return_type": "Texture2D", + "params": [], + "description": "" + }, + { + "name": "is_playing", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "play", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "stop", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "audio_track", + "type": "int", + "setter": "set_audio_track", + "getter": "get_audio_track", + "default": "0" + }, + { + "name": "autoplay", + "type": "bool", + "setter": "set_autoplay", + "getter": "has_autoplay", + "default": "false" + }, + { + "name": "buffering_msec", + "type": "int", + "setter": "set_buffering_msec", + "getter": "get_buffering_msec", + "default": "500" + }, + { + "name": "bus", + "type": "StringName", + "setter": "set_bus", + "getter": "get_bus", + "default": "&\"Master\"" + }, + { + "name": "expand", + "type": "bool", + "setter": "set_expand", + "getter": "has_expand", + "default": "false" + }, + { + "name": "loop", + "type": "bool", + "setter": "set_loop", + "getter": "has_loop", + "default": "false" + }, + { + "name": "paused", + "type": "bool", + "setter": "set_paused", + "getter": "is_paused", + "default": "false" + }, + { + "name": "stream", + "type": "VideoStream", + "setter": "set_stream", + "getter": "get_stream", + "default": "" + }, + { + "name": "stream_position", + "type": "float", + "setter": "set_stream_position", + "getter": "get_stream_position", + "default": "" + }, + { + "name": "volume", + "type": "float", + "setter": "set_volume", + "getter": "get_volume", + "default": "" + }, + { + "name": "volume_db", + "type": "float", + "setter": "set_volume_db", + "getter": "get_volume_db", + "default": "0.0" + } + ] + }, + { + "name": "VisualShaderNodeBooleanConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "bool", + "setter": "set_constant", + "getter": "get_constant", + "default": "false" + } + ] + }, + { + "name": "InputEventMagnifyGesture", + "inherits": "InputEventGesture", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "factor", + "type": "float", + "setter": "set_factor", + "getter": "get_factor", + "default": "1.0" + } + ] + }, + { + "name": "ColorPicker", + "inherits": "VBoxContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_preset", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "add_recent_preset", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "erase_preset", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "erase_recent_preset", + "return_type": "void", + "params": [ + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "get_presets", + "return_type": "PackedColorArray", + "params": [], + "description": "" + }, + { + "name": "get_recent_presets", + "return_type": "PackedColorArray", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "can_add_swatches", + "type": "bool", + "setter": "set_can_add_swatches", + "getter": "are_swatches_enabled", + "default": "true" + }, + { + "name": "color", + "type": "Color", + "setter": "set_pick_color", + "getter": "get_pick_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "color_mode", + "type": "int", + "setter": "set_color_mode", + "getter": "get_color_mode", + "default": "0" + }, + { + "name": "color_modes_visible", + "type": "bool", + "setter": "set_modes_visible", + "getter": "are_modes_visible", + "default": "true" + }, + { + "name": "deferred_mode", + "type": "bool", + "setter": "set_deferred_mode", + "getter": "is_deferred_mode", + "default": "false" + }, + { + "name": "edit_alpha", + "type": "bool", + "setter": "set_edit_alpha", + "getter": "is_editing_alpha", + "default": "true" + }, + { + "name": "hex_visible", + "type": "bool", + "setter": "set_hex_visible", + "getter": "is_hex_visible", + "default": "true" + }, + { + "name": "picker_shape", + "type": "int", + "setter": "set_picker_shape", + "getter": "get_picker_shape", + "default": "0" + }, + { + "name": "presets_visible", + "type": "bool", + "setter": "set_presets_visible", + "getter": "are_presets_visible", + "default": "true" + }, + { + "name": "sampler_visible", + "type": "bool", + "setter": "set_sampler_visible", + "getter": "is_sampler_visible", + "default": "true" + }, + { + "name": "sliders_visible", + "type": "bool", + "setter": "set_sliders_visible", + "getter": "are_sliders_visible", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeIntOp", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "operator", + "type": "int", + "setter": "set_operator", + "getter": "get_operator", + "default": "0" + } + ] + }, + { + "name": "PrismMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "left_to_right", + "type": "float", + "setter": "set_left_to_right", + "getter": "get_left_to_right", + "default": "0.5" + }, + { + "name": "size", + "type": "Vector3", + "setter": "set_size", + "getter": "get_size", + "default": "Vector3(1, 1, 1)" + }, + { + "name": "subdivide_depth", + "type": "int", + "setter": "set_subdivide_depth", + "getter": "get_subdivide_depth", + "default": "0" + }, + { + "name": "subdivide_height", + "type": "int", + "setter": "set_subdivide_height", + "getter": "get_subdivide_height", + "default": "0" + }, + { + "name": "subdivide_width", + "type": "int", + "setter": "set_subdivide_width", + "getter": "get_subdivide_width", + "default": "0" + } + ] + }, + { + "name": "ShapeCast2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_exceptions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_shapecast_update", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_closest_collision_safe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_closest_collision_unsafe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector2", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector2", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_colliding", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject2D", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "collision_result", + "type": "Array", + "setter": "", + "getter": "_get_collision_result", + "default": "[]" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "exclude_parent", + "type": "bool", + "setter": "set_exclude_parent_body", + "getter": "get_exclude_parent_body", + "default": "true" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.0" + }, + { + "name": "max_results", + "type": "int", + "setter": "set_max_results", + "getter": "get_max_results", + "default": "32" + }, + { + "name": "shape", + "type": "Shape2D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "target_position", + "type": "Vector2", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector2(0, 50)" + } + ] + }, + { + "name": "VisualShaderNodeFloatFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "13" + } + ] + }, + { + "name": "NavigationLink3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_global_end_position", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_global_start_position", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_global_end_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_global_start_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bidirectional", + "type": "bool", + "setter": "set_bidirectional", + "getter": "is_bidirectional", + "default": "true" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "end_position", + "type": "Vector3", + "setter": "set_end_position", + "getter": "get_end_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "enter_cost", + "type": "float", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "default": "0.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "start_position", + "type": "Vector3", + "setter": "set_start_position", + "getter": "get_start_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "travel_cost", + "type": "float", + "setter": "set_travel_cost", + "getter": "get_travel_cost", + "default": "1.0" + } + ] + }, + { + "name": "ImporterMesh", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_blend_shape", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "add_surface", + "return_type": "void", + "params": [ + { + "name": "primitive", + "type": "int", + "default": null + }, + { + "name": "arrays", + "type": "Array", + "default": null + }, + { + "name": "blend_shapes", + "type": "Array[]", + "default": "[]" + }, + { + "name": "lods", + "type": "Dictionary", + "default": "{}" + }, + { + "name": "material", + "type": "Material", + "default": "null" + }, + { + "name": "name", + "type": "String", + "default": "\"\"" + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "generate_lods", + "return_type": "void", + "params": [ + { + "name": "normal_merge_angle", + "type": "float", + "default": null + }, + { + "name": "normal_split_angle", + "type": "float", + "default": null + }, + { + "name": "bone_transform_array", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "get_blend_shape_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_shape_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_shape_name", + "return_type": "String", + "params": [ + { + "name": "blend_shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_lightmap_size_hint", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_mesh", + "return_type": "ArrayMesh", + "params": [ + { + "name": "base_mesh", + "type": "ArrayMesh", + "default": "null" + } + ], + "description": "" + }, + { + "name": "get_surface_arrays", + "return_type": "Array", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_blend_shape_arrays", + "return_type": "Array", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + }, + { + "name": "blend_shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_surface_format", + "return_type": "int", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_lod_count", + "return_type": "int", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_lod_indices", + "return_type": "PackedInt32Array", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + }, + { + "name": "lod_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_lod_size", + "return_type": "float", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + }, + { + "name": "lod_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_material", + "return_type": "Material", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_name", + "return_type": "String", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_surface_primitive_type", + "return_type": "int", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_blend_shape_mode", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_lightmap_size_hint", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_surface_material", + "return_type": "void", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + }, + { + "name": "set_surface_name", + "return_type": "void", + "params": [ + { + "name": "surface_idx", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "_data", + "type": "Dictionary", + "setter": "_set_data", + "getter": "_get_data", + "default": "{ \"surfaces\": [] }" + } + ] + }, + { + "name": "NavigationMeshSourceGeometryData2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_obstruction_outline", + "return_type": "void", + "params": [ + { + "name": "shape_outline", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "add_traversable_outline", + "return_type": "void", + "params": [ + { + "name": "shape_outline", + "type": "PackedVector2Array", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_obstruction_outlines", + "return_type": "PackedVector2Array[]", + "params": [], + "description": "" + }, + { + "name": "get_traversable_outlines", + "return_type": "PackedVector2Array[]", + "params": [], + "description": "" + }, + { + "name": "has_data", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_obstruction_outlines", + "return_type": "void", + "params": [ + { + "name": "obstruction_outlines", + "type": "PackedVector2Array[]", + "default": null + } + ], + "description": "" + }, + { + "name": "set_traversable_outlines", + "return_type": "void", + "params": [ + { + "name": "traversable_outlines", + "type": "PackedVector2Array[]", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectDistortion", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "drive", + "type": "float", + "setter": "set_drive", + "getter": "get_drive", + "default": "0.0" + }, + { + "name": "keep_hf_hz", + "type": "float", + "setter": "set_keep_hf_hz", + "getter": "get_keep_hf_hz", + "default": "16000.0" + }, + { + "name": "mode", + "type": "int", + "setter": "set_mode", + "getter": "get_mode", + "default": "0" + }, + { + "name": "post_gain", + "type": "float", + "setter": "set_post_gain", + "getter": "get_post_gain", + "default": "0.0" + }, + { + "name": "pre_gain", + "type": "float", + "setter": "set_pre_gain", + "getter": "get_pre_gain", + "default": "0.0" + } + ] + }, + { + "name": "VisualShaderNodeColorFunc", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "TileSet", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_custom_data_layer", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_navigation_layer", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_occlusion_layer", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_pattern", + "return_type": "int", + "params": [ + { + "name": "pattern", + "type": "TileMapPattern", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_physics_layer", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_source", + "return_type": "int", + "params": [ + { + "name": "source", + "type": "TileSetSource", + "default": null + }, + { + "name": "atlas_source_id_override", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_terrain", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_terrain_set", + "return_type": "void", + "params": [ + { + "name": "to_position", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "cleanup_invalid_tile_proxies", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_tile_proxies", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_alternative_level_tile_proxy", + "return_type": "Array", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_coords_level_tile_proxy", + "return_type": "Array", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data_layer_by_name", + "return_type": "int", + "params": [ + { + "name": "layer_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data_layer_name", + "return_type": "String", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data_layer_type", + "return_type": "int", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_data_layers_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_navigation_layer_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_layer_layers", + "return_type": "int", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_layers_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_next_source_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_occlusion_layer_light_mask", + "return_type": "int", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_occlusion_layer_sdf_collision", + "return_type": "bool", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_occlusion_layers_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_pattern", + "return_type": "TileMapPattern", + "params": [ + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_patterns_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_physics_layer_collision_layer", + "return_type": "int", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_physics_layer_collision_mask", + "return_type": "int", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_physics_layer_physics_material", + "return_type": "PhysicsMaterial", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_physics_layers_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_source", + "return_type": "TileSetSource", + "params": [ + { + "name": "source_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_source_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_source_id", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_source_level_tile_proxy", + "return_type": "int", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_terrain_color", + "return_type": "Color", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_terrain_name", + "return_type": "String", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_terrain_set_mode", + "return_type": "int", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_terrain_sets_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_terrains_count", + "return_type": "int", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_alternative_level_tile_proxy", + "return_type": "bool", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_coords_level_tile_proxy", + "return_type": "bool", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "has_source", + "return_type": "bool", + "params": [ + { + "name": "source_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_source_level_tile_proxy", + "return_type": "bool", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "map_tile_proxy", + "return_type": "Array", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_custom_data_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_navigation_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_occlusion_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_physics_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_terrain", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_terrain_set", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "to_position", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_alternative_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_coords_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_custom_data_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_navigation_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_occlusion_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_pattern", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_physics_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_source", + "return_type": "void", + "params": [ + { + "name": "source_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_source_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_terrain", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_terrain_set", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_alternative_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_from", + "type": "int", + "default": null + }, + { + "name": "source_to", + "type": "int", + "default": null + }, + { + "name": "coords_to", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_coords_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "p_source_from", + "type": "int", + "default": null + }, + { + "name": "coords_from", + "type": "Vector2i", + "default": null + }, + { + "name": "source_to", + "type": "int", + "default": null + }, + { + "name": "coords_to", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_data_layer_name", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layer_name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_data_layer_type", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layer_type", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_layers", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layers", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_occlusion_layer_light_mask", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "light_mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_occlusion_layer_sdf_collision", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "sdf_collision", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_physics_layer_collision_layer", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_physics_layer_collision_mask", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_physics_layer_physics_material", + "return_type": "void", + "params": [ + { + "name": "layer_index", + "type": "int", + "default": null + }, + { + "name": "physics_material", + "type": "PhysicsMaterial", + "default": null + } + ], + "description": "" + }, + { + "name": "set_source_id", + "return_type": "void", + "params": [ + { + "name": "source_id", + "type": "int", + "default": null + }, + { + "name": "new_source_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_source_level_tile_proxy", + "return_type": "void", + "params": [ + { + "name": "source_from", + "type": "int", + "default": null + }, + { + "name": "source_to", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_terrain_color", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_terrain_name", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "terrain_index", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_terrain_set_mode", + "return_type": "void", + "params": [ + { + "name": "terrain_set", + "type": "int", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "tile_layout", + "type": "int", + "setter": "set_tile_layout", + "getter": "get_tile_layout", + "default": "0" + }, + { + "name": "tile_offset_axis", + "type": "int", + "setter": "set_tile_offset_axis", + "getter": "get_tile_offset_axis", + "default": "0" + }, + { + "name": "tile_shape", + "type": "int", + "setter": "set_tile_shape", + "getter": "get_tile_shape", + "default": "0" + }, + { + "name": "tile_size", + "type": "Vector2i", + "setter": "set_tile_size", + "getter": "get_tile_size", + "default": "Vector2i(16, 16)" + }, + { + "name": "uv_clipping", + "type": "bool", + "setter": "set_uv_clipping", + "getter": "is_uv_clipping", + "default": "false" + } + ] + }, + { + "name": "PhysicsTestMotionResult2D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_collider", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_collider_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collider_velocity", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_collision_depth", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_collision_local_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_collision_safe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_collision_unsafe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_remainder", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_travel", + "return_type": "Vector2", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "ArrayMesh", + "inherits": "Mesh", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_blend_shape", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_surface_from_arrays", + "return_type": "void", + "params": [ + { + "name": "primitive", + "type": "int", + "default": null + }, + { + "name": "arrays", + "type": "Array", + "default": null + }, + { + "name": "blend_shapes", + "type": "Array[]", + "default": "[]" + }, + { + "name": "lods", + "type": "Dictionary", + "default": "{}" + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "clear_blend_shapes", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "clear_surfaces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_blend_shape_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_shape_name", + "return_type": "StringName", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "lightmap_unwrap", + "return_type": "int", + "params": [ + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "texel_size", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "regen_normal_maps", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_blend_shape_name", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_find_by_name", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_array_index_len", + "return_type": "int", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_array_len", + "return_type": "int", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_format", + "return_type": "int", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_name", + "return_type": "String", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_primitive_type", + "return_type": "int", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_name", + "return_type": "void", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_update_attribute_region", + "return_type": "void", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_update_skin_region", + "return_type": "void", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_update_vertex_region", + "return_type": "void", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + }, + { + "name": "offset", + "type": "int", + "default": null + }, + { + "name": "data", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "blend_shape_mode", + "type": "int", + "setter": "set_blend_shape_mode", + "getter": "get_blend_shape_mode", + "default": "1" + }, + { + "name": "custom_aabb", + "type": "AABB", + "setter": "set_custom_aabb", + "getter": "get_custom_aabb", + "default": "AABB(0, 0, 0, 0, 0, 0)" + }, + { + "name": "shadow_mesh", + "type": "ArrayMesh", + "setter": "set_shadow_mesh", + "getter": "get_shadow_mesh", + "default": "" + } + ] + }, + { + "name": "VisualShaderNodeVec4Parameter", + "inherits": "VisualShaderNodeParameter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "default_value", + "type": "Vector4", + "setter": "set_default_value", + "getter": "get_default_value", + "default": "Vector4(0, 0, 0, 0)" + }, + { + "name": "default_value_enabled", + "type": "bool", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "default": "false" + } + ] + }, + { + "name": "Node2D", + "inherits": "CanvasItem", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "apply_scale", + "return_type": "void", + "params": [ + { + "name": "ratio", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_angle_to", + "return_type": "float", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_relative_transform_to_parent", + "return_type": "Transform2D", + "params": [ + { + "name": "parent", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "global_translate", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "look_at", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "move_local_x", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "scaled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "move_local_y", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + }, + { + "name": "scaled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "rotate", + "return_type": "void", + "params": [ + { + "name": "radians", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "to_global", + "return_type": "Vector2", + "params": [ + { + "name": "local_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "to_local", + "return_type": "Vector2", + "params": [ + { + "name": "global_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "translate", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "global_position", + "type": "Vector2", + "setter": "set_global_position", + "getter": "get_global_position", + "default": "" + }, + { + "name": "global_rotation", + "type": "float", + "setter": "set_global_rotation", + "getter": "get_global_rotation", + "default": "" + }, + { + "name": "global_rotation_degrees", + "type": "float", + "setter": "set_global_rotation_degrees", + "getter": "get_global_rotation_degrees", + "default": "" + }, + { + "name": "global_scale", + "type": "Vector2", + "setter": "set_global_scale", + "getter": "get_global_scale", + "default": "" + }, + { + "name": "global_skew", + "type": "float", + "setter": "set_global_skew", + "getter": "get_global_skew", + "default": "" + }, + { + "name": "global_transform", + "type": "Transform2D", + "setter": "set_global_transform", + "getter": "get_global_transform", + "default": "" + }, + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + }, + { + "name": "rotation", + "type": "float", + "setter": "set_rotation", + "getter": "get_rotation", + "default": "0.0" + }, + { + "name": "rotation_degrees", + "type": "float", + "setter": "set_rotation_degrees", + "getter": "get_rotation_degrees", + "default": "" + }, + { + "name": "scale", + "type": "Vector2", + "setter": "set_scale", + "getter": "get_scale", + "default": "Vector2(1, 1)" + }, + { + "name": "skew", + "type": "float", + "setter": "set_skew", + "getter": "get_skew", + "default": "0.0" + }, + { + "name": "transform", + "type": "Transform2D", + "setter": "set_transform", + "getter": "get_transform", + "default": "" + } + ] + }, + { + "name": "CollisionObject3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_input_event", + "return_type": "void", + "params": [ + { + "name": "camera", + "type": "Camera3D", + "default": null + }, + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": null + }, + { + "name": "normal", + "type": "Vector3", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_mouse_enter", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_mouse_exit", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_shape_owner", + "return_type": "int", + "params": [ + { + "name": "owner", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_shape_owners", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "is_shape_owner_disabled", + "return_type": "bool", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_shape_owner", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_find_owner", + "return_type": "int", + "params": [ + { + "name": "shape_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_add_shape", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "Shape3D", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_owner", + "return_type": "Object", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape", + "return_type": "Shape3D", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_shape_index", + "return_type": "int", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_get_transform", + "return_type": "Transform3D", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_remove_shape", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "shape_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_disabled", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_owner_set_transform", + "return_type": "void", + "params": [ + { + "name": "owner_id", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collision_layer", + "type": "int", + "setter": "set_collision_layer", + "getter": "get_collision_layer", + "default": "1" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "collision_priority", + "type": "float", + "setter": "set_collision_priority", + "getter": "get_collision_priority", + "default": "1.0" + }, + { + "name": "disable_mode", + "type": "int", + "setter": "set_disable_mode", + "getter": "get_disable_mode", + "default": "0" + }, + { + "name": "input_capture_on_drag", + "type": "bool", + "setter": "set_capture_input_on_drag", + "getter": "get_capture_input_on_drag", + "default": "false" + }, + { + "name": "input_ray_pickable", + "type": "bool", + "setter": "set_ray_pickable", + "getter": "is_ray_pickable", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeCurveTexture", + "inherits": "VisualShaderNodeResizableBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "texture", + "type": "CurveTexture", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + } + ] + }, + { + "name": "PlaceholderMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Performance", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_custom_monitor", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "StringName", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "arguments", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "get_custom_monitor", + "return_type": "Variant", + "params": [ + { + "name": "id", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_monitor_names", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "get_monitor", + "return_type": "float", + "params": [ + { + "name": "monitor", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_monitor_modification_time", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "has_custom_monitor", + "return_type": "bool", + "params": [ + { + "name": "id", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_custom_monitor", + "return_type": "void", + "params": [ + { + "name": "id", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeSample3D", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "source", + "type": "int", + "setter": "set_source", + "getter": "get_source", + "default": "0" + } + ] + }, + { + "name": "PhysicsServer3DRenderingServerHandler", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_set_aabb", + "return_type": "void", + "params": [ + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_normal", + "return_type": "void", + "params": [ + { + "name": "vertex_id", + "type": "int", + "default": null + }, + { + "name": "normal", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "_set_vertex", + "return_type": "void", + "params": [ + { + "name": "vertex_id", + "type": "int", + "default": null + }, + { + "name": "vertex", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_aabb", + "return_type": "void", + "params": [ + { + "name": "aabb", + "type": "AABB", + "default": null + } + ], + "description": "" + }, + { + "name": "set_normal", + "return_type": "void", + "params": [ + { + "name": "vertex_id", + "type": "int", + "default": null + }, + { + "name": "normal", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_vertex", + "return_type": "void", + "params": [ + { + "name": "vertex_id", + "type": "int", + "default": null + }, + { + "name": "vertex", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorTranslationParserPlugin", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_recognized_extensions", + "return_type": "PackedStringArray", + "params": [], + "description": "" + }, + { + "name": "_parse_file", + "return_type": "void", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "msgids", + "type": "String[]", + "default": null + }, + { + "name": "msgids_context_plural", + "type": "Array[]", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "InputEventMouse", + "inherits": "InputEventWithModifiers", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "button_mask", + "type": "int", + "setter": "set_button_mask", + "getter": "get_button_mask", + "default": "0" + }, + { + "name": "global_position", + "type": "Vector2", + "setter": "set_global_position", + "getter": "get_global_position", + "default": "Vector2(0, 0)" + }, + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "Geometry3D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "build_box_planes", + "return_type": "Plane[]", + "params": [ + { + "name": "extents", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "build_capsule_planes", + "return_type": "Plane[]", + "params": [ + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + }, + { + "name": "sides", + "type": "int", + "default": null + }, + { + "name": "lats", + "type": "int", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": "2" + } + ], + "description": "" + }, + { + "name": "build_cylinder_planes", + "return_type": "Plane[]", + "params": [ + { + "name": "radius", + "type": "float", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + }, + { + "name": "sides", + "type": "int", + "default": null + }, + { + "name": "axis", + "type": "int", + "default": "2" + } + ], + "description": "" + }, + { + "name": "clip_polygon", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "points", + "type": "PackedVector3Array", + "default": null + }, + { + "name": "plane", + "type": "Plane", + "default": null + } + ], + "description": "" + }, + { + "name": "compute_convex_mesh_points", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "planes", + "type": "Plane[]", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point_to_segment", + "return_type": "Vector3", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + }, + { + "name": "s1", + "type": "Vector3", + "default": null + }, + { + "name": "s2", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point_to_segment_uncapped", + "return_type": "Vector3", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + }, + { + "name": "s1", + "type": "Vector3", + "default": null + }, + { + "name": "s2", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_points_between_segments", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "p1", + "type": "Vector3", + "default": null + }, + { + "name": "p2", + "type": "Vector3", + "default": null + }, + { + "name": "q1", + "type": "Vector3", + "default": null + }, + { + "name": "q2", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_triangle_barycentric_coords", + "return_type": "Vector3", + "params": [ + { + "name": "point", + "type": "Vector3", + "default": null + }, + { + "name": "a", + "type": "Vector3", + "default": null + }, + { + "name": "b", + "type": "Vector3", + "default": null + }, + { + "name": "c", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "ray_intersects_triangle", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "dir", + "type": "Vector3", + "default": null + }, + { + "name": "a", + "type": "Vector3", + "default": null + }, + { + "name": "b", + "type": "Vector3", + "default": null + }, + { + "name": "c", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_convex", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "planes", + "type": "Plane[]", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_cylinder", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "height", + "type": "float", + "default": null + }, + { + "name": "radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_sphere", + "return_type": "PackedVector3Array", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "sphere_position", + "type": "Vector3", + "default": null + }, + { + "name": "sphere_radius", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "segment_intersects_triangle", + "return_type": "Variant", + "params": [ + { + "name": "from", + "type": "Vector3", + "default": null + }, + { + "name": "to", + "type": "Vector3", + "default": null + }, + { + "name": "a", + "type": "Vector3", + "default": null + }, + { + "name": "b", + "type": "Vector3", + "default": null + }, + { + "name": "c", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "StaticBody2D", + "inherits": "PhysicsBody2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant_angular_velocity", + "type": "float", + "setter": "set_constant_angular_velocity", + "getter": "get_constant_angular_velocity", + "default": "0.0" + }, + { + "name": "constant_linear_velocity", + "type": "Vector2", + "setter": "set_constant_linear_velocity", + "getter": "get_constant_linear_velocity", + "default": "Vector2(0, 0)" + }, + { + "name": "physics_material_override", + "type": "PhysicsMaterial", + "setter": "set_physics_material_override", + "getter": "get_physics_material_override", + "default": "" + } + ] + }, + { + "name": "EditorSyntaxHighlighter", + "inherits": "SyntaxHighlighter", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "_get_supported_languages", + "return_type": "PackedStringArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Mesh", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "_get_blend_shape_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_blend_shape_name", + "return_type": "StringName", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_surface_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_set_blend_shape_name", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_array_index_len", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_array_len", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_arrays", + "return_type": "Array", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_blend_shape_arrays", + "return_type": "Array[]", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_format", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_lods", + "return_type": "Dictionary", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_material", + "return_type": "Material", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_get_primitive_type", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "_surface_set_material", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + }, + { + "name": "create_convex_shape", + "return_type": "ConvexPolygonShape3D", + "params": [ + { + "name": "clean", + "type": "bool", + "default": "true" + }, + { + "name": "simplify", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "create_outline", + "return_type": "Mesh", + "params": [ + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "create_placeholder", + "return_type": "Resource", + "params": [], + "description": "" + }, + { + "name": "create_trimesh_shape", + "return_type": "ConcavePolygonShape3D", + "params": [], + "description": "" + }, + { + "name": "generate_triangle_mesh", + "return_type": "TriangleMesh", + "params": [], + "description": "" + }, + { + "name": "get_aabb", + "return_type": "AABB", + "params": [], + "description": "" + }, + { + "name": "get_faces", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "get_surface_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "surface_get_arrays", + "return_type": "Array", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_blend_shape_arrays", + "return_type": "Array[]", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_get_material", + "return_type": "Material", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "surface_set_material", + "return_type": "void", + "params": [ + { + "name": "surf_idx", + "type": "int", + "default": null + }, + { + "name": "material", + "type": "Material", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "lightmap_size_hint", + "type": "Vector2i", + "setter": "set_lightmap_size_hint", + "getter": "get_lightmap_size_hint", + "default": "Vector2i(0, 0)" + } + ] + }, + { + "name": "Signal", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "connect", + "return_type": "int", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "flags", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "disconnect", + "return_type": "void", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "emit", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_connections", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "StringName", + "params": [], + "description": "" + }, + { + "name": "get_object", + "return_type": "Object", + "params": [], + "description": "" + }, + { + "name": "get_object_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "is_connected", + "return_type": "bool", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "is_null", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "NavigationLink2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_global_end_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_global_start_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_global_end_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_global_start_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bidirectional", + "type": "bool", + "setter": "set_bidirectional", + "getter": "is_bidirectional", + "default": "true" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "end_position", + "type": "Vector2", + "setter": "set_end_position", + "getter": "get_end_position", + "default": "Vector2(0, 0)" + }, + { + "name": "enter_cost", + "type": "float", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "default": "0.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "start_position", + "type": "Vector2", + "setter": "set_start_position", + "getter": "get_start_position", + "default": "Vector2(0, 0)" + }, + { + "name": "travel_cost", + "type": "float", + "setter": "set_travel_cost", + "getter": "get_travel_cost", + "default": "1.0" + } + ] + }, + { + "name": "Vector3i", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector3i", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector3i", + "params": [ + { + "name": "min", + "type": "Vector3i", + "default": null + }, + { + "name": "max", + "type": "Vector3i", + "default": null + } + ], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector3i", + "params": [], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector3i", + "params": [ + { + "name": "step", + "type": "Vector3i", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "x", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "y", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + }, + { + "name": "z", + "type": "int", + "setter": "", + "getter": "", + "default": "0" + } + ] + }, + { + "name": "PopupMenu", + "inherits": "Popup", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "activate_item_by_event", + "return_type": "bool", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "for_global_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_check_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_check_shortcut", + "return_type": "void", + "params": [ + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_icon_check_item", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_icon_check_shortcut", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_icon_item", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_icon_radio_check_item", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_icon_radio_check_shortcut", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_icon_shortcut", + "return_type": "void", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + }, + { + "name": "allow_echo", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_multistate_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "max_states", + "type": "int", + "default": null + }, + { + "name": "default_state", + "type": "int", + "default": "0" + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_radio_check_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "accel", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "add_radio_check_shortcut", + "return_type": "void", + "params": [ + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_separator", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": "\"\"" + }, + { + "name": "id", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_shortcut", + "return_type": "void", + "params": [ + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "global", + "type": "bool", + "default": "false" + }, + { + "name": "allow_echo", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "add_submenu_item", + "return_type": "void", + "params": [ + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "submenu", + "type": "String", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [ + { + "name": "free_submenus", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_focused_item", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_item_accelerator", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon_max_width", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon_modulate", + "return_type": "Color", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_id", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_indent", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_index", + "return_type": "int", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_language", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_metadata", + "return_type": "Variant", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_shortcut", + "return_type": "Shortcut", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_submenu", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_text", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_text_direction", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_tooltip", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_checkable", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_checked", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_disabled", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_radio_checkable", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_separator", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_shortcut_disabled", + "return_type": "bool", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_item", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "scroll_to_item", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_focused_item", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_accelerator", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "accel", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_as_checkable", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_as_radio_checkable", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_as_separator", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_checked", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "checked", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_disabled", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon_max_width", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon_modulate", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_id", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_indent", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "indent", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_language", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_metadata", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_multistate", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_shortcut", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "shortcut", + "type": "Shortcut", + "default": null + }, + { + "name": "global", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_item_shortcut_disabled", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_submenu", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "submenu", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_text", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_text_direction", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_tooltip", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "toggle_item_checked", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "toggle_item_multistate", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "allow_search", + "type": "bool", + "setter": "set_allow_search", + "getter": "get_allow_search", + "default": "true" + }, + { + "name": "hide_on_checkable_item_selection", + "type": "bool", + "setter": "set_hide_on_checkable_item_selection", + "getter": "is_hide_on_checkable_item_selection", + "default": "true" + }, + { + "name": "hide_on_item_selection", + "type": "bool", + "setter": "set_hide_on_item_selection", + "getter": "is_hide_on_item_selection", + "default": "true" + }, + { + "name": "hide_on_state_item_selection", + "type": "bool", + "setter": "set_hide_on_state_item_selection", + "getter": "is_hide_on_state_item_selection", + "default": "false" + }, + { + "name": "item_count", + "type": "int", + "setter": "set_item_count", + "getter": "get_item_count", + "default": "0" + }, + { + "name": "submenu_popup_delay", + "type": "float", + "setter": "set_submenu_popup_delay", + "getter": "get_submenu_popup_delay", + "default": "0.3" + } + ] + }, + { + "name": "ImageTextureLayered", + "inherits": "TextureLayered", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "create_from_images", + "return_type": "int", + "params": [ + { + "name": "images", + "type": "Image[]", + "default": null + } + ], + "description": "" + }, + { + "name": "update_layer", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PlaceholderTextureLayered", + "inherits": "TextureLayered", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "layers", + "type": "int", + "setter": "set_layers", + "getter": "get_layers", + "default": "1" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2i(1, 1)" + } + ] + }, + { + "name": "BitMap", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "convert_to_image", + "return_type": "Image", + "params": [], + "description": "" + }, + { + "name": "create", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "create_from_image_alpha", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + }, + { + "name": "threshold", + "type": "float", + "default": "0.1" + } + ], + "description": "" + }, + { + "name": "get_bit", + "return_type": "bool", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bitv", + "return_type": "bool", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_size", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_true_bit_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "grow_mask", + "return_type": "void", + "params": [ + { + "name": "pixels", + "type": "int", + "default": null + }, + { + "name": "rect", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "opaque_to_polygons", + "return_type": "PackedVector2Array[]", + "params": [ + { + "name": "rect", + "type": "Rect2i", + "default": null + }, + { + "name": "epsilon", + "type": "float", + "default": "2.0" + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "void", + "params": [ + { + "name": "new_size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bit", + "return_type": "void", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + }, + { + "name": "bit", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bit_rect", + "return_type": "void", + "params": [ + { + "name": "rect", + "type": "Rect2i", + "default": null + }, + { + "name": "bit", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_bitv", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "bit", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "Expression", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "execute", + "return_type": "Variant", + "params": [ + { + "name": "inputs", + "type": "Array", + "default": "[]" + }, + { + "name": "base_instance", + "type": "Object", + "default": "null" + }, + { + "name": "show_error", + "type": "bool", + "default": "true" + }, + { + "name": "const_calls_only", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_error_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "has_execute_failed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "parse", + "return_type": "int", + "params": [ + { + "name": "expression", + "type": "String", + "default": null + }, + { + "name": "input_names", + "type": "PackedStringArray", + "default": "PackedStringArray()" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ScriptEditor", + "inherits": "PanelContainer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_current_editor", + "return_type": "ScriptEditorBase", + "params": [], + "description": "" + }, + { + "name": "get_current_script", + "return_type": "Script", + "params": [], + "description": "" + }, + { + "name": "get_open_script_editors", + "return_type": "ScriptEditorBase[]", + "params": [], + "description": "" + }, + { + "name": "get_open_scripts", + "return_type": "Script[]", + "params": [], + "description": "" + }, + { + "name": "goto_line", + "return_type": "void", + "params": [ + { + "name": "line_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "open_script_create_dialog", + "return_type": "void", + "params": [ + { + "name": "base_name", + "type": "String", + "default": null + }, + { + "name": "base_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "register_syntax_highlighter", + "return_type": "void", + "params": [ + { + "name": "syntax_highlighter", + "type": "EditorSyntaxHighlighter", + "default": null + } + ], + "description": "" + }, + { + "name": "unregister_syntax_highlighter", + "return_type": "void", + "params": [ + { + "name": "syntax_highlighter", + "type": "EditorSyntaxHighlighter", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RDPipelineColorBlendStateAttachment", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_as_mix", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "alpha_blend_op", + "type": "int", + "setter": "set_alpha_blend_op", + "getter": "get_alpha_blend_op", + "default": "0" + }, + { + "name": "color_blend_op", + "type": "int", + "setter": "set_color_blend_op", + "getter": "get_color_blend_op", + "default": "0" + }, + { + "name": "dst_alpha_blend_factor", + "type": "int", + "setter": "set_dst_alpha_blend_factor", + "getter": "get_dst_alpha_blend_factor", + "default": "0" + }, + { + "name": "dst_color_blend_factor", + "type": "int", + "setter": "set_dst_color_blend_factor", + "getter": "get_dst_color_blend_factor", + "default": "0" + }, + { + "name": "enable_blend", + "type": "bool", + "setter": "set_enable_blend", + "getter": "get_enable_blend", + "default": "false" + }, + { + "name": "src_alpha_blend_factor", + "type": "int", + "setter": "set_src_alpha_blend_factor", + "getter": "get_src_alpha_blend_factor", + "default": "0" + }, + { + "name": "src_color_blend_factor", + "type": "int", + "setter": "set_src_color_blend_factor", + "getter": "get_src_color_blend_factor", + "default": "0" + }, + { + "name": "write_a", + "type": "bool", + "setter": "set_write_a", + "getter": "get_write_a", + "default": "true" + }, + { + "name": "write_b", + "type": "bool", + "setter": "set_write_b", + "getter": "get_write_b", + "default": "true" + }, + { + "name": "write_g", + "type": "bool", + "setter": "set_write_g", + "getter": "get_write_g", + "default": "true" + }, + { + "name": "write_r", + "type": "bool", + "setter": "set_write_r", + "getter": "get_write_r", + "default": "true" + } + ] + }, + { + "name": "VideoStream", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_instantiate_playback", + "return_type": "VideoStreamPlayback", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "file", + "type": "String", + "setter": "set_file", + "getter": "get_file", + "default": "\"\"" + } + ] + }, + { + "name": "ShaderMaterial", + "inherits": "Material", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_shader_parameter", + "return_type": "Variant", + "params": [ + { + "name": "param", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_shader_parameter", + "return_type": "void", + "params": [ + { + "name": "param", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "shader", + "type": "Shader", + "setter": "set_shader", + "getter": "get_shader", + "default": "" + } + ] + }, + { + "name": "PolygonPathFinder", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "find_path", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_bounds", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "get_closest_point", + "return_type": "Vector2", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_intersections", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "from", + "type": "Vector2", + "default": null + }, + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_penalty", + "return_type": "float", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_point_inside", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_penalty", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "penalty", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "setup", + "return_type": "void", + "params": [ + { + "name": "points", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "connections", + "type": "PackedInt32Array", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeDistanceFade", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "RDFramebufferPass", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color_attachments", + "type": "PackedInt32Array", + "setter": "set_color_attachments", + "getter": "get_color_attachments", + "default": "PackedInt32Array()" + }, + { + "name": "depth_attachment", + "type": "int", + "setter": "set_depth_attachment", + "getter": "get_depth_attachment", + "default": "-1" + }, + { + "name": "input_attachments", + "type": "PackedInt32Array", + "setter": "set_input_attachments", + "getter": "get_input_attachments", + "default": "PackedInt32Array()" + }, + { + "name": "preserve_attachments", + "type": "PackedInt32Array", + "setter": "set_preserve_attachments", + "getter": "get_preserve_attachments", + "default": "PackedInt32Array()" + }, + { + "name": "resolve_attachments", + "type": "PackedInt32Array", + "setter": "set_resolve_attachments", + "getter": "get_resolve_attachments", + "default": "PackedInt32Array()" + } + ] + }, + { + "name": "VScrollBar", + "inherits": "ScrollBar", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "size_flags_horizontal", + "type": "int", + "setter": "set_h_size_flags", + "getter": "get_h_size_flags", + "default": "0" + }, + { + "name": "size_flags_vertical", + "type": "int", + "setter": "set_v_size_flags", + "getter": "get_v_size_flags", + "default": "1" + } + ] + }, + { + "name": "TouchScreenButton", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_pressed", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "action", + "type": "String", + "setter": "set_action", + "getter": "get_action", + "default": "\"\"" + }, + { + "name": "bitmask", + "type": "BitMap", + "setter": "set_bitmask", + "getter": "get_bitmask", + "default": "" + }, + { + "name": "passby_press", + "type": "bool", + "setter": "set_passby_press", + "getter": "is_passby_press_enabled", + "default": "false" + }, + { + "name": "shape", + "type": "Shape2D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "shape_centered", + "type": "bool", + "setter": "set_shape_centered", + "getter": "is_shape_centered", + "default": "true" + }, + { + "name": "shape_visible", + "type": "bool", + "setter": "set_shape_visible", + "getter": "is_shape_visible", + "default": "true" + }, + { + "name": "texture_normal", + "type": "Texture2D", + "setter": "set_texture_normal", + "getter": "get_texture_normal", + "default": "" + }, + { + "name": "texture_pressed", + "type": "Texture2D", + "setter": "set_texture_pressed", + "getter": "get_texture_pressed", + "default": "" + }, + { + "name": "visibility_mode", + "type": "int", + "setter": "set_visibility_mode", + "getter": "get_visibility_mode", + "default": "0" + } + ] + }, + { + "name": "Window", + "inherits": "Viewport", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_contents_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "add_theme_color_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_constant_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "constant", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_font_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_font_size_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_icon_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_theme_stylebox_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "stylebox", + "type": "StyleBox", + "default": null + } + ], + "description": "" + }, + { + "name": "begin_bulk_theme_override", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "can_draw", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "child_controls_changed", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "end_bulk_theme_override", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_contents_minimum_size", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_layout_direction", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_position_with_decorations", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_size_with_decorations", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_theme_color", + "return_type": "Color", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_constant", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_default_base_scale", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_theme_default_font", + "return_type": "Font", + "params": [], + "description": "" + }, + { + "name": "get_theme_default_font_size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_theme_font", + "return_type": "Font", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_font_size", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_theme_stylebox", + "return_type": "StyleBox", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_window_id", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "grab_focus", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "has_focus", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_theme_color", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_color_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_constant", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_constant_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_font", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_font_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_font_size", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_font_size_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_icon", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_icon_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_theme_stylebox", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "theme_type", + "type": "StringName", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "has_theme_stylebox_override", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "hide", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_embedded", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_layout_rtl", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_maximize_allowed", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_using_font_oversampling", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "move_to_center", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "move_to_foreground", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "popup", + "return_type": "void", + "params": [ + { + "name": "rect", + "type": "Rect2i", + "default": "Rect2i(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_centered", + "return_type": "void", + "params": [ + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_centered_clamped", + "return_type": "void", + "params": [ + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + }, + { + "name": "fallback_ratio", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "popup_centered_ratio", + "return_type": "void", + "params": [ + { + "name": "ratio", + "type": "float", + "default": "0.8" + } + ], + "description": "" + }, + { + "name": "popup_exclusive", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": null + }, + { + "name": "rect", + "type": "Rect2i", + "default": "Rect2i(0, 0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_exclusive_centered", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": null + }, + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + } + ], + "description": "" + }, + { + "name": "popup_exclusive_centered_clamped", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": null + }, + { + "name": "minsize", + "type": "Vector2i", + "default": "Vector2i(0, 0)" + }, + { + "name": "fallback_ratio", + "type": "float", + "default": "0.75" + } + ], + "description": "" + }, + { + "name": "popup_exclusive_centered_ratio", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": null + }, + { + "name": "ratio", + "type": "float", + "default": "0.8" + } + ], + "description": "" + }, + { + "name": "popup_exclusive_on_parent", + "return_type": "void", + "params": [ + { + "name": "from_node", + "type": "Node", + "default": null + }, + { + "name": "parent_rect", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "popup_on_parent", + "return_type": "void", + "params": [ + { + "name": "parent_rect", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_color_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_constant_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_font_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_font_size_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_icon_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_theme_stylebox_override", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "request_attention", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "reset_size", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ime_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_ime_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_layout_direction", + "return_type": "void", + "params": [ + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_unparent_when_invisible", + "return_type": "void", + "params": [ + { + "name": "unparent", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_use_font_oversampling", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "show", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "always_on_top", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "auto_translate", + "type": "bool", + "setter": "set_auto_translate", + "getter": "is_auto_translating", + "default": "true" + }, + { + "name": "borderless", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "content_scale_aspect", + "type": "int", + "setter": "set_content_scale_aspect", + "getter": "get_content_scale_aspect", + "default": "0" + }, + { + "name": "content_scale_factor", + "type": "float", + "setter": "set_content_scale_factor", + "getter": "get_content_scale_factor", + "default": "1.0" + }, + { + "name": "content_scale_mode", + "type": "int", + "setter": "set_content_scale_mode", + "getter": "get_content_scale_mode", + "default": "0" + }, + { + "name": "content_scale_size", + "type": "Vector2i", + "setter": "set_content_scale_size", + "getter": "get_content_scale_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "content_scale_stretch", + "type": "int", + "setter": "set_content_scale_stretch", + "getter": "get_content_scale_stretch", + "default": "0" + }, + { + "name": "current_screen", + "type": "int", + "setter": "set_current_screen", + "getter": "get_current_screen", + "default": "" + }, + { + "name": "exclusive", + "type": "bool", + "setter": "set_exclusive", + "getter": "is_exclusive", + "default": "false" + }, + { + "name": "extend_to_title", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "initial_position", + "type": "int", + "setter": "set_initial_position", + "getter": "get_initial_position", + "default": "0" + }, + { + "name": "keep_title_visible", + "type": "bool", + "setter": "set_keep_title_visible", + "getter": "get_keep_title_visible", + "default": "false" + }, + { + "name": "max_size", + "type": "Vector2i", + "setter": "set_max_size", + "getter": "get_max_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "min_size", + "type": "Vector2i", + "setter": "set_min_size", + "getter": "get_min_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "mode", + "type": "int", + "setter": "set_mode", + "getter": "get_mode", + "default": "0" + }, + { + "name": "mouse_passthrough", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "mouse_passthrough_polygon", + "type": "PackedVector2Array", + "setter": "set_mouse_passthrough_polygon", + "getter": "get_mouse_passthrough_polygon", + "default": "PackedVector2Array()" + }, + { + "name": "popup_window", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "position", + "type": "Vector2i", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2i(0, 0)" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2i(100, 100)" + }, + { + "name": "theme", + "type": "Theme", + "setter": "set_theme", + "getter": "get_theme", + "default": "" + }, + { + "name": "theme_type_variation", + "type": "StringName", + "setter": "set_theme_type_variation", + "getter": "get_theme_type_variation", + "default": "&\"\"" + }, + { + "name": "title", + "type": "String", + "setter": "set_title", + "getter": "get_title", + "default": "\"\"" + }, + { + "name": "transient", + "type": "bool", + "setter": "set_transient", + "getter": "is_transient", + "default": "false" + }, + { + "name": "transparent", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "unfocusable", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "unresizable", + "type": "bool", + "setter": "set_flag", + "getter": "get_flag", + "default": "false" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "true" + }, + { + "name": "wrap_controls", + "type": "bool", + "setter": "set_wrap_controls", + "getter": "is_wrapping_controls", + "default": "false" + } + ] + }, + { + "name": "PrimitiveMesh", + "inherits": "Mesh", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_create_mesh_array", + "return_type": "Array", + "params": [], + "description": "" + }, + { + "name": "get_mesh_arrays", + "return_type": "Array", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "add_uv2", + "type": "bool", + "setter": "set_add_uv2", + "getter": "get_add_uv2", + "default": "false" + }, + { + "name": "custom_aabb", + "type": "AABB", + "setter": "set_custom_aabb", + "getter": "get_custom_aabb", + "default": "AABB(0, 0, 0, 0, 0, 0)" + }, + { + "name": "flip_faces", + "type": "bool", + "setter": "set_flip_faces", + "getter": "get_flip_faces", + "default": "false" + }, + { + "name": "material", + "type": "Material", + "setter": "set_material", + "getter": "get_material", + "default": "" + }, + { + "name": "uv2_padding", + "type": "float", + "setter": "set_uv2_padding", + "getter": "get_uv2_padding", + "default": "2.0" + } + ] + }, + { + "name": "VisualShaderNodeInput", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_input_real_name", + "return_type": "String", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "input_name", + "type": "String", + "setter": "set_input_name", + "getter": "get_input_name", + "default": "\"[None]\"" + } + ] + }, + { + "name": "ItemList", + "inherits": "Control", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_icon_item", + "return_type": "int", + "params": [ + { + "name": "icon", + "type": "Texture2D", + "default": null + }, + { + "name": "selectable", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "add_item", + "return_type": "int", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": "null" + }, + { + "name": "selectable", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "deselect", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "deselect_all", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "ensure_current_is_visible", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_update_list_size", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_item_at_position", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "exact", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_item_custom_bg_color", + "return_type": "Color", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_custom_fg_color", + "return_type": "Color", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon_modulate", + "return_type": "Color", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_icon_region", + "return_type": "Rect2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_language", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_metadata", + "return_type": "Variant", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_rect", + "return_type": "Rect2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "expand", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "get_item_text", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_text_direction", + "return_type": "int", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_item_tooltip", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_selected_items", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "get_v_scroll_bar", + "return_type": "VScrollBar", + "params": [], + "description": "" + }, + { + "name": "is_anything_selected", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_item_disabled", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_icon_transposed", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_selectable", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_item_tooltip_enabled", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_selected", + "return_type": "bool", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_item", + "return_type": "void", + "params": [ + { + "name": "from_idx", + "type": "int", + "default": null + }, + { + "name": "to_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_item", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "single", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "set_item_custom_bg_color", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "custom_bg_color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_custom_fg_color", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "custom_fg_color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_disabled", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon_modulate", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon_region", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_icon_transposed", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "transposed", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_language", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_metadata", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_selectable", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "selectable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_text", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_text_direction", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_tooltip", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_item_tooltip_enabled", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "sort_items_by_text", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "allow_reselect", + "type": "bool", + "setter": "set_allow_reselect", + "getter": "get_allow_reselect", + "default": "false" + }, + { + "name": "allow_rmb_select", + "type": "bool", + "setter": "set_allow_rmb_select", + "getter": "get_allow_rmb_select", + "default": "false" + }, + { + "name": "allow_search", + "type": "bool", + "setter": "set_allow_search", + "getter": "get_allow_search", + "default": "true" + }, + { + "name": "auto_height", + "type": "bool", + "setter": "set_auto_height", + "getter": "has_auto_height", + "default": "false" + }, + { + "name": "clip_contents", + "type": "bool", + "setter": "set_clip_contents", + "getter": "is_clipping_contents", + "default": "true" + }, + { + "name": "fixed_column_width", + "type": "int", + "setter": "set_fixed_column_width", + "getter": "get_fixed_column_width", + "default": "0" + }, + { + "name": "fixed_icon_size", + "type": "Vector2i", + "setter": "set_fixed_icon_size", + "getter": "get_fixed_icon_size", + "default": "Vector2i(0, 0)" + }, + { + "name": "focus_mode", + "type": "int", + "setter": "set_focus_mode", + "getter": "get_focus_mode", + "default": "2" + }, + { + "name": "icon_mode", + "type": "int", + "setter": "set_icon_mode", + "getter": "get_icon_mode", + "default": "1" + }, + { + "name": "icon_scale", + "type": "float", + "setter": "set_icon_scale", + "getter": "get_icon_scale", + "default": "1.0" + }, + { + "name": "item_count", + "type": "int", + "setter": "set_item_count", + "getter": "get_item_count", + "default": "0" + }, + { + "name": "max_columns", + "type": "int", + "setter": "set_max_columns", + "getter": "get_max_columns", + "default": "1" + }, + { + "name": "max_text_lines", + "type": "int", + "setter": "set_max_text_lines", + "getter": "get_max_text_lines", + "default": "1" + }, + { + "name": "same_column_width", + "type": "bool", + "setter": "set_same_column_width", + "getter": "is_same_column_width", + "default": "false" + }, + { + "name": "select_mode", + "type": "int", + "setter": "set_select_mode", + "getter": "get_select_mode", + "default": "0" + }, + { + "name": "text_overrun_behavior", + "type": "int", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "default": "3" + } + ] + }, + { + "name": "Viewport", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "find_world_2d", + "return_type": "World2D", + "params": [], + "description": "" + }, + { + "name": "find_world_3d", + "return_type": "World3D", + "params": [], + "description": "" + }, + { + "name": "get_camera_2d", + "return_type": "Camera2D", + "params": [], + "description": "" + }, + { + "name": "get_camera_3d", + "return_type": "Camera3D", + "params": [], + "description": "" + }, + { + "name": "get_canvas_cull_mask_bit", + "return_type": "bool", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_embedded_subwindows", + "return_type": "Window[]", + "params": [], + "description": "" + }, + { + "name": "get_final_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_mouse_position", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "get_positional_shadow_atlas_quadrant_subdiv", + "return_type": "int", + "params": [ + { + "name": "quadrant", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_render_info", + "return_type": "int", + "params": [ + { + "name": "type", + "type": "int", + "default": null + }, + { + "name": "info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_screen_transform", + "return_type": "Transform2D", + "params": [], + "description": "" + }, + { + "name": "get_texture", + "return_type": "ViewportTexture", + "params": [], + "description": "" + }, + { + "name": "get_viewport_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_visible_rect", + "return_type": "Rect2", + "params": [], + "description": "" + }, + { + "name": "gui_get_drag_data", + "return_type": "Variant", + "params": [], + "description": "" + }, + { + "name": "gui_get_focus_owner", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "gui_is_drag_successful", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "gui_is_dragging", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "gui_release_focus", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_input_handled", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "in_local_coords", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "push_text_input", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "push_unhandled_input", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "InputEvent", + "default": null + }, + { + "name": "in_local_coords", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_canvas_cull_mask_bit", + "return_type": "void", + "params": [ + { + "name": "layer", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input_as_handled", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_positional_shadow_atlas_quadrant_subdiv", + "return_type": "void", + "params": [ + { + "name": "quadrant", + "type": "int", + "default": null + }, + { + "name": "subdiv", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "update_mouse_cursor_state", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "warp_mouse", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "audio_listener_enable_2d", + "type": "bool", + "setter": "set_as_audio_listener_2d", + "getter": "is_audio_listener_2d", + "default": "false" + }, + { + "name": "audio_listener_enable_3d", + "type": "bool", + "setter": "set_as_audio_listener_3d", + "getter": "is_audio_listener_3d", + "default": "false" + }, + { + "name": "canvas_cull_mask", + "type": "int", + "setter": "set_canvas_cull_mask", + "getter": "get_canvas_cull_mask", + "default": "4294967295" + }, + { + "name": "canvas_item_default_texture_filter", + "type": "int", + "setter": "set_default_canvas_item_texture_filter", + "getter": "get_default_canvas_item_texture_filter", + "default": "1" + }, + { + "name": "canvas_item_default_texture_repeat", + "type": "int", + "setter": "set_default_canvas_item_texture_repeat", + "getter": "get_default_canvas_item_texture_repeat", + "default": "0" + }, + { + "name": "canvas_transform", + "type": "Transform2D", + "setter": "set_canvas_transform", + "getter": "get_canvas_transform", + "default": "" + }, + { + "name": "debug_draw", + "type": "int", + "setter": "set_debug_draw", + "getter": "get_debug_draw", + "default": "0" + }, + { + "name": "disable_3d", + "type": "bool", + "setter": "set_disable_3d", + "getter": "is_3d_disabled", + "default": "false" + }, + { + "name": "fsr_sharpness", + "type": "float", + "setter": "set_fsr_sharpness", + "getter": "get_fsr_sharpness", + "default": "0.2" + }, + { + "name": "global_canvas_transform", + "type": "Transform2D", + "setter": "set_global_canvas_transform", + "getter": "get_global_canvas_transform", + "default": "" + }, + { + "name": "gui_disable_input", + "type": "bool", + "setter": "set_disable_input", + "getter": "is_input_disabled", + "default": "false" + }, + { + "name": "gui_embed_subwindows", + "type": "bool", + "setter": "set_embedding_subwindows", + "getter": "is_embedding_subwindows", + "default": "false" + }, + { + "name": "gui_snap_controls_to_pixels", + "type": "bool", + "setter": "set_snap_controls_to_pixels", + "getter": "is_snap_controls_to_pixels_enabled", + "default": "true" + }, + { + "name": "handle_input_locally", + "type": "bool", + "setter": "set_handle_input_locally", + "getter": "is_handling_input_locally", + "default": "true" + }, + { + "name": "mesh_lod_threshold", + "type": "float", + "setter": "set_mesh_lod_threshold", + "getter": "get_mesh_lod_threshold", + "default": "1.0" + }, + { + "name": "msaa_2d", + "type": "int", + "setter": "set_msaa_2d", + "getter": "get_msaa_2d", + "default": "0" + }, + { + "name": "msaa_3d", + "type": "int", + "setter": "set_msaa_3d", + "getter": "get_msaa_3d", + "default": "0" + }, + { + "name": "own_world_3d", + "type": "bool", + "setter": "set_use_own_world_3d", + "getter": "is_using_own_world_3d", + "default": "false" + }, + { + "name": "physics_object_picking", + "type": "bool", + "setter": "set_physics_object_picking", + "getter": "get_physics_object_picking", + "default": "false" + }, + { + "name": "physics_object_picking_sort", + "type": "bool", + "setter": "set_physics_object_picking_sort", + "getter": "get_physics_object_picking_sort", + "default": "false" + }, + { + "name": "positional_shadow_atlas_16_bits", + "type": "bool", + "setter": "set_positional_shadow_atlas_16_bits", + "getter": "get_positional_shadow_atlas_16_bits", + "default": "true" + }, + { + "name": "positional_shadow_atlas_quad_0", + "type": "int", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", + "default": "2" + }, + { + "name": "positional_shadow_atlas_quad_1", + "type": "int", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", + "default": "2" + }, + { + "name": "positional_shadow_atlas_quad_2", + "type": "int", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", + "default": "3" + }, + { + "name": "positional_shadow_atlas_quad_3", + "type": "int", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", + "default": "4" + }, + { + "name": "positional_shadow_atlas_size", + "type": "int", + "setter": "set_positional_shadow_atlas_size", + "getter": "get_positional_shadow_atlas_size", + "default": "2048" + }, + { + "name": "scaling_3d_mode", + "type": "int", + "setter": "set_scaling_3d_mode", + "getter": "get_scaling_3d_mode", + "default": "0" + }, + { + "name": "scaling_3d_scale", + "type": "float", + "setter": "set_scaling_3d_scale", + "getter": "get_scaling_3d_scale", + "default": "1.0" + }, + { + "name": "screen_space_aa", + "type": "int", + "setter": "set_screen_space_aa", + "getter": "get_screen_space_aa", + "default": "0" + }, + { + "name": "sdf_oversize", + "type": "int", + "setter": "set_sdf_oversize", + "getter": "get_sdf_oversize", + "default": "1" + }, + { + "name": "sdf_scale", + "type": "int", + "setter": "set_sdf_scale", + "getter": "get_sdf_scale", + "default": "1" + }, + { + "name": "snap_2d_transforms_to_pixel", + "type": "bool", + "setter": "set_snap_2d_transforms_to_pixel", + "getter": "is_snap_2d_transforms_to_pixel_enabled", + "default": "false" + }, + { + "name": "snap_2d_vertices_to_pixel", + "type": "bool", + "setter": "set_snap_2d_vertices_to_pixel", + "getter": "is_snap_2d_vertices_to_pixel_enabled", + "default": "false" + }, + { + "name": "texture_mipmap_bias", + "type": "float", + "setter": "set_texture_mipmap_bias", + "getter": "get_texture_mipmap_bias", + "default": "0.0" + }, + { + "name": "transparent_bg", + "type": "bool", + "setter": "set_transparent_background", + "getter": "has_transparent_background", + "default": "false" + }, + { + "name": "use_debanding", + "type": "bool", + "setter": "set_use_debanding", + "getter": "is_using_debanding", + "default": "false" + }, + { + "name": "use_hdr_2d", + "type": "bool", + "setter": "set_use_hdr_2d", + "getter": "is_using_hdr_2d", + "default": "false" + }, + { + "name": "use_occlusion_culling", + "type": "bool", + "setter": "set_use_occlusion_culling", + "getter": "is_using_occlusion_culling", + "default": "false" + }, + { + "name": "use_taa", + "type": "bool", + "setter": "set_use_taa", + "getter": "is_using_taa", + "default": "false" + }, + { + "name": "use_xr", + "type": "bool", + "setter": "set_use_xr", + "getter": "is_using_xr", + "default": "false" + }, + { + "name": "vrs_mode", + "type": "int", + "setter": "set_vrs_mode", + "getter": "get_vrs_mode", + "default": "0" + }, + { + "name": "vrs_texture", + "type": "Texture2D", + "setter": "set_vrs_texture", + "getter": "get_vrs_texture", + "default": "" + }, + { + "name": "world_2d", + "type": "World2D", + "setter": "set_world_2d", + "getter": "get_world_2d", + "default": "" + }, + { + "name": "world_3d", + "type": "World3D", + "setter": "set_world_3d", + "getter": "get_world_3d", + "default": "" + } + ] + }, + { + "name": "Texture2DRD", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "texture_rd_rid", + "type": "RID", + "setter": "set_texture_rd_rid", + "getter": "get_texture_rd_rid", + "default": "RID()" + } + ] + }, + { + "name": "VisualShaderNodeColorConstant", + "inherits": "VisualShaderNodeConstant", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant", + "type": "Color", + "setter": "set_constant", + "getter": "get_constant", + "default": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "GDExtension", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "close_library", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_minimum_library_initialization_level", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "initialize_library", + "return_type": "void", + "params": [ + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_library_open", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "open_library", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "entry_symbol", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "VisualShaderNodeFresnel", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "StyleBoxLine", + "inherits": "StyleBox", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "color", + "type": "Color", + "setter": "set_color", + "getter": "get_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "grow_begin", + "type": "float", + "setter": "set_grow_begin", + "getter": "get_grow_begin", + "default": "1.0" + }, + { + "name": "grow_end", + "type": "float", + "setter": "set_grow_end", + "getter": "get_grow_end", + "default": "1.0" + }, + { + "name": "thickness", + "type": "int", + "setter": "set_thickness", + "getter": "get_thickness", + "default": "1" + }, + { + "name": "vertical", + "type": "bool", + "setter": "set_vertical", + "getter": "is_vertical", + "default": "false" + } + ] + }, + { + "name": "PhysicsPointQueryParameters3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "position", + "type": "Vector3", + "setter": "set_position", + "getter": "get_position", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "Vector2", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "angle", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "angle_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "angle_to_point", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "aspect", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "bezier_derivative", + "return_type": "Vector2", + "params": [ + { + "name": "control_1", + "type": "Vector2", + "default": null + }, + { + "name": "control_2", + "type": "Vector2", + "default": null + }, + { + "name": "end", + "type": "Vector2", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bezier_interpolate", + "return_type": "Vector2", + "params": [ + { + "name": "control_1", + "type": "Vector2", + "default": null + }, + { + "name": "control_2", + "type": "Vector2", + "default": null + }, + { + "name": "end", + "type": "Vector2", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "bounce", + "return_type": "Vector2", + "params": [ + { + "name": "n", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "ceil", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "clamp", + "return_type": "Vector2", + "params": [ + { + "name": "min", + "type": "Vector2", + "default": null + }, + { + "name": "max", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "cross", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate", + "return_type": "Vector2", + "params": [ + { + "name": "b", + "type": "Vector2", + "default": null + }, + { + "name": "pre_a", + "type": "Vector2", + "default": null + }, + { + "name": "post_b", + "type": "Vector2", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "cubic_interpolate_in_time", + "return_type": "Vector2", + "params": [ + { + "name": "b", + "type": "Vector2", + "default": null + }, + { + "name": "pre_a", + "type": "Vector2", + "default": null + }, + { + "name": "post_b", + "type": "Vector2", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + }, + { + "name": "b_t", + "type": "float", + "default": null + }, + { + "name": "pre_a_t", + "type": "float", + "default": null + }, + { + "name": "post_b_t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "direction_to", + "return_type": "Vector2", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_squared_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "distance_to", + "return_type": "float", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "dot", + "return_type": "float", + "params": [ + { + "name": "with", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "floor", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "from_angle", + "return_type": "Vector2", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "is_equal_approx", + "return_type": "bool", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "is_finite", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_normalized", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_zero_approx", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "length_squared", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "lerp", + "return_type": "Vector2", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "limit_length", + "return_type": "Vector2", + "params": [ + { + "name": "length", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "max_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "min_axis_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "move_toward", + "return_type": "Vector2", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "normalized", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "orthogonal", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "posmod", + "return_type": "Vector2", + "params": [ + { + "name": "mod", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "posmodv", + "return_type": "Vector2", + "params": [ + { + "name": "modv", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "project", + "return_type": "Vector2", + "params": [ + { + "name": "b", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "reflect", + "return_type": "Vector2", + "params": [ + { + "name": "n", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "rotated", + "return_type": "Vector2", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "round", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "sign", + "return_type": "Vector2", + "params": [], + "description": "" + }, + { + "name": "slerp", + "return_type": "Vector2", + "params": [ + { + "name": "to", + "type": "Vector2", + "default": null + }, + { + "name": "weight", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "slide", + "return_type": "Vector2", + "params": [ + { + "name": "n", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "snapped", + "return_type": "Vector2", + "params": [ + { + "name": "step", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "x", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + }, + { + "name": "y", + "type": "float", + "setter": "", + "getter": "", + "default": "0.0" + } + ] + }, + { + "name": "PCKPacker", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_file", + "return_type": "int", + "params": [ + { + "name": "pck_path", + "type": "String", + "default": null + }, + { + "name": "source_path", + "type": "String", + "default": null + }, + { + "name": "encrypt", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "flush", + "return_type": "int", + "params": [ + { + "name": "verbose", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "pck_start", + "return_type": "int", + "params": [ + { + "name": "pck_name", + "type": "String", + "default": null + }, + { + "name": "alignment", + "type": "int", + "default": "32" + }, + { + "name": "key", + "type": "String", + "default": "\"0000000000000000000000000000000000000000000000000000000000000000\"" + }, + { + "name": "encrypt_directory", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "BoneAttachment3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_external_skeleton", + "return_type": "NodePath", + "params": [], + "description": "" + }, + { + "name": "get_use_external_skeleton", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "on_bone_pose_update", + "return_type": "void", + "params": [ + { + "name": "bone_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_external_skeleton", + "return_type": "void", + "params": [ + { + "name": "external_skeleton", + "type": "NodePath", + "default": null + } + ], + "description": "" + }, + { + "name": "set_use_external_skeleton", + "return_type": "void", + "params": [ + { + "name": "use_external_skeleton", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bone_idx", + "type": "int", + "setter": "set_bone_idx", + "getter": "get_bone_idx", + "default": "-1" + }, + { + "name": "bone_name", + "type": "String", + "setter": "set_bone_name", + "getter": "get_bone_name", + "default": "\"\"" + }, + { + "name": "override_pose", + "type": "bool", + "setter": "set_override_pose", + "getter": "get_override_pose", + "default": "false" + } + ] + }, + { + "name": "AnimationLibrary", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_animation", + "return_type": "int", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "animation", + "type": "Animation", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation", + "return_type": "Animation", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_animation_list", + "return_type": "StringName[]", + "params": [], + "description": "" + }, + { + "name": "has_animation", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_animation", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "rename_animation", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "newname", + "type": "StringName", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioEffectEQ10", + "inherits": "AudioEffectEQ", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Thread", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_id", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "is_alive", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_started", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_thread_safety_checks_enabled", + "return_type": "void", + "params": [ + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "start", + "return_type": "int", + "params": [ + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "priority", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "wait_to_finish", + "return_type": "Variant", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "TreeItem", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_button", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button", + "type": "Texture2D", + "default": null + }, + { + "name": "id", + "type": "int", + "default": "-1" + }, + { + "name": "disabled", + "type": "bool", + "default": "false" + }, + { + "name": "tooltip_text", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "add_child", + "return_type": "void", + "params": [ + { + "name": "child", + "type": "TreeItem", + "default": null + } + ], + "description": "" + }, + { + "name": "call_recursive", + "return_type": "void", + "params": [ + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_custom_bg_color", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_custom_color", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "create_child", + "return_type": "TreeItem", + "params": [ + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "deselect", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "erase_button", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_autowrap_mode", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_button", + "return_type": "Texture2D", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_button_by_id", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_button_count", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_button_id", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_button_tooltip_text", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_cell_mode", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_child", + "return_type": "TreeItem", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_child_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_children", + "return_type": "TreeItem[]", + "params": [], + "description": "" + }, + { + "name": "get_custom_bg_color", + "return_type": "Color", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_color", + "return_type": "Color", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_font", + "return_type": "Font", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_custom_font_size", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_expand_right", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_first_child", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_icon_max_width", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_icon_modulate", + "return_type": "Color", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_icon_region", + "return_type": "Rect2", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_language", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_metadata", + "return_type": "Variant", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_next", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_next_in_tree", + "return_type": "TreeItem", + "params": [ + { + "name": "wrap", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_next_visible", + "return_type": "TreeItem", + "params": [ + { + "name": "wrap", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_parent", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_prev", + "return_type": "TreeItem", + "params": [], + "description": "" + }, + { + "name": "get_prev_in_tree", + "return_type": "TreeItem", + "params": [ + { + "name": "wrap", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_prev_visible", + "return_type": "TreeItem", + "params": [ + { + "name": "wrap", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_range", + "return_type": "float", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_range_config", + "return_type": "Dictionary", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_structured_text_bidi_override", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_structured_text_bidi_override_options", + "return_type": "Array", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_suffix", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_text", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_text_alignment", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_text_direction", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_text_overrun_behavior", + "return_type": "int", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tooltip_text", + "return_type": "String", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tree", + "return_type": "Tree", + "params": [], + "description": "" + }, + { + "name": "is_any_collapsed", + "return_type": "bool", + "params": [ + { + "name": "only_visible", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "is_button_disabled", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_checked", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_custom_set_as_button", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_edit_multiline", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_editable", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_indeterminate", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_selectable", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_selected", + "return_type": "bool", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "move_after", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "TreeItem", + "default": null + } + ], + "description": "" + }, + { + "name": "move_before", + "return_type": "void", + "params": [ + { + "name": "item", + "type": "TreeItem", + "default": null + } + ], + "description": "" + }, + { + "name": "propagate_check", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "emit_signal", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "remove_child", + "return_type": "void", + "params": [ + { + "name": "child", + "type": "TreeItem", + "default": null + } + ], + "description": "" + }, + { + "name": "select", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_autowrap_mode", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "autowrap_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_button", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + }, + { + "name": "button", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_button_color", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_button_disabled", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_button_tooltip_text", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "button_index", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_cell_mode", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_checked", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "checked", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collapsed_recursive", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_as_button", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_bg_color", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + }, + { + "name": "just_outline", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_custom_color", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "color", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_draw", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "callback", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_font", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "font", + "type": "Font", + "default": null + } + ], + "description": "" + }, + { + "name": "set_custom_font_size", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "font_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_edit_multiline", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "multiline", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_editable", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_expand_right", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_icon", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "texture", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_icon_max_width", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "width", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_icon_modulate", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "modulate", + "type": "Color", + "default": null + } + ], + "description": "" + }, + { + "name": "set_icon_region", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "region", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_indeterminate", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "indeterminate", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_language", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_metadata", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "meta", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_range", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_range_config", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "min", + "type": "float", + "default": null + }, + { + "name": "max", + "type": "float", + "default": null + }, + { + "name": "step", + "type": "float", + "default": null + }, + { + "name": "expr", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "set_selectable", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "selectable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_structured_text_bidi_override", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "parser", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_structured_text_bidi_override_options", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "args", + "type": "Array", + "default": null + } + ], + "description": "" + }, + { + "name": "set_suffix", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_text", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "set_text_alignment", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "text_alignment", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_text_direction", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "direction", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_text_overrun_behavior", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "overrun_behavior", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tooltip_text", + "return_type": "void", + "params": [ + { + "name": "column", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "uncollapse_tree", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "collapsed", + "type": "bool", + "setter": "set_collapsed", + "getter": "is_collapsed", + "default": "" + }, + { + "name": "custom_minimum_height", + "type": "int", + "setter": "set_custom_minimum_height", + "getter": "get_custom_minimum_height", + "default": "" + }, + { + "name": "disable_folding", + "type": "bool", + "setter": "set_disable_folding", + "getter": "is_folding_disabled", + "default": "" + }, + { + "name": "visible", + "type": "bool", + "setter": "set_visible", + "getter": "is_visible", + "default": "" + } + ] + }, + { + "name": "Rect2i", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "abs", + "return_type": "Rect2i", + "params": [], + "description": "" + }, + { + "name": "encloses", + "return_type": "bool", + "params": [ + { + "name": "b", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "expand", + "return_type": "Rect2i", + "params": [ + { + "name": "to", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_area", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_center", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "grow", + "return_type": "Rect2i", + "params": [ + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "grow_individual", + "return_type": "Rect2i", + "params": [ + { + "name": "left", + "type": "int", + "default": null + }, + { + "name": "top", + "type": "int", + "default": null + }, + { + "name": "right", + "type": "int", + "default": null + }, + { + "name": "bottom", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "grow_side", + "return_type": "Rect2i", + "params": [ + { + "name": "side", + "type": "int", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "has_area", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "has_point", + "return_type": "bool", + "params": [ + { + "name": "point", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "intersection", + "return_type": "Rect2i", + "params": [ + { + "name": "b", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "intersects", + "return_type": "bool", + "params": [ + { + "name": "b", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "merge", + "return_type": "Rect2i", + "params": [ + { + "name": "b", + "type": "Rect2i", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "end", + "type": "Vector2i", + "setter": "", + "getter": "", + "default": "Vector2i(0, 0)" + }, + { + "name": "position", + "type": "Vector2i", + "setter": "", + "getter": "", + "default": "Vector2i(0, 0)" + }, + { + "name": "size", + "type": "Vector2i", + "setter": "", + "getter": "", + "default": "Vector2i(0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeExpression", + "inherits": "VisualShaderNodeGroupBase", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "expression", + "type": "String", + "setter": "set_expression", + "getter": "get_expression", + "default": "\"\"" + } + ] + }, + { + "name": "LightmapperRD", + "inherits": "Lightmapper", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "AudioListener2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_current", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "is_current", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "make_current", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "StreamPeerExtension", + "inherits": "StreamPeer", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_available_bytes", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_data", + "return_type": "int", + "params": [ + { + "name": "r_buffer", + "type": "uint8_t*", + "default": null + }, + { + "name": "r_bytes", + "type": "int", + "default": null + }, + { + "name": "r_received", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_get_partial_data", + "return_type": "int", + "params": [ + { + "name": "r_buffer", + "type": "uint8_t*", + "default": null + }, + { + "name": "r_bytes", + "type": "int", + "default": null + }, + { + "name": "r_received", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_put_data", + "return_type": "int", + "params": [ + { + "name": "p_data", + "type": "const uint8_t*", + "default": null + }, + { + "name": "p_bytes", + "type": "int", + "default": null + }, + { + "name": "r_sent", + "type": "int32_t*", + "default": null + } + ], + "description": "" + }, + { + "name": "_put_partial_data", + "return_type": "int", + "params": [ + { + "name": "p_data", + "type": "const uint8_t*", + "default": null + }, + { + "name": "p_bytes", + "type": "int", + "default": null + }, + { + "name": "r_sent", + "type": "int32_t*", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "RDSamplerState", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "anisotropy_max", + "type": "float", + "setter": "set_anisotropy_max", + "getter": "get_anisotropy_max", + "default": "1.0" + }, + { + "name": "border_color", + "type": "int", + "setter": "set_border_color", + "getter": "get_border_color", + "default": "2" + }, + { + "name": "compare_op", + "type": "int", + "setter": "set_compare_op", + "getter": "get_compare_op", + "default": "7" + }, + { + "name": "enable_compare", + "type": "bool", + "setter": "set_enable_compare", + "getter": "get_enable_compare", + "default": "false" + }, + { + "name": "lod_bias", + "type": "float", + "setter": "set_lod_bias", + "getter": "get_lod_bias", + "default": "0.0" + }, + { + "name": "mag_filter", + "type": "int", + "setter": "set_mag_filter", + "getter": "get_mag_filter", + "default": "0" + }, + { + "name": "max_lod", + "type": "float", + "setter": "set_max_lod", + "getter": "get_max_lod", + "default": "1e+20" + }, + { + "name": "min_filter", + "type": "int", + "setter": "set_min_filter", + "getter": "get_min_filter", + "default": "0" + }, + { + "name": "min_lod", + "type": "float", + "setter": "set_min_lod", + "getter": "get_min_lod", + "default": "0.0" + }, + { + "name": "mip_filter", + "type": "int", + "setter": "set_mip_filter", + "getter": "get_mip_filter", + "default": "0" + }, + { + "name": "repeat_u", + "type": "int", + "setter": "set_repeat_u", + "getter": "get_repeat_u", + "default": "2" + }, + { + "name": "repeat_v", + "type": "int", + "setter": "set_repeat_v", + "getter": "get_repeat_v", + "default": "2" + }, + { + "name": "repeat_w", + "type": "int", + "setter": "set_repeat_w", + "getter": "get_repeat_w", + "default": "2" + }, + { + "name": "unnormalized_uvw", + "type": "bool", + "setter": "set_unnormalized_uvw", + "getter": "get_unnormalized_uvw", + "default": "false" + }, + { + "name": "use_anisotropy", + "type": "bool", + "setter": "set_use_anisotropy", + "getter": "get_use_anisotropy", + "default": "false" + } + ] + }, + { + "name": "AudioEffectPitchShift", + "inherits": "AudioEffect", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "fft_size", + "type": "int", + "setter": "set_fft_size", + "getter": "get_fft_size", + "default": "3" + }, + { + "name": "oversampling", + "type": "int", + "setter": "set_oversampling", + "getter": "get_oversampling", + "default": "4" + }, + { + "name": "pitch_scale", + "type": "float", + "setter": "set_pitch_scale", + "getter": "get_pitch_scale", + "default": "1.0" + } + ] + }, + { + "name": "MovieWriter", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_get_audio_mix_rate", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_get_audio_speaker_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "_handles_file", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_write_begin", + "return_type": "int", + "params": [ + { + "name": "movie_size", + "type": "Vector2i", + "default": null + }, + { + "name": "fps", + "type": "int", + "default": null + }, + { + "name": "base_path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "_write_end", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_write_frame", + "return_type": "int", + "params": [ + { + "name": "frame_image", + "type": "Image", + "default": null + }, + { + "name": "audio_frame_block", + "type": "const void*", + "default": null + } + ], + "description": "" + }, + { + "name": "add_writer", + "return_type": "void", + "params": [ + { + "name": "writer", + "type": "MovieWriter", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "AudioStreamPlaybackPolyphonic", + "inherits": "AudioStreamPlayback", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "is_stream_playing", + "return_type": "bool", + "params": [ + { + "name": "stream", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "play_stream", + "return_type": "int", + "params": [ + { + "name": "stream", + "type": "AudioStream", + "default": null + }, + { + "name": "from_offset", + "type": "float", + "default": "0" + }, + { + "name": "volume_db", + "type": "float", + "default": "0" + }, + { + "name": "pitch_scale", + "type": "float", + "default": "1.0" + } + ], + "description": "" + }, + { + "name": "set_stream_pitch_scale", + "return_type": "void", + "params": [ + { + "name": "stream", + "type": "int", + "default": null + }, + { + "name": "pitch_scale", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stream_volume", + "return_type": "void", + "params": [ + { + "name": "stream", + "type": "int", + "default": null + }, + { + "name": "volume_db", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "stop_stream", + "return_type": "void", + "params": [ + { + "name": "stream", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "StaticBody3D", + "inherits": "PhysicsBody3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "constant_angular_velocity", + "type": "Vector3", + "setter": "set_constant_angular_velocity", + "getter": "get_constant_angular_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "constant_linear_velocity", + "type": "Vector3", + "setter": "set_constant_linear_velocity", + "getter": "get_constant_linear_velocity", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "physics_material_override", + "type": "PhysicsMaterial", + "setter": "set_physics_material_override", + "getter": "get_physics_material_override", + "default": "" + } + ] + }, + { + "name": "CapsuleShape2D", + "inherits": "Shape2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "30.0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "10.0" + } + ] + }, + { + "name": "InputEventFromWindow", + "inherits": "InputEvent", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "window_id", + "type": "int", + "setter": "set_window_id", + "getter": "get_window_id", + "default": "0" + } + ] + }, + { + "name": "FontVariation", + "inherits": "Font", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "set_spacing", + "return_type": "void", + "params": [ + { + "name": "spacing", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "base_font", + "type": "Font", + "setter": "set_base_font", + "getter": "get_base_font", + "default": "" + }, + { + "name": "opentype_features", + "type": "Dictionary", + "setter": "set_opentype_features", + "getter": "get_opentype_features", + "default": "{}" + }, + { + "name": "spacing_bottom", + "type": "int", + "setter": "set_spacing", + "getter": "get_spacing", + "default": "0" + }, + { + "name": "spacing_glyph", + "type": "int", + "setter": "set_spacing", + "getter": "get_spacing", + "default": "0" + }, + { + "name": "spacing_space", + "type": "int", + "setter": "set_spacing", + "getter": "get_spacing", + "default": "0" + }, + { + "name": "spacing_top", + "type": "int", + "setter": "set_spacing", + "getter": "get_spacing", + "default": "0" + }, + { + "name": "variation_embolden", + "type": "float", + "setter": "set_variation_embolden", + "getter": "get_variation_embolden", + "default": "0.0" + }, + { + "name": "variation_face_index", + "type": "int", + "setter": "set_variation_face_index", + "getter": "get_variation_face_index", + "default": "0" + }, + { + "name": "variation_opentype", + "type": "Dictionary", + "setter": "set_variation_opentype", + "getter": "get_variation_opentype", + "default": "{}" + }, + { + "name": "variation_transform", + "type": "Transform2D", + "setter": "set_variation_transform", + "getter": "get_variation_transform", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + } + ] + }, + { + "name": "VisualShaderNodeIs", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "function", + "type": "int", + "setter": "set_function", + "getter": "get_function", + "default": "0" + } + ] + }, + { + "name": "VisibleOnScreenEnabler3D", + "inherits": "VisibleOnScreenNotifier3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "enable_mode", + "type": "int", + "setter": "set_enable_mode", + "getter": "get_enable_mode", + "default": "0" + }, + { + "name": "enable_node_path", + "type": "NodePath", + "setter": "set_enable_node_path", + "getter": "get_enable_node_path", + "default": "NodePath(\"..\")" + } + ] + }, + { + "name": "CameraAttributesPractical", + "inherits": "CameraAttributes", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "auto_exposure_max_sensitivity", + "type": "float", + "setter": "set_auto_exposure_max_sensitivity", + "getter": "get_auto_exposure_max_sensitivity", + "default": "800.0" + }, + { + "name": "auto_exposure_min_sensitivity", + "type": "float", + "setter": "set_auto_exposure_min_sensitivity", + "getter": "get_auto_exposure_min_sensitivity", + "default": "0.0" + }, + { + "name": "dof_blur_amount", + "type": "float", + "setter": "set_dof_blur_amount", + "getter": "get_dof_blur_amount", + "default": "0.1" + }, + { + "name": "dof_blur_far_distance", + "type": "float", + "setter": "set_dof_blur_far_distance", + "getter": "get_dof_blur_far_distance", + "default": "10.0" + }, + { + "name": "dof_blur_far_enabled", + "type": "bool", + "setter": "set_dof_blur_far_enabled", + "getter": "is_dof_blur_far_enabled", + "default": "false" + }, + { + "name": "dof_blur_far_transition", + "type": "float", + "setter": "set_dof_blur_far_transition", + "getter": "get_dof_blur_far_transition", + "default": "5.0" + }, + { + "name": "dof_blur_near_distance", + "type": "float", + "setter": "set_dof_blur_near_distance", + "getter": "get_dof_blur_near_distance", + "default": "2.0" + }, + { + "name": "dof_blur_near_enabled", + "type": "bool", + "setter": "set_dof_blur_near_enabled", + "getter": "is_dof_blur_near_enabled", + "default": "false" + }, + { + "name": "dof_blur_near_transition", + "type": "float", + "setter": "set_dof_blur_near_transition", + "getter": "get_dof_blur_near_transition", + "default": "1.0" + } + ] + }, + { + "name": "CompressedTextureLayered", + "inherits": "TextureLayered", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "load", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "load_path", + "type": "String", + "setter": "load", + "getter": "get_load_path", + "default": "\"\"" + } + ] + }, + { + "name": "Curve2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_point", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2", + "default": null + }, + { + "name": "in", + "type": "Vector2", + "default": "Vector2(0, 0)" + }, + { + "name": "out", + "type": "Vector2", + "default": "Vector2(0, 0)" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "clear_points", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_baked_length", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_baked_points", + "return_type": "PackedVector2Array", + "params": [], + "description": "" + }, + { + "name": "get_closest_offset", + "return_type": "float", + "params": [ + { + "name": "to_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_closest_point", + "return_type": "Vector2", + "params": [ + { + "name": "to_point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_in", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_out", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_point", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "sample", + "return_type": "Vector2", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "t", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "sample_baked", + "return_type": "Vector2", + "params": [ + { + "name": "offset", + "type": "float", + "default": "0.0" + }, + { + "name": "cubic", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "sample_baked_with_rotation", + "return_type": "Transform2D", + "params": [ + { + "name": "offset", + "type": "float", + "default": "0.0" + }, + { + "name": "cubic", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "samplef", + "return_type": "Vector2", + "params": [ + { + "name": "fofs", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_in", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_out", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "set_point_position", + "return_type": "void", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "tessellate", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "max_stages", + "type": "int", + "default": "5" + }, + { + "name": "tolerance_degrees", + "type": "float", + "default": "4" + } + ], + "description": "" + }, + { + "name": "tessellate_even_length", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "max_stages", + "type": "int", + "default": "5" + }, + { + "name": "tolerance_length", + "type": "float", + "default": "20.0" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bake_interval", + "type": "float", + "setter": "set_bake_interval", + "getter": "get_bake_interval", + "default": "5.0" + }, + { + "name": "point_count", + "type": "int", + "setter": "set_point_count", + "getter": "get_point_count", + "default": "0" + } + ] + }, + { + "name": "PackedInt64Array", + "inherits": "", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "append", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "append_array", + "return_type": "void", + "params": [ + { + "name": "array", + "type": "PackedInt64Array", + "default": null + } + ], + "description": "" + }, + { + "name": "bsearch", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "before", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "count", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "duplicate", + "return_type": "PackedInt64Array", + "params": [], + "description": "" + }, + { + "name": "fill", + "return_type": "void", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "find", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "has", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "insert", + "return_type": "int", + "params": [ + { + "name": "at_index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_empty", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "push_back", + "return_type": "bool", + "params": [ + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_at", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "resize", + "return_type": "int", + "params": [ + { + "name": "new_size", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "reverse", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "rfind", + "return_type": "int", + "params": [ + { + "name": "value", + "type": "int", + "default": null + }, + { + "name": "from", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "size", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "slice", + "return_type": "PackedInt64Array", + "params": [ + { + "name": "begin", + "type": "int", + "default": null + }, + { + "name": "end", + "type": "int", + "default": "2147483647" + } + ], + "description": "" + }, + { + "name": "sort", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "to_byte_array", + "return_type": "PackedByteArray", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "GradientTexture2D", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "fill", + "type": "int", + "setter": "set_fill", + "getter": "get_fill", + "default": "0" + }, + { + "name": "fill_from", + "type": "Vector2", + "setter": "set_fill_from", + "getter": "get_fill_from", + "default": "Vector2(0, 0)" + }, + { + "name": "fill_to", + "type": "Vector2", + "setter": "set_fill_to", + "getter": "get_fill_to", + "default": "Vector2(1, 0)" + }, + { + "name": "gradient", + "type": "Gradient", + "setter": "set_gradient", + "getter": "get_gradient", + "default": "" + }, + { + "name": "height", + "type": "int", + "setter": "set_height", + "getter": "get_height", + "default": "64" + }, + { + "name": "repeat", + "type": "int", + "setter": "set_repeat", + "getter": "get_repeat", + "default": "0" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "use_hdr", + "type": "bool", + "setter": "set_use_hdr", + "getter": "is_using_hdr", + "default": "false" + }, + { + "name": "width", + "type": "int", + "setter": "set_width", + "getter": "get_width", + "default": "64" + } + ] + }, + { + "name": "AESContext", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "finish", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_iv_state", + "return_type": "PackedByteArray", + "params": [], + "description": "" + }, + { + "name": "start", + "return_type": "int", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "key", + "type": "PackedByteArray", + "default": null + }, + { + "name": "iv", + "type": "PackedByteArray", + "default": "PackedByteArray()" + } + ], + "description": "" + }, + { + "name": "update", + "return_type": "PackedByteArray", + "params": [ + { + "name": "src", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "InputEventScreenTouch", + "inherits": "InputEventFromWindow", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "canceled", + "type": "bool", + "setter": "set_canceled", + "getter": "is_canceled", + "default": "false" + }, + { + "name": "double_tap", + "type": "bool", + "setter": "set_double_tap", + "getter": "is_double_tap", + "default": "false" + }, + { + "name": "index", + "type": "int", + "setter": "set_index", + "getter": "get_index", + "default": "0" + }, + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + }, + { + "name": "pressed", + "type": "bool", + "setter": "set_pressed", + "getter": "is_pressed", + "default": "false" + } + ] + }, + { + "name": "VisualShaderNodeTransformCompose", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "TileSetAtlasSource", + "inherits": "TileSetSource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clear_tiles_outside_texture", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "create_alternative_tile", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_id_override", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "create_tile", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": "Vector2i(1, 1)" + } + ], + "description": "" + }, + { + "name": "get_atlas_grid_size", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "get_next_alternative_tile_id", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_runtime_texture", + "return_type": "Texture2D", + "params": [], + "description": "" + }, + { + "name": "get_runtime_tile_texture_region", + "return_type": "Rect2i", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frame", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_columns", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_frame_duration", + "return_type": "float", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frame_index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_frames_count", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_mode", + "return_type": "int", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_separation", + "return_type": "Vector2i", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_speed", + "return_type": "float", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_animation_total_duration", + "return_type": "float", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_at_coords", + "return_type": "Vector2i", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_data", + "return_type": "TileData", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_tile", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_size_in_atlas", + "return_type": "Vector2i", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tile_texture_region", + "return_type": "Rect2i", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frame", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "get_tiles_to_be_removed_on_change", + "return_type": "PackedVector2Array", + "params": [ + { + "name": "texture", + "type": "Texture2D", + "default": null + }, + { + "name": "margins", + "type": "Vector2i", + "default": null + }, + { + "name": "separation", + "type": "Vector2i", + "default": null + }, + { + "name": "texture_region_size", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "has_room_for_tile", + "return_type": "bool", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "animation_columns", + "type": "int", + "default": null + }, + { + "name": "animation_separation", + "type": "Vector2i", + "default": null + }, + { + "name": "frames_count", + "type": "int", + "default": null + }, + { + "name": "ignored_tile", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + } + ], + "description": "" + }, + { + "name": "has_tiles_outside_texture", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "move_tile_in_atlas", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "new_atlas_coords", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + }, + { + "name": "new_size", + "type": "Vector2i", + "default": "Vector2i(-1, -1)" + } + ], + "description": "" + }, + { + "name": "remove_alternative_tile", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_tile", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_tile", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_alternative_tile_id", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "alternative_tile", + "type": "int", + "default": null + }, + { + "name": "new_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_columns", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frame_columns", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_frame_duration", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frame_index", + "type": "int", + "default": null + }, + { + "name": "duration", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_frames_count", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "frames_count", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_mode", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_separation", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "separation", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tile_animation_speed", + "return_type": "void", + "params": [ + { + "name": "atlas_coords", + "type": "Vector2i", + "default": null + }, + { + "name": "speed", + "type": "float", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "margins", + "type": "Vector2i", + "setter": "set_margins", + "getter": "get_margins", + "default": "Vector2i(0, 0)" + }, + { + "name": "separation", + "type": "Vector2i", + "setter": "set_separation", + "getter": "get_separation", + "default": "Vector2i(0, 0)" + }, + { + "name": "texture", + "type": "Texture2D", + "setter": "set_texture", + "getter": "get_texture", + "default": "" + }, + { + "name": "texture_region_size", + "type": "Vector2i", + "setter": "set_texture_region_size", + "getter": "get_texture_region_size", + "default": "Vector2i(16, 16)" + }, + { + "name": "use_texture_padding", + "type": "bool", + "setter": "set_use_texture_padding", + "getter": "get_use_texture_padding", + "default": "true" + } + ] + }, + { + "name": "VisualShaderNodeOutput", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "DisplayServer", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clipboard_get", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "clipboard_get_image", + "return_type": "Image", + "params": [], + "description": "" + }, + { + "name": "clipboard_get_primary", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "clipboard_has", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "clipboard_has_image", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "clipboard_set", + "return_type": "void", + "params": [ + { + "name": "clipboard", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "clipboard_set_primary", + "return_type": "void", + "params": [ + { + "name": "clipboard_primary", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "cursor_get_shape", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "cursor_set_custom_image", + "return_type": "void", + "params": [ + { + "name": "cursor", + "type": "Resource", + "default": null + }, + { + "name": "shape", + "type": "int", + "default": "0" + }, + { + "name": "hotspot", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "cursor_set_shape", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "dialog_input_text", + "return_type": "int", + "params": [ + { + "name": "title", + "type": "String", + "default": null + }, + { + "name": "description", + "type": "String", + "default": null + }, + { + "name": "existing_text", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "dialog_show", + "return_type": "int", + "params": [ + { + "name": "title", + "type": "String", + "default": null + }, + { + "name": "description", + "type": "String", + "default": null + }, + { + "name": "buttons", + "type": "PackedStringArray", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "enable_for_stealing_focus", + "return_type": "void", + "params": [ + { + "name": "process_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "file_dialog_show", + "return_type": "int", + "params": [ + { + "name": "title", + "type": "String", + "default": null + }, + { + "name": "current_directory", + "type": "String", + "default": null + }, + { + "name": "filename", + "type": "String", + "default": null + }, + { + "name": "show_hidden", + "type": "bool", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "filters", + "type": "PackedStringArray", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "force_process_and_drop_events", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_accent_color", + "return_type": "Color", + "params": [], + "description": "" + }, + { + "name": "get_display_cutouts", + "return_type": "Rect2[]", + "params": [], + "description": "" + }, + { + "name": "get_display_safe_area", + "return_type": "Rect2i", + "params": [], + "description": "" + }, + { + "name": "get_keyboard_focus_screen", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_name", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_primary_screen", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_screen_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_screen_from_rect", + "return_type": "int", + "params": [ + { + "name": "rect", + "type": "Rect2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_swap_cancel_ok", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_window_at_screen_position", + "return_type": "int", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "get_window_list", + "return_type": "PackedInt32Array", + "params": [], + "description": "" + }, + { + "name": "global_menu_add_check_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_icon_check_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_icon_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_icon_radio_check_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_multistate_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "max_states", + "type": "int", + "default": null + }, + { + "name": "default_state", + "type": "int", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_radio_check_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "key_callback", + "type": "Callable", + "default": "Callable()" + }, + { + "name": "tag", + "type": "Variant", + "default": "null" + }, + { + "name": "accelerator", + "type": "int", + "default": "0" + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_separator", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_add_submenu_item", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "label", + "type": "String", + "default": null + }, + { + "name": "submenu", + "type": "String", + "default": null + }, + { + "name": "index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "global_menu_clear", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_accelerator", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_callback", + "return_type": "Callable", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_count", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_indentation_level", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_index_from_tag", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "tag", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_index_from_text", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_key_callback", + "return_type": "Callable", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_max_states", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_state", + "return_type": "int", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_submenu", + "return_type": "String", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_tag", + "return_type": "Variant", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_text", + "return_type": "String", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_get_item_tooltip", + "return_type": "String", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_is_item_checkable", + "return_type": "bool", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_is_item_checked", + "return_type": "bool", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_is_item_disabled", + "return_type": "bool", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_is_item_hidden", + "return_type": "bool", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_is_item_radio_checkable", + "return_type": "bool", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_remove_item", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_accelerator", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_callback", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_checkable", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "checkable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_checked", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "checked", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_disabled", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_hidden", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_hover_callbacks", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_icon", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_indentation_level", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "level", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_key_callback", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "key_callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_max_states", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "max_states", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_radio_checkable", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "checkable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_state", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_submenu", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "submenu", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_tag", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tag", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_text", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "text", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_item_tooltip", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "idx", + "type": "int", + "default": null + }, + { + "name": "tooltip", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "global_menu_set_popup_callbacks", + "return_type": "void", + "params": [ + { + "name": "menu_root", + "type": "String", + "default": null + }, + { + "name": "open_callback", + "type": "Callable", + "default": null + }, + { + "name": "close_callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "has_feature", + "return_type": "bool", + "params": [ + { + "name": "feature", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "ime_get_selection", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "ime_get_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "is_dark_mode", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_dark_mode_supported", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_touchscreen_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "keyboard_get_current_layout", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "keyboard_get_keycode_from_physical", + "return_type": "int", + "params": [ + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "keyboard_get_label_from_physical", + "return_type": "int", + "params": [ + { + "name": "keycode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "keyboard_get_layout_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "keyboard_get_layout_language", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "keyboard_get_layout_name", + "return_type": "String", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "keyboard_set_current_layout", + "return_type": "void", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "mouse_get_button_state", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "mouse_get_mode", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "mouse_get_position", + "return_type": "Vector2i", + "params": [], + "description": "" + }, + { + "name": "mouse_set_mode", + "return_type": "void", + "params": [ + { + "name": "mouse_mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "process_events", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "screen_get_dpi", + "return_type": "int", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_image", + "return_type": "Image", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_max_scale", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "screen_get_orientation", + "return_type": "int", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_pixel", + "return_type": "Color", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "screen_get_position", + "return_type": "Vector2i", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_refresh_rate", + "return_type": "float", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_scale", + "return_type": "float", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_size", + "return_type": "Vector2i", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_get_usable_rect", + "return_type": "Rect2i", + "params": [ + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "screen_is_kept_on", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "screen_set_keep_on", + "return_type": "void", + "params": [ + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "screen_set_orientation", + "return_type": "void", + "params": [ + { + "name": "orientation", + "type": "int", + "default": null + }, + { + "name": "screen", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "set_icon", + "return_type": "void", + "params": [ + { + "name": "image", + "type": "Image", + "default": null + } + ], + "description": "" + }, + { + "name": "set_native_icon", + "return_type": "void", + "params": [ + { + "name": "filename", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "tablet_get_current_driver", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "tablet_get_driver_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "tablet_get_driver_name", + "return_type": "String", + "params": [ + { + "name": "idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "tablet_set_current_driver", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "tts_get_voices", + "return_type": "Dictionary[]", + "params": [], + "description": "" + }, + { + "name": "tts_get_voices_for_language", + "return_type": "PackedStringArray", + "params": [ + { + "name": "language", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "tts_is_paused", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "tts_is_speaking", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "tts_pause", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "tts_resume", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "tts_set_utterance_callback", + "return_type": "void", + "params": [ + { + "name": "event", + "type": "int", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "tts_speak", + "return_type": "void", + "params": [ + { + "name": "text", + "type": "String", + "default": null + }, + { + "name": "voice", + "type": "String", + "default": null + }, + { + "name": "volume", + "type": "int", + "default": "50" + }, + { + "name": "pitch", + "type": "float", + "default": "1.0" + }, + { + "name": "rate", + "type": "float", + "default": "1.0" + }, + { + "name": "utterance_id", + "type": "int", + "default": "0" + }, + { + "name": "interrupt", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "tts_stop", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "virtual_keyboard_get_height", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "virtual_keyboard_hide", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "virtual_keyboard_show", + "return_type": "void", + "params": [ + { + "name": "existing_text", + "type": "String", + "default": null + }, + { + "name": "position", + "type": "Rect2", + "default": "Rect2(0, 0, 0, 0)" + }, + { + "name": "type", + "type": "int", + "default": "0" + }, + { + "name": "max_length", + "type": "int", + "default": "-1" + }, + { + "name": "cursor_start", + "type": "int", + "default": "-1" + }, + { + "name": "cursor_end", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "warp_mouse", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + } + ], + "description": "" + }, + { + "name": "window_can_draw", + "return_type": "bool", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_active_popup", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "window_get_attached_instance_id", + "return_type": "int", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_current_screen", + "return_type": "int", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_flag", + "return_type": "bool", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_max_size", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_min_size", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_mode", + "return_type": "int", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_native_handle", + "return_type": "int", + "params": [ + { + "name": "handle_type", + "type": "int", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_popup_safe_rect", + "return_type": "Rect2i", + "params": [ + { + "name": "window", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "window_get_position", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_position_with_decorations", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_safe_title_margins", + "return_type": "Vector3i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_size", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_size_with_decorations", + "return_type": "Vector2i", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_title_size", + "return_type": "Vector2i", + "params": [ + { + "name": "title", + "type": "String", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_get_vsync_mode", + "return_type": "int", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_is_focused", + "return_type": "bool", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_is_maximize_allowed", + "return_type": "bool", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_maximize_on_title_dbl_click", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "window_minimize_on_title_dbl_click", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "window_move_to_foreground", + "return_type": "void", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_request_attention", + "return_type": "void", + "params": [ + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_current_screen", + "return_type": "void", + "params": [ + { + "name": "screen", + "type": "int", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_drop_files_callback", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_exclusive", + "return_type": "void", + "params": [ + { + "name": "window_id", + "type": "int", + "default": null + }, + { + "name": "exclusive", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "window_set_flag", + "return_type": "void", + "params": [ + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_ime_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_ime_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_input_event_callback", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_input_text_callback", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_max_size", + "return_type": "void", + "params": [ + { + "name": "max_size", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_min_size", + "return_type": "void", + "params": [ + { + "name": "min_size", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_mode", + "return_type": "void", + "params": [ + { + "name": "mode", + "type": "int", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_mouse_passthrough", + "return_type": "void", + "params": [ + { + "name": "region", + "type": "PackedVector2Array", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_popup_safe_rect", + "return_type": "void", + "params": [ + { + "name": "window", + "type": "int", + "default": null + }, + { + "name": "rect", + "type": "Rect2i", + "default": null + } + ], + "description": "" + }, + { + "name": "window_set_position", + "return_type": "void", + "params": [ + { + "name": "position", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_rect_changed_callback", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_size", + "return_type": "void", + "params": [ + { + "name": "size", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_title", + "return_type": "void", + "params": [ + { + "name": "title", + "type": "String", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_transient", + "return_type": "void", + "params": [ + { + "name": "window_id", + "type": "int", + "default": null + }, + { + "name": "parent_window_id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "window_set_vsync_mode", + "return_type": "void", + "params": [ + { + "name": "vsync_mode", + "type": "int", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_window_buttons_offset", + "return_type": "void", + "params": [ + { + "name": "offset", + "type": "Vector2i", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + }, + { + "name": "window_set_window_event_callback", + "return_type": "void", + "params": [ + { + "name": "callback", + "type": "Callable", + "default": null + }, + { + "name": "window_id", + "type": "int", + "default": "0" + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "XRPositionalTracker", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_input", + "return_type": "Variant", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "get_pose", + "return_type": "XRPose", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "has_pose", + "return_type": "bool", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "invalidate_pose", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "set_input", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_pose", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "StringName", + "default": null + }, + { + "name": "transform", + "type": "Transform3D", + "default": null + }, + { + "name": "linear_velocity", + "type": "Vector3", + "default": null + }, + { + "name": "angular_velocity", + "type": "Vector3", + "default": null + }, + { + "name": "tracking_confidence", + "type": "int", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "description", + "type": "String", + "setter": "set_tracker_desc", + "getter": "get_tracker_desc", + "default": "\"\"" + }, + { + "name": "hand", + "type": "int", + "setter": "set_tracker_hand", + "getter": "get_tracker_hand", + "default": "0" + }, + { + "name": "name", + "type": "StringName", + "setter": "set_tracker_name", + "getter": "get_tracker_name", + "default": "&\"Unknown\"" + }, + { + "name": "profile", + "type": "String", + "setter": "set_tracker_profile", + "getter": "get_tracker_profile", + "default": "\"\"" + }, + { + "name": "type", + "type": "int", + "setter": "set_tracker_type", + "getter": "get_tracker_type", + "default": "128" + } + ] + }, + { + "name": "RefCounted", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_reference_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "init_ref", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "reference", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "unreference", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "Node3DGizmo", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "Texture", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "VisualShaderNodeConstant", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "ShapeCast3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject3D", + "default": null + } + ], + "description": "" + }, + { + "name": "add_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "clear_exceptions", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "force_shapecast_update", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_closest_collision_safe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_closest_collision_unsafe_fraction", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_collider", + "return_type": "Object", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collider_rid", + "return_type": "RID", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collider_shape", + "return_type": "int", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_collision_mask_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_normal", + "return_type": "Vector3", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_collision_point", + "return_type": "Vector3", + "params": [ + { + "name": "index", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_colliding", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "remove_exception", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "CollisionObject3D", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_exception_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "resource_changed", + "return_type": "void", + "params": [ + { + "name": "resource", + "type": "Resource", + "default": null + } + ], + "description": "" + }, + { + "name": "set_collision_mask_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "1" + }, + { + "name": "collision_result", + "type": "Array", + "setter": "", + "getter": "_get_collision_result", + "default": "[]" + }, + { + "name": "debug_shape_custom_color", + "type": "Color", + "setter": "set_debug_shape_custom_color", + "getter": "get_debug_shape_custom_color", + "default": "Color(0, 0, 0, 1)" + }, + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "is_enabled", + "default": "true" + }, + { + "name": "exclude_parent", + "type": "bool", + "setter": "set_exclude_parent_body", + "getter": "get_exclude_parent_body", + "default": "true" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.0" + }, + { + "name": "max_results", + "type": "int", + "setter": "set_max_results", + "getter": "get_max_results", + "default": "32" + }, + { + "name": "shape", + "type": "Shape3D", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "target_position", + "type": "Vector3", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector3(0, -1, 0)" + } + ] + }, + { + "name": "RDShaderSPIRV", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_stage_bytecode", + "return_type": "PackedByteArray", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_stage_compile_error", + "return_type": "String", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stage_bytecode", + "return_type": "void", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + }, + { + "name": "bytecode", + "type": "PackedByteArray", + "default": null + } + ], + "description": "" + }, + { + "name": "set_stage_compile_error", + "return_type": "void", + "params": [ + { + "name": "stage", + "type": "int", + "default": null + }, + { + "name": "compile_error", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "bytecode_compute", + "type": "PackedByteArray", + "setter": "set_stage_bytecode", + "getter": "get_stage_bytecode", + "default": "PackedByteArray()" + }, + { + "name": "bytecode_fragment", + "type": "PackedByteArray", + "setter": "set_stage_bytecode", + "getter": "get_stage_bytecode", + "default": "PackedByteArray()" + }, + { + "name": "bytecode_tesselation_control", + "type": "PackedByteArray", + "setter": "set_stage_bytecode", + "getter": "get_stage_bytecode", + "default": "PackedByteArray()" + }, + { + "name": "bytecode_tesselation_evaluation", + "type": "PackedByteArray", + "setter": "set_stage_bytecode", + "getter": "get_stage_bytecode", + "default": "PackedByteArray()" + }, + { + "name": "bytecode_vertex", + "type": "PackedByteArray", + "setter": "set_stage_bytecode", + "getter": "get_stage_bytecode", + "default": "PackedByteArray()" + }, + { + "name": "compile_error_compute", + "type": "String", + "setter": "set_stage_compile_error", + "getter": "get_stage_compile_error", + "default": "\"\"" + }, + { + "name": "compile_error_fragment", + "type": "String", + "setter": "set_stage_compile_error", + "getter": "get_stage_compile_error", + "default": "\"\"" + }, + { + "name": "compile_error_tesselation_control", + "type": "String", + "setter": "set_stage_compile_error", + "getter": "get_stage_compile_error", + "default": "\"\"" + }, + { + "name": "compile_error_tesselation_evaluation", + "type": "String", + "setter": "set_stage_compile_error", + "getter": "get_stage_compile_error", + "default": "\"\"" + }, + { + "name": "compile_error_vertex", + "type": "String", + "setter": "set_stage_compile_error", + "getter": "get_stage_compile_error", + "default": "\"\"" + } + ] + }, + { + "name": "JSON", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_error_line", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_error_message", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "get_parsed_text", + "return_type": "String", + "params": [], + "description": "" + }, + { + "name": "parse", + "return_type": "int", + "params": [ + { + "name": "json_text", + "type": "String", + "default": null + }, + { + "name": "keep_text", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "parse_string", + "return_type": "Variant", + "params": [ + { + "name": "json_string", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "stringify", + "return_type": "String", + "params": [ + { + "name": "data", + "type": "Variant", + "default": null + }, + { + "name": "indent", + "type": "String", + "default": "\"\"" + }, + { + "name": "sort_keys", + "type": "bool", + "default": "true" + }, + { + "name": "full_precision", + "type": "bool", + "default": "false" + } + ], + "description": "" + } + ], + "members": [ + { + "name": "data", + "type": "Variant", + "setter": "set_data", + "getter": "get_data", + "default": "null" + } + ] + }, + { + "name": "AudioStreamWAV", + "inherits": "AudioStream", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "save_to_wav", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "data", + "type": "PackedByteArray", + "setter": "set_data", + "getter": "get_data", + "default": "PackedByteArray()" + }, + { + "name": "format", + "type": "int", + "setter": "set_format", + "getter": "get_format", + "default": "0" + }, + { + "name": "loop_begin", + "type": "int", + "setter": "set_loop_begin", + "getter": "get_loop_begin", + "default": "0" + }, + { + "name": "loop_end", + "type": "int", + "setter": "set_loop_end", + "getter": "get_loop_end", + "default": "0" + }, + { + "name": "loop_mode", + "type": "int", + "setter": "set_loop_mode", + "getter": "get_loop_mode", + "default": "0" + }, + { + "name": "mix_rate", + "type": "int", + "setter": "set_mix_rate", + "getter": "get_mix_rate", + "default": "44100" + }, + { + "name": "stereo", + "type": "bool", + "setter": "set_stereo", + "getter": "is_stereo", + "default": "false" + } + ] + }, + { + "name": "SplitContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "clamp_split_offset", + "return_type": "void", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "collapsed", + "type": "bool", + "setter": "set_collapsed", + "getter": "is_collapsed", + "default": "false" + }, + { + "name": "dragger_visibility", + "type": "int", + "setter": "set_dragger_visibility", + "getter": "get_dragger_visibility", + "default": "0" + }, + { + "name": "split_offset", + "type": "int", + "setter": "set_split_offset", + "getter": "get_split_offset", + "default": "0" + }, + { + "name": "vertical", + "type": "bool", + "setter": "set_vertical", + "getter": "is_vertical", + "default": "false" + } + ] + }, + { + "name": "AnimationNodeBlendSpace2D", + "inherits": "AnimationRootNode", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_blend_point", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "AnimationRootNode", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + }, + { + "name": "at_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "add_triangle", + "return_type": "void", + "params": [ + { + "name": "x", + "type": "int", + "default": null + }, + { + "name": "y", + "type": "int", + "default": null + }, + { + "name": "z", + "type": "int", + "default": null + }, + { + "name": "at_index", + "type": "int", + "default": "-1" + } + ], + "description": "" + }, + { + "name": "get_blend_point_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_blend_point_node", + "return_type": "AnimationRootNode", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_blend_point_position", + "return_type": "Vector2", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_triangle_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_triangle_point", + "return_type": "int", + "params": [ + { + "name": "triangle", + "type": "int", + "default": null + }, + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_blend_point", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "remove_triangle", + "return_type": "void", + "params": [ + { + "name": "triangle", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "set_blend_point_node", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "node", + "type": "AnimationRootNode", + "default": null + } + ], + "description": "" + }, + { + "name": "set_blend_point_position", + "return_type": "void", + "params": [ + { + "name": "point", + "type": "int", + "default": null + }, + { + "name": "pos", + "type": "Vector2", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "auto_triangles", + "type": "bool", + "setter": "set_auto_triangles", + "getter": "get_auto_triangles", + "default": "true" + }, + { + "name": "blend_mode", + "type": "int", + "setter": "set_blend_mode", + "getter": "get_blend_mode", + "default": "0" + }, + { + "name": "max_space", + "type": "Vector2", + "setter": "set_max_space", + "getter": "get_max_space", + "default": "Vector2(1, 1)" + }, + { + "name": "min_space", + "type": "Vector2", + "setter": "set_min_space", + "getter": "get_min_space", + "default": "Vector2(-1, -1)" + }, + { + "name": "snap", + "type": "Vector2", + "setter": "set_snap", + "getter": "get_snap", + "default": "Vector2(0.1, 0.1)" + }, + { + "name": "sync", + "type": "bool", + "setter": "set_use_sync", + "getter": "is_using_sync", + "default": "false" + }, + { + "name": "x_label", + "type": "String", + "setter": "set_x_label", + "getter": "get_x_label", + "default": "\"x\"" + }, + { + "name": "y_label", + "type": "String", + "setter": "set_y_label", + "getter": "get_y_label", + "default": "\"y\"" + } + ] + }, + { + "name": "Joint2D", + "inherits": "Node2D", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + } + ], + "members": [ + { + "name": "bias", + "type": "float", + "setter": "set_bias", + "getter": "get_bias", + "default": "0.0" + }, + { + "name": "disable_collision", + "type": "bool", + "setter": "set_exclude_nodes_from_collision", + "getter": "get_exclude_nodes_from_collision", + "default": "true" + }, + { + "name": "node_a", + "type": "NodePath", + "setter": "set_node_a", + "getter": "get_node_a", + "default": "NodePath(\"\")" + }, + { + "name": "node_b", + "type": "NodePath", + "setter": "set_node_b", + "getter": "get_node_b", + "default": "NodePath(\"\")" + } + ] + }, + { + "name": "Marker3D", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "gizmo_extents", + "type": "float", + "setter": "set_gizmo_extents", + "getter": "get_gizmo_extents", + "default": "0.25" + } + ] + }, + { + "name": "VisualShaderNodeVarying", + "inherits": "VisualShaderNode", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "varying_name", + "type": "String", + "setter": "set_varying_name", + "getter": "get_varying_name", + "default": "\"[None]\"" + }, + { + "name": "varying_type", + "type": "int", + "setter": "set_varying_type", + "getter": "get_varying_type", + "default": "0" + } + ] + }, + { + "name": "PhysicsShapeQueryParameters3D", + "inherits": "RefCounted", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "collide_with_areas", + "type": "bool", + "setter": "set_collide_with_areas", + "getter": "is_collide_with_areas_enabled", + "default": "false" + }, + { + "name": "collide_with_bodies", + "type": "bool", + "setter": "set_collide_with_bodies", + "getter": "is_collide_with_bodies_enabled", + "default": "true" + }, + { + "name": "collision_mask", + "type": "int", + "setter": "set_collision_mask", + "getter": "get_collision_mask", + "default": "4294967295" + }, + { + "name": "exclude", + "type": "RID[]", + "setter": "set_exclude", + "getter": "get_exclude", + "default": "[]" + }, + { + "name": "margin", + "type": "float", + "setter": "set_margin", + "getter": "get_margin", + "default": "0.0" + }, + { + "name": "motion", + "type": "Vector3", + "setter": "set_motion", + "getter": "get_motion", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "shape", + "type": "Resource", + "setter": "set_shape", + "getter": "get_shape", + "default": "" + }, + { + "name": "shape_rid", + "type": "RID", + "setter": "set_shape_rid", + "getter": "get_shape_rid", + "default": "RID()" + }, + { + "name": "transform", + "type": "Transform3D", + "setter": "set_transform", + "getter": "get_transform", + "default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" + } + ] + }, + { + "name": "TorusMesh", + "inherits": "PrimitiveMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "inner_radius", + "type": "float", + "setter": "set_inner_radius", + "getter": "get_inner_radius", + "default": "0.5" + }, + { + "name": "outer_radius", + "type": "float", + "setter": "set_outer_radius", + "getter": "get_outer_radius", + "default": "1.0" + }, + { + "name": "ring_segments", + "type": "int", + "setter": "set_ring_segments", + "getter": "get_ring_segments", + "default": "32" + }, + { + "name": "rings", + "type": "int", + "setter": "set_rings", + "getter": "get_rings", + "default": "64" + } + ] + }, + { + "name": "LightmapProbe", + "inherits": "Node3D", + "brief_description": "", + "description": "", + "methods": [], + "members": [] + }, + { + "name": "SkeletonModification2D", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "_draw_editor_gizmo", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "_execute", + "return_type": "void", + "params": [ + { + "name": "delta", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "_setup_modification", + "return_type": "void", + "params": [ + { + "name": "modification_stack", + "type": "SkeletonModificationStack2D", + "default": null + } + ], + "description": "" + }, + { + "name": "clamp_angle", + "return_type": "float", + "params": [ + { + "name": "angle", + "type": "float", + "default": null + }, + { + "name": "min", + "type": "float", + "default": null + }, + { + "name": "max", + "type": "float", + "default": null + }, + { + "name": "invert", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "get_editor_draw_gizmo", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_is_setup", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "get_modification_stack", + "return_type": "SkeletonModificationStack2D", + "params": [], + "description": "" + }, + { + "name": "set_editor_draw_gizmo", + "return_type": "void", + "params": [ + { + "name": "draw_gizmo", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_is_setup", + "return_type": "void", + "params": [ + { + "name": "is_setup", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "enabled", + "type": "bool", + "setter": "set_enabled", + "getter": "get_enabled", + "default": "true" + }, + { + "name": "execution_mode", + "type": "int", + "setter": "set_execution_mode", + "getter": "get_execution_mode", + "default": "0" + } + ] + }, + { + "name": "NavigationAgent3D", + "inherits": "Node", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "distance_to_target", + "return_type": "float", + "params": [], + "description": "" + }, + { + "name": "get_avoidance_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_avoidance_mask_value", + "return_type": "bool", + "params": [ + { + "name": "mask_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_current_navigation_path", + "return_type": "PackedVector3Array", + "params": [], + "description": "" + }, + { + "name": "get_current_navigation_path_index", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_current_navigation_result", + "return_type": "NavigationPathQueryResult3D", + "params": [], + "description": "" + }, + { + "name": "get_final_position", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_navigation_layer_value", + "return_type": "bool", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_navigation_map", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "get_next_path_position", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_rid", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "is_navigation_finished", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_target_reachable", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "is_target_reached", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_avoidance_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_avoidance_mask_value", + "return_type": "void", + "params": [ + { + "name": "mask_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_layer_value", + "return_type": "void", + "params": [ + { + "name": "layer_number", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_navigation_map", + "return_type": "void", + "params": [ + { + "name": "navigation_map", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "set_velocity_forced", + "return_type": "void", + "params": [ + { + "name": "velocity", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "avoidance_enabled", + "type": "bool", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "default": "false" + }, + { + "name": "avoidance_layers", + "type": "int", + "setter": "set_avoidance_layers", + "getter": "get_avoidance_layers", + "default": "1" + }, + { + "name": "avoidance_mask", + "type": "int", + "setter": "set_avoidance_mask", + "getter": "get_avoidance_mask", + "default": "1" + }, + { + "name": "avoidance_priority", + "type": "float", + "setter": "set_avoidance_priority", + "getter": "get_avoidance_priority", + "default": "1.0" + }, + { + "name": "debug_enabled", + "type": "bool", + "setter": "set_debug_enabled", + "getter": "get_debug_enabled", + "default": "false" + }, + { + "name": "debug_path_custom_color", + "type": "Color", + "setter": "set_debug_path_custom_color", + "getter": "get_debug_path_custom_color", + "default": "Color(1, 1, 1, 1)" + }, + { + "name": "debug_path_custom_point_size", + "type": "float", + "setter": "set_debug_path_custom_point_size", + "getter": "get_debug_path_custom_point_size", + "default": "4.0" + }, + { + "name": "debug_use_custom", + "type": "bool", + "setter": "set_debug_use_custom", + "getter": "get_debug_use_custom", + "default": "false" + }, + { + "name": "height", + "type": "float", + "setter": "set_height", + "getter": "get_height", + "default": "1.0" + }, + { + "name": "keep_y_velocity", + "type": "bool", + "setter": "set_keep_y_velocity", + "getter": "get_keep_y_velocity", + "default": "true" + }, + { + "name": "max_neighbors", + "type": "int", + "setter": "set_max_neighbors", + "getter": "get_max_neighbors", + "default": "10" + }, + { + "name": "max_speed", + "type": "float", + "setter": "set_max_speed", + "getter": "get_max_speed", + "default": "10.0" + }, + { + "name": "navigation_layers", + "type": "int", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "default": "1" + }, + { + "name": "neighbor_distance", + "type": "float", + "setter": "set_neighbor_distance", + "getter": "get_neighbor_distance", + "default": "50.0" + }, + { + "name": "path_desired_distance", + "type": "float", + "setter": "set_path_desired_distance", + "getter": "get_path_desired_distance", + "default": "1.0" + }, + { + "name": "path_height_offset", + "type": "float", + "setter": "set_path_height_offset", + "getter": "get_path_height_offset", + "default": "0.0" + }, + { + "name": "path_max_distance", + "type": "float", + "setter": "set_path_max_distance", + "getter": "get_path_max_distance", + "default": "5.0" + }, + { + "name": "path_metadata_flags", + "type": "int", + "setter": "set_path_metadata_flags", + "getter": "get_path_metadata_flags", + "default": "7" + }, + { + "name": "path_postprocessing", + "type": "int", + "setter": "set_path_postprocessing", + "getter": "get_path_postprocessing", + "default": "0" + }, + { + "name": "pathfinding_algorithm", + "type": "int", + "setter": "set_pathfinding_algorithm", + "getter": "get_pathfinding_algorithm", + "default": "0" + }, + { + "name": "radius", + "type": "float", + "setter": "set_radius", + "getter": "get_radius", + "default": "0.5" + }, + { + "name": "target_desired_distance", + "type": "float", + "setter": "set_target_desired_distance", + "getter": "get_target_desired_distance", + "default": "1.0" + }, + { + "name": "target_position", + "type": "Vector3", + "setter": "set_target_position", + "getter": "get_target_position", + "default": "Vector3(0, 0, 0)" + }, + { + "name": "time_horizon_agents", + "type": "float", + "setter": "set_time_horizon_agents", + "getter": "get_time_horizon_agents", + "default": "1.0" + }, + { + "name": "time_horizon_obstacles", + "type": "float", + "setter": "set_time_horizon_obstacles", + "getter": "get_time_horizon_obstacles", + "default": "0.0" + }, + { + "name": "use_3d_avoidance", + "type": "bool", + "setter": "set_use_3d_avoidance", + "getter": "get_use_3d_avoidance", + "default": "false" + }, + { + "name": "velocity", + "type": "Vector3", + "setter": "set_velocity", + "getter": "get_velocity", + "default": "Vector3(0, 0, 0)" + } + ] + }, + { + "name": "EditorUndoRedoManager", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_do_method", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_do_property", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "add_do_reference", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_method", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "method", + "type": "StringName", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_property", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + }, + { + "name": "property", + "type": "StringName", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "add_undo_reference", + "return_type": "void", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "commit_action", + "return_type": "void", + "params": [ + { + "name": "execute", + "type": "bool", + "default": "true" + } + ], + "description": "" + }, + { + "name": "create_action", + "return_type": "void", + "params": [ + { + "name": "name", + "type": "String", + "default": null + }, + { + "name": "merge_mode", + "type": "int", + "default": "0" + }, + { + "name": "custom_context", + "type": "Object", + "default": "null" + }, + { + "name": "backward_undo_ops", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "get_history_undo_redo", + "return_type": "UndoRedo", + "params": [ + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_object_history_id", + "return_type": "int", + "params": [ + { + "name": "object", + "type": "Object", + "default": null + } + ], + "description": "" + }, + { + "name": "is_committing_action", + "return_type": "bool", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "EditorSelection", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_node", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "clear", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "get_selected_nodes", + "return_type": "Node[]", + "params": [], + "description": "" + }, + { + "name": "get_transformable_selected_nodes", + "return_type": "Node[]", + "params": [], + "description": "" + }, + { + "name": "remove_node", + "return_type": "void", + "params": [ + { + "name": "node", + "type": "Node", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "ResourceLoader", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_resource_format_loader", + "return_type": "void", + "params": [ + { + "name": "format_loader", + "type": "ResourceFormatLoader", + "default": null + }, + { + "name": "at_front", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "exists", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "type_hint", + "type": "String", + "default": "\"\"" + } + ], + "description": "" + }, + { + "name": "get_dependencies", + "return_type": "PackedStringArray", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_recognized_extensions_for_type", + "return_type": "PackedStringArray", + "params": [ + { + "name": "type", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "get_resource_uid", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "has_cached", + "return_type": "bool", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load", + "return_type": "Resource", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "type_hint", + "type": "String", + "default": "\"\"" + }, + { + "name": "cache_mode", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "load_threaded_get", + "return_type": "Resource", + "params": [ + { + "name": "path", + "type": "String", + "default": null + } + ], + "description": "" + }, + { + "name": "load_threaded_get_status", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "progress", + "type": "Array", + "default": "[]" + } + ], + "description": "" + }, + { + "name": "load_threaded_request", + "return_type": "int", + "params": [ + { + "name": "path", + "type": "String", + "default": null + }, + { + "name": "type_hint", + "type": "String", + "default": "\"\"" + }, + { + "name": "use_sub_threads", + "type": "bool", + "default": "false" + }, + { + "name": "cache_mode", + "type": "int", + "default": "1" + } + ], + "description": "" + }, + { + "name": "remove_resource_format_loader", + "return_type": "void", + "params": [ + { + "name": "format_loader", + "type": "ResourceFormatLoader", + "default": null + } + ], + "description": "" + }, + { + "name": "set_abort_on_missing_resources", + "return_type": "void", + "params": [ + { + "name": "abort", + "type": "bool", + "default": null + } + ], + "description": "" + } + ], + "members": [] + }, + { + "name": "PhysicsServer2D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "area_add_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "area_attach_canvas_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "area_get_canvas_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_param", + "return_type": "Variant", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_shape_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_space", + "return_type": "RID", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_get_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_remove_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_area_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_monitor_callback", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "callback", + "type": "Callable", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_monitorable", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "monitorable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_param", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_space", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "area_set_transform", + "return_type": "void", + "params": [ + { + "name": "area", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "body_add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_add_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default": "false" + } + ], + "description": "" + }, + { + "name": "body_apply_central_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "body_apply_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "Vector2", + "default": null + }, + { + "name": "position", + "type": "Vector2", + "default": "Vector2(0, 0)" + } + ], + "description": "" + }, + { + "name": "body_apply_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "impulse", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_attach_canvas_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_attach_object_instance_id", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "id", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_clear_shapes", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "body_get_canvas_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_collision_layer", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_collision_mask", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_collision_priority", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_constant_force", + "return_type": "Vector2", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_constant_torque", + "return_type": "float", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_continuous_collision_detection_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_direct_state", + "return_type": "PhysicsDirectBodyState2D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_max_contacts_reported", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_mode", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_object_instance_id", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_param", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape_count", + "return_type": "int", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_shape_transform", + "return_type": "Transform2D", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_space", + "return_type": "RID", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_get_state", + "return_type": "Variant", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_is_omitting_force_integration", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_remove_collision_exception", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "excepted_body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_remove_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_reset_mass_properties", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_axis_velocity", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "axis_velocity", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_layer", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "layer", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_mask", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mask", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_collision_priority", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "priority", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_constant_force", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "force", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "torque", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_continuous_collision_detection_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_force_integration_callback", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "callable", + "type": "Callable", + "default": null + }, + { + "name": "userdata", + "type": "Variant", + "default": "null" + } + ], + "description": "" + }, + { + "name": "body_set_max_contacts_reported", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "amount", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_mode", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "mode", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_omit_force_integration", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_param", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape_as_one_way_collision", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "enable", + "type": "bool", + "default": null + }, + { + "name": "margin", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape_disabled", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_shape_transform", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "shape_idx", + "type": "int", + "default": null + }, + { + "name": "transform", + "type": "Transform2D", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_space", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "body_set_state", + "return_type": "void", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "state", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "body_test_motion", + "return_type": "bool", + "params": [ + { + "name": "body", + "type": "RID", + "default": null + }, + { + "name": "parameters", + "type": "PhysicsTestMotionParameters2D", + "default": null + }, + { + "name": "result", + "type": "PhysicsTestMotionResult2D", + "default": "null" + } + ], + "description": "" + }, + { + "name": "capsule_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "circle_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "concave_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "convex_polygon_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "damped_spring_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "damped_spring_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "free_rid", + "return_type": "void", + "params": [ + { + "name": "rid", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "get_process_info", + "return_type": "int", + "params": [ + { + "name": "process_info", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_clear", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "joint_disable_collisions_between_bodies", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "disable", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_get_type", + "return_type": "int", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_is_disabled_collisions_between_bodies", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "joint_make_damped_spring", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "anchor_a", + "type": "Vector2", + "default": null + }, + { + "name": "anchor_b", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "joint_make_groove", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "groove1_a", + "type": "Vector2", + "default": null + }, + { + "name": "groove2_a", + "type": "Vector2", + "default": null + }, + { + "name": "anchor_b", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": "RID()" + }, + { + "name": "body_b", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "joint_make_pin", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "anchor", + "type": "Vector2", + "default": null + }, + { + "name": "body_a", + "type": "RID", + "default": null + }, + { + "name": "body_b", + "type": "RID", + "default": "RID()" + } + ], + "description": "" + }, + { + "name": "joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_get_flag", + "return_type": "bool", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_get_param", + "return_type": "float", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_set_flag", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "flag", + "type": "int", + "default": null + }, + { + "name": "enabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "pin_joint_set_param", + "return_type": "void", + "params": [ + { + "name": "joint", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "rectangle_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "segment_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "separation_ray_shape_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "set_active", + "return_type": "void", + "params": [ + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_get_data", + "return_type": "Variant", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_get_type", + "return_type": "int", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "shape_set_data", + "return_type": "void", + "params": [ + { + "name": "shape", + "type": "RID", + "default": null + }, + { + "name": "data", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "space_create", + "return_type": "RID", + "params": [], + "description": "" + }, + { + "name": "space_get_direct_state", + "return_type": "PhysicsDirectSpaceState2D", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "space_get_param", + "return_type": "float", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "space_is_active", + "return_type": "bool", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + } + ], + "description": "" + }, + { + "name": "space_set_active", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "active", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "space_set_param", + "return_type": "void", + "params": [ + { + "name": "space", + "type": "RID", + "default": null + }, + { + "name": "param", + "type": "int", + "default": null + }, + { + "name": "value", + "type": "float", + "default": null + } + ], + "description": "" + }, + { + "name": "world_boundary_shape_create", + "return_type": "RID", + "params": [], + "description": "" + } + ], + "members": [] + }, + { + "name": "QuadMesh", + "inherits": "PlaneMesh", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "orientation", + "type": "int", + "setter": "set_orientation", + "getter": "get_orientation", + "default": "2" + }, + { + "name": "size", + "type": "Vector2", + "setter": "set_size", + "getter": "get_size", + "default": "Vector2(1, 1)" + } + ] + }, + { + "name": "TabContainer", + "inherits": "Container", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "get_current_tab_control", + "return_type": "Control", + "params": [], + "description": "" + }, + { + "name": "get_popup", + "return_type": "Popup", + "params": [], + "description": "" + }, + { + "name": "get_previous_tab", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_tab_bar", + "return_type": "TabBar", + "params": [], + "description": "" + }, + { + "name": "get_tab_button_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_control", + "return_type": "Control", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_tab_icon", + "return_type": "Texture2D", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_idx_at_point", + "return_type": "int", + "params": [ + { + "name": "point", + "type": "Vector2", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_idx_from_control", + "return_type": "int", + "params": [ + { + "name": "control", + "type": "Control", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_metadata", + "return_type": "Variant", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_tab_title", + "return_type": "String", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_tab_disabled", + "return_type": "bool", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "is_tab_hidden", + "return_type": "bool", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "select_next_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "select_previous_available", + "return_type": "bool", + "params": [], + "description": "" + }, + { + "name": "set_popup", + "return_type": "void", + "params": [ + { + "name": "popup", + "type": "Node", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_button_icon", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_disabled", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "disabled", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_hidden", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "hidden", + "type": "bool", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_icon", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "icon", + "type": "Texture2D", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_metadata", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "metadata", + "type": "Variant", + "default": null + } + ], + "description": "" + }, + { + "name": "set_tab_title", + "return_type": "void", + "params": [ + { + "name": "tab_idx", + "type": "int", + "default": null + }, + { + "name": "title", + "type": "String", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "all_tabs_in_front", + "type": "bool", + "setter": "set_all_tabs_in_front", + "getter": "is_all_tabs_in_front", + "default": "false" + }, + { + "name": "clip_tabs", + "type": "bool", + "setter": "set_clip_tabs", + "getter": "get_clip_tabs", + "default": "true" + }, + { + "name": "current_tab", + "type": "int", + "setter": "set_current_tab", + "getter": "get_current_tab", + "default": "0" + }, + { + "name": "drag_to_rearrange_enabled", + "type": "bool", + "setter": "set_drag_to_rearrange_enabled", + "getter": "get_drag_to_rearrange_enabled", + "default": "false" + }, + { + "name": "tab_alignment", + "type": "int", + "setter": "set_tab_alignment", + "getter": "get_tab_alignment", + "default": "0" + }, + { + "name": "tab_focus_mode", + "type": "int", + "setter": "set_tab_focus_mode", + "getter": "get_tab_focus_mode", + "default": "2" + }, + { + "name": "tabs_rearrange_group", + "type": "int", + "setter": "set_tabs_rearrange_group", + "getter": "get_tabs_rearrange_group", + "default": "-1" + }, + { + "name": "tabs_visible", + "type": "bool", + "setter": "set_tabs_visible", + "getter": "are_tabs_visible", + "default": "true" + }, + { + "name": "use_hidden_tabs_for_min_size", + "type": "bool", + "setter": "set_use_hidden_tabs_for_min_size", + "getter": "get_use_hidden_tabs_for_min_size", + "default": "false" + } + ] + }, + { + "name": "PhysicsDirectBodyState3D", + "inherits": "Object", + "brief_description": "", + "description": "", + "methods": [ + { + "name": "add_constant_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "add_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_central_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_central_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + }, + { + "name": "position", + "type": "Vector3", + "default": "Vector3(0, 0, 0)" + } + ], + "description": "" + }, + { + "name": "apply_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "apply_torque_impulse", + "return_type": "void", + "params": [ + { + "name": "impulse", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "get_constant_force", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_constant_torque", + "return_type": "Vector3", + "params": [], + "description": "" + }, + { + "name": "get_contact_collider", + "return_type": "RID", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_id", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_object", + "return_type": "Object", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_collider_velocity_at_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_count", + "return_type": "int", + "params": [], + "description": "" + }, + { + "name": "get_contact_impulse", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_normal", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_shape", + "return_type": "int", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_contact_local_velocity_at_position", + "return_type": "Vector3", + "params": [ + { + "name": "contact_idx", + "type": "int", + "default": null + } + ], + "description": "" + }, + { + "name": "get_space_state", + "return_type": "PhysicsDirectSpaceState3D", + "params": [], + "description": "" + }, + { + "name": "get_velocity_at_local_position", + "return_type": "Vector3", + "params": [ + { + "name": "local_position", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "integrate_forces", + "return_type": "void", + "params": [], + "description": "" + }, + { + "name": "set_constant_force", + "return_type": "void", + "params": [ + { + "name": "force", + "type": "Vector3", + "default": null + } + ], + "description": "" + }, + { + "name": "set_constant_torque", + "return_type": "void", + "params": [ + { + "name": "torque", + "type": "Vector3", + "default": null + } + ], + "description": "" + } + ], + "members": [ + { + "name": "angular_velocity", + "type": "Vector3", + "setter": "set_angular_velocity", + "getter": "get_angular_velocity", + "default": "" + }, + { + "name": "center_of_mass", + "type": "Vector3", + "setter": "", + "getter": "get_center_of_mass", + "default": "" + }, + { + "name": "center_of_mass_local", + "type": "Vector3", + "setter": "", + "getter": "get_center_of_mass_local", + "default": "" + }, + { + "name": "inverse_inertia", + "type": "Vector3", + "setter": "", + "getter": "get_inverse_inertia", + "default": "" + }, + { + "name": "inverse_inertia_tensor", + "type": "Basis", + "setter": "", + "getter": "get_inverse_inertia_tensor", + "default": "" + }, + { + "name": "inverse_mass", + "type": "float", + "setter": "", + "getter": "get_inverse_mass", + "default": "" + }, + { + "name": "linear_velocity", + "type": "Vector3", + "setter": "set_linear_velocity", + "getter": "get_linear_velocity", + "default": "" + }, + { + "name": "principal_inertia_axes", + "type": "Basis", + "setter": "", + "getter": "get_principal_inertia_axes", + "default": "" + }, + { + "name": "sleeping", + "type": "bool", + "setter": "set_sleep_state", + "getter": "is_sleeping", + "default": "" + }, + { + "name": "step", + "type": "float", + "setter": "", + "getter": "get_step", + "default": "" + }, + { + "name": "total_angular_damp", + "type": "float", + "setter": "", + "getter": "get_total_angular_damp", + "default": "" + }, + { + "name": "total_gravity", + "type": "Vector3", + "setter": "", + "getter": "get_total_gravity", + "default": "" + }, + { + "name": "total_linear_damp", + "type": "float", + "setter": "", + "getter": "get_total_linear_damp", + "default": "" + }, + { + "name": "transform", + "type": "Transform3D", + "setter": "set_transform", + "getter": "get_transform", + "default": "" + } + ] + }, + { + "name": "CurveTexture", + "inherits": "Texture2D", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "curve", + "type": "Curve", + "setter": "set_curve", + "getter": "get_curve", + "default": "" + }, + { + "name": "resource_local_to_scene", + "type": "bool", + "setter": "set_local_to_scene", + "getter": "is_local_to_scene", + "default": "false" + }, + { + "name": "texture_mode", + "type": "int", + "setter": "set_texture_mode", + "getter": "get_texture_mode", + "default": "0" + }, + { + "name": "width", + "type": "int", + "setter": "set_width", + "getter": "get_width", + "default": "256" + } + ] + }, + { + "name": "InputEventGesture", + "inherits": "InputEventWithModifiers", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "position", + "type": "Vector2", + "setter": "set_position", + "getter": "get_position", + "default": "Vector2(0, 0)" + } + ] + }, + { + "name": "ResourceImporterScene", + "inherits": "ResourceImporter", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "_subresources", + "type": "Dictionary", + "setter": "", + "getter": "", + "default": "{}" + }, + { + "name": "animation/fps", + "type": "float", + "setter": "", + "getter": "", + "default": "30" + }, + { + "name": "animation/import", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "animation/remove_immutable_tracks", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "animation/trimming", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "import_script/path", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "meshes/create_shadow_meshes", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "meshes/ensure_tangents", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "meshes/force_disable_compression", + "type": "bool", + "setter": "", + "getter": "", + "default": "false" + }, + { + "name": "meshes/generate_lods", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "meshes/light_baking", + "type": "int", + "setter": "", + "getter": "", + "default": "1" + }, + { + "name": "meshes/lightmap_texel_size", + "type": "float", + "setter": "", + "getter": "", + "default": "0.2" + }, + { + "name": "nodes/apply_root_scale", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + }, + { + "name": "nodes/root_name", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "nodes/root_scale", + "type": "float", + "setter": "", + "getter": "", + "default": "1.0" + }, + { + "name": "nodes/root_type", + "type": "String", + "setter": "", + "getter": "", + "default": "\"\"" + }, + { + "name": "skins/use_named_skins", + "type": "bool", + "setter": "", + "getter": "", + "default": "true" + } + ] + }, + { + "name": "PhysicsMaterial", + "inherits": "Resource", + "brief_description": "", + "description": "", + "methods": [], + "members": [ + { + "name": "absorbent", + "type": "bool", + "setter": "set_absorbent", + "getter": "is_absorbent", + "default": "false" + }, + { + "name": "bounce", + "type": "float", + "setter": "set_bounce", + "getter": "get_bounce", + "default": "0.0" + }, + { + "name": "friction", + "type": "float", + "setter": "set_friction", + "getter": "get_friction", + "default": "1.0" + }, + { + "name": "rough", + "type": "bool", + "setter": "set_rough", + "getter": "is_rough", + "default": "false" + } + ] + } +] \ No newline at end of file