Path: blob/master/editor/project_upgrade/renames_map_3_to_4.cpp
9896 views
/**************************************************************************/1/* renames_map_3_to_4.cpp */2/**************************************************************************/3/* This file is part of: */4/* GODOT ENGINE */5/* https://godotengine.org */6/**************************************************************************/7/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */8/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */9/* */10/* Permission is hereby granted, free of charge, to any person obtaining */11/* a copy of this software and associated documentation files (the */12/* "Software"), to deal in the Software without restriction, including */13/* without limitation the rights to use, copy, modify, merge, publish, */14/* distribute, sublicense, and/or sell copies of the Software, and to */15/* permit persons to whom the Software is furnished to do so, subject to */16/* the following conditions: */17/* */18/* The above copyright notice and this permission notice shall be */19/* included in all copies or substantial portions of the Software. */20/* */21/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */22/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */23/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */24/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */25/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */26/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */27/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */28/**************************************************************************/2930#include "renames_map_3_to_4.h"3132#ifndef DISABLE_DEPRECATED3334const char *RenamesMap3To4::enum_renames[][2] = {35// Constants36// @GlobalScope37{ "BUTTON_LEFT", "MOUSE_BUTTON_LEFT" },38{ "BUTTON_MASK_LEFT", "MOUSE_BUTTON_MASK_LEFT" },39{ "BUTTON_MASK_MIDDLE", "MOUSE_BUTTON_MASK_MIDDLE" },40{ "BUTTON_MASK_RIGHT", "MOUSE_BUTTON_MASK_RIGHT" },41{ "BUTTON_MASK_XBUTTON1", "MOUSE_BUTTON_MASK_XBUTTON1" },42{ "BUTTON_MASK_XBUTTON2", "MOUSE_BUTTON_MASK_XBUTTON2" },43{ "BUTTON_MIDDLE", "MOUSE_BUTTON_MIDDLE" },44{ "BUTTON_RIGHT", "MOUSE_BUTTON_RIGHT" },45{ "BUTTON_WHEEL_DOWN", "MOUSE_BUTTON_WHEEL_DOWN" },46{ "BUTTON_WHEEL_LEFT", "MOUSE_BUTTON_WHEEL_LEFT" },47{ "BUTTON_WHEEL_RIGHT", "MOUSE_BUTTON_WHEEL_RIGHT" },48{ "BUTTON_WHEEL_UP", "MOUSE_BUTTON_WHEEL_UP" },49{ "BUTTON_XBUTTON1", "MOUSE_BUTTON_XBUTTON1" },50{ "BUTTON_XBUTTON2", "MOUSE_BUTTON_XBUTTON2" },51{ "KEY_CONTROL", "KEY_CTRL" },52{ "SIDE_BOTTOM", "MARGIN_BOTTOM" },53{ "SIDE_LEFT", "MARGIN_LEFT" },54{ "SIDE_RIGHT", "MARGIN_RIGHT" },55{ "SIDE_TOP", "MARGIN_TOP" },56{ "TYPE_COLOR_ARRAY", "TYPE_PACKED_COLOR_ARRAY" },57{ "TYPE_FLOAT64_ARRAY", "TYPE_PACKED_FLOAT64_ARRAY" },58{ "TYPE_INT64_ARRAY", "TYPE_PACKED_INT64_ARRAY" },59{ "TYPE_INT_ARRAY", "TYPE_PACKED_INT32_ARRAY" },60{ "TYPE_QUAT", "TYPE_QUATERNION" },61{ "TYPE_RAW_ARRAY", "TYPE_PACKED_BYTE_ARRAY" },62{ "TYPE_REAL", "TYPE_FLOAT" },63{ "TYPE_REAL_ARRAY", "TYPE_PACKED_FLOAT32_ARRAY" },64{ "TYPE_STRING_ARRAY", "TYPE_PACKED_STRING_ARRAY" },65{ "TYPE_TRANSFORM", "TYPE_TRANSFORM3D" },66{ "TYPE_VECTOR2_ARRAY", "TYPE_PACKED_VECTOR2_ARRAY" },67{ "TYPE_VECTOR3_ARRAY", "TYPE_PACKED_VECTOR3_ARRAY" },6869// { "FLAG_MAX", "PARTICLE_FLAG_MAX" }, // CPUParticles2D -- Used in more classes.70{ "ALIGN_BEGIN", "ALIGNMENT_BEGIN" }, // AspectRatioContainer71{ "ALIGN_CENTER", "ALIGNMENT_CENTER" }, // AspectRatioContainer72{ "ALIGN_END", "ALIGNMENT_END" }, // AspectRatioContainer73{ "ARRAY_COMPRESS_BASE", "ARRAY_COMPRESS_FLAGS_BASE" }, // Mesh74{ "ARVR_AR", "XR_AR" }, // XRInterface75{ "ARVR_EXCESSIVE_MOTION", "XR_EXCESSIVE_MOTION" }, // XRInterface76{ "ARVR_EXTERNAL", "XR_EXTERNAL" }, // XRInterface77{ "ARVR_INSUFFICIENT_FEATURES", "XR_INSUFFICIENT_FEATURES" }, // XRInterface78{ "ARVR_MONO", "XR_MONO" }, // XRInterface79{ "ARVR_NONE", "XR_NONE" }, // XRInterface80{ "ARVR_NORMAL_TRACKING", "XR_NORMAL_TRACKING" }, // XRInterface81{ "ARVR_NOT_TRACKING", "XR_NOT_TRACKING" }, // XRInterface82{ "ARVR_STEREO", "XR_STEREO" }, // XRInterface83{ "ARVR_UNKNOWN_TRACKING", "XR_UNKNOWN_TRACKING" }, // XRInterface84{ "BAKE_ERROR_INVALID_MESH", "BAKE_ERROR_MESHES_INVALID" }, // LightmapGI85{ "BODY_MODE_CHARACTER", "BODY_MODE_RIGID_LINEAR" }, // PhysicsServer86{ "CLEAR_MODE_ONLY_NEXT_FRAME", "CLEAR_MODE_ONCE" }, // SubViewport87{ "COMPRESS_PVRTC4", "COMPRESS_PVRTC1_4" }, // Image88{ "CONNECT_ONESHOT", "CONNECT_ONE_SHOT" }, // Object89{ "CONTAINER_PROPERTY_EDITOR_BOTTOM", "CONTAINER_INSPECTOR_BOTTOM" }, // EditorPlugin90{ "CUBEMAP_BACK", "CUBEMAP_LAYER_BACK" }, // RenderingServer91{ "CUBEMAP_BOTTOM", "CUBEMAP_LAYER_BOTTOM" }, // RenderingServer92{ "CUBEMAP_FRONT", "CUBEMAP_LAYER_FRONT" }, // RenderingServer93{ "CUBEMAP_LEFT", "CUBEMAP_LAYER_LEFT" }, // RenderingServer94{ "CUBEMAP_RIGHT", "CUBEMAP_LAYER_RIGHT" }, // RenderingServer95{ "CUBEMAP_TOP", "CUBEMAP_LAYER_TOP" }, // RenderingServer96{ "DAMPED_STRING_DAMPING", "DAMPED_SPRING_DAMPING" }, // PhysicsServer2D97{ "DAMPED_STRING_REST_LENGTH", "DAMPED_SPRING_REST_LENGTH" }, // PhysicsServer2D98{ "DAMPED_STRING_STIFFNESS", "DAMPED_SPRING_STIFFNESS" }, // PhysicsServer2D99{ "FLAG_ALIGN_Y_TO_VELOCITY", "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY" }, // CPUParticles2D100{ "FLAG_DISABLE_Z", "PARTICLE_FLAG_DISABLE_Z" }, // CPUParticles2D101{ "FLAG_ROTATE_Y", "PARTICLE_FLAG_ROTATE_Y" }, // CPUParticles2D102{ "FLAG_USE_BAKED_LIGHT", "GI_MODE_BAKED" }, // GeometryInstance3D103{ "FORMAT_PVRTC2", "FORMAT_PVRTC1_2" }, // Image104{ "FORMAT_PVRTC2A", "FORMAT_PVRTC1_2A" }, // Image105{ "FORMAT_PVRTC4", "FORMAT_PVRTC1_4" }, // Image106{ "FORMAT_PVRTC4A", "FORMAT_PVRTC1_4A" }, // Image107{ "FUNC_FRAC", "FUNC_FRACT" }, // VisualShaderNodeVectorFunc108{ "INSTANCE_LIGHTMAP_CAPTURE", "INSTANCE_LIGHTMAP" }, // RenderingServer109{ "JOINT_6DOF", "JOINT_TYPE_6DOF" }, // PhysicsServer3D110{ "JOINT_CONE_TWIST", "JOINT_TYPE_CONE_TWIST" }, // PhysicsServer3D111{ "JOINT_DAMPED_SPRING", "JOINT_TYPE_DAMPED_SPRING" }, // PhysicsServer2D112{ "JOINT_GROOVE", "JOINT_TYPE_GROOVE" }, // PhysicsServer2D113{ "JOINT_HINGE", "JOINT_TYPE_HINGE" }, // PhysicsServer3D114{ "JOINT_PIN", "JOINT_TYPE_PIN" }, // PhysicsServer2D115{ "JOINT_SLIDER", "JOINT_TYPE_SLIDER" }, // PhysicsServer3D116{ "LOOP_PING_PONG", "LOOP_PINGPONG" }, // AudioStreamWAV117{ "MODE_KINEMATIC", "FREEZE_MODE_KINEMATIC" }, // RigidBody118{ "MODE_OPEN_ANY", "FILE_MODE_OPEN_ANY" }, // FileDialog119{ "MODE_OPEN_DIR", "FILE_MODE_OPEN_DIR" }, // FileDialog120{ "MODE_OPEN_FILE", "FILE_MODE_OPEN_FILE" }, // FileDialog121{ "MODE_OPEN_FILES", "FILE_MODE_OPEN_FILES" }, // FileDialog122{ "MODE_SAVE_FILE", "FILE_MODE_SAVE_FILE" }, // FileDialog123{ "MODE_STATIC", "FREEZE_MODE_STATIC" }, // RigidBody124{ "NOTIFICATION_APP_PAUSED", "NOTIFICATION_APPLICATION_PAUSED" }, // MainLoop125{ "NOTIFICATION_APP_RESUMED", "NOTIFICATION_APPLICATION_RESUMED" }, // MainLoop126{ "NOTIFICATION_INSTANCED", "NOTIFICATION_SCENE_INSTANTIATED" }, // Node127{ "NOTIFICATION_PATH_CHANGED", "NOTIFICATION_PATH_RENAMED" }, //Node128{ "NOTIFICATION_WM_FOCUS_IN", "NOTIFICATION_APPLICATION_FOCUS_IN" }, // MainLoop129{ "NOTIFICATION_WM_FOCUS_OUT", "NOTIFICATION_APPLICATION_FOCUS_OUT" }, // MainLoop130{ "NOTIFICATION_WM_UNFOCUS_REQUEST", "NOTIFICATION_WM_WINDOW_FOCUS_OUT" }, //Node131{ "PAUSE_MODE_INHERIT", "PROCESS_MODE_INHERIT" }, // Node132{ "PAUSE_MODE_PROCESS", "PROCESS_MODE_ALWAYS" }, // Node133{ "PAUSE_MODE_STOP", "PROCESS_MODE_PAUSABLE" }, // Node134{ "RENDER_DRAW_CALLS_IN_FRAME", "RENDER_TOTAL_DRAW_CALLS_IN_FRAME" }, // Performance135{ "RENDER_OBJECTS_IN_FRAME", "RENDER_TOTAL_OBJECTS_IN_FRAME" }, // Performance136{ "SOURCE_GEOMETRY_NAVMESH_CHILDREN", "SOURCE_GEOMETRY_ROOT_NODE_CHILDREN" }, // NavigationMesh137{ "TEXTURE_TYPE_2D_ARRAY", "TEXTURE_LAYERED_2D_ARRAY" }, // RenderingServer138{ "TEXTURE_TYPE_CUBEMAP", "TEXTURE_LAYERED_CUBEMAP_ARRAY" }, // RenderingServer139{ "TRACKER_LEFT_HAND", "TRACKER_HAND_LEFT" }, // XRPositionalTracker140{ "TRACKER_RIGHT_HAND", "TRACKER_HAND_RIGHT" }, // XRPositionalTracker141{ "TYPE_NORMALMAP", "TYPE_NORMAL_MAP" }, // VisualShaderNodeCubemap142143// Enums144{ "AlignMode", "AlignmentMode" }, // AspectRatioContainer145{ "AnimationProcessMode", "AnimationProcessCallback" }, // AnimationTree, AnimationPlayer146{ "Camera2DProcessMode", "Camera2DProcessCallback" }, // Camera2D147{ "CubeMapSide", "CubeMapLayer" }, // RenderingServer148{ "DampedStringParam", "DampedSpringParam" }, // PhysicsServer2D149{ "FFT_Size", "FFTSize" }, // AudioEffectPitchShift, AudioEffectSpectrumAnalyzer150{ "PauseMode", "ProcessMode" }, // Node151{ "TimerProcessMode", "TimerProcessCallback" }, // Timer152{ "Tracking_status", "TrackingStatus" }, // XRInterface153{ nullptr, nullptr },154};155156const char *RenamesMap3To4::gdscript_function_renames[][2] = {157// NOTE: Commented out renames are disabled because deemed not suitable for158// the current way the regex-based converter works.159// When uncommenting any of those as suitable for conversion, please move it160// to the block with other enabled conversions, ordered alphabetically, and161// make sure to add it to the C# rename map too.162163// { "_set_name", "get_tracker_name" }, // XRPositionalTracker -- CameraFeed uses this.164// { "_unhandled_input", "_unhandled_key_input" }, // BaseButton, ViewportContainer -- Breaks Node, FileDialog, SubViewportContainer.165// { "add_animation", "add_animation_library" }, // AnimationPlayer -- Breaks SpriteFrames (and isn't a correct conversion).166// { "create_gizmo", "_create_gizmo" }, // EditorNode3DGizmoPlugin -- May be used.167// { "get_dependencies", "_get_dependencies" }, // ResourceFormatLoader -- Breaks ResourceLoader.168// { "get_extents", "get_size" }, // BoxShape, RectangleShape -- Breaks Decal, VoxelGI, GPUParticlesCollisionBox, GPUParticlesCollisionSDF, GPUParticlesCollisionHeightField, GPUParticlesAttractorBox, GPUParticlesAttractorVectorField, FogVolume169// { "get_h_offset", "get_drag_horizontal_offset" }, // Camera2D -- Breaks PathFollow, Camera.170// { "get_mode", "get_file_mode" }, // FileDialog -- Breaks Panel, Shader, CSGPolygon, TileMap.171// { "get_motion", "get_travel" }, // PhysicsTestMotionResult2D -- Breaks ParallaxLayer.172// { "get_name", "get_tracker_name" }, // XRPositionalTracker -- Breaks OS, Node173// { "get_network_connected_peers", "get_peers" }, // MultiplayerAPI -- Breaks SceneTree.174// { "get_network_peer", "has_multiplayer_peer" }, // MultiplayerAPI -- Breaks SceneTree.175// { "get_network_unique_id", "get_unique_id"}, // MultiplayerAPI -- Breaks SceneTree.176// { "get_offset", "get_position_offset" }, // GraphNode -- Breaks Gradient.177// { "get_peer_port", "get_peer" }, // ENetMultiplayerPeer -- Breaks WebSocketServer.178// { "get_points", "get_points_id" }, // AStar -- Breaks Line2D, ConvexPolygonShape.179// { "get_process_mode", "get_process_callback" }, // ClippedCamera3D -- Breaks Node, Sky.180// { "get_render_info", "get_rendering_info" }, // RenderingServer -- Breaks Viewport.181// { "get_stylebox", "get_theme_stylebox" }, // Control -- Would rename the method in Theme as well, skipping.182// { "get_type", "get_tracker_type" }, // XRPositionalTracker -- Breaks GLTFAccessor, GLTFLight.183// { "get_v_offset", "get_drag_vertical_offset" }, // Camera2D -- Breaks PathFollow, Camera.184// { "get_v_scroll", "get_v_scroll_bar" }, // ItemList -- Breaks TextView.185// { "has_network_peer", "has_multiplayer_peer" }, // MultiplayerAPI -- Breaks SceneTree.186// { "instance", "instantiate" }, // PackedScene, ClassDB -- Breaks FileSystemDock signal, and also .tscn files ("[instance=ExtResource( 17 )]"). This is implemented as custom rule.187// { "is_listening", "is_bound"}, // PacketPeerUDP -- Breaks TCPServer, UDPServer.188// { "is_refusing_new_network_connections", "is_refusing_new_connections"}, // MultiplayerAPI -- Breaks SceneTree.189// { "is_valid", "has_valid_event" }, // Shortcut -- Breaks Callable, and more.190// { "listen", "bound"}, // PacketPeerUDP -- Breaks TCPServer, UDPServer.191// { "load", "_load"}, // ResourceFormatLoader -- Breaks ConfigFile, Image, StreamTexture2D.192// { "make_current", "set_current" }, // Camera2D -- Breaks Camera3D, Listener2D.193// { "process", "_process" }, // AnimationNode -- This word is too commonly used.194// { "raise", "move_to_front" }, // CanvasItem -- Too common.195// { "save", "_save"}, // ResourceFormatLoader -- Breaks ConfigFile, Image, StreamTexture2D.196// { "set_autowrap", "set_autowrap_mode" }, // AcceptDialog -- Breaks Label, also a cyclic rename.197// { "set_color", "surface_set_color"}, // ImmediateMesh -- Breaks Light2D, Theme, SurfaceTool.198// { "set_event", "set_shortcut" }, // BaseButton -- Cyclic rename.199// { "set_extents", "set_size"}, // BoxShape, RectangleShape -- Breaks ReflectionProbe.200// { "set_flag", "set_particle_flag"}, // ParticleProcessMaterial -- Breaks Window, HingeJoint3D.201// { "set_h_offset", "set_drag_horizontal_offset" }, // Camera2D -- Breaks Camera3D, PathFollow3D, PathFollow2D.202// { "set_margin", "set_offset" }, // Control -- Breaks Shape3D, AtlasTexture.203// { "set_mode", "set_mode_file_mode" }, // FileDialog -- Breaks Panel, Shader, CSGPolygon, TileMap.204// { "set_normal", "surface_set_normal"}, // ImmediateGeometry -- Breaks SurfaceTool, WorldMarginShape2D.205// { "set_offset", "set_progress" }, // PathFollow2D, PathFollow3D -- Too common.206// { "set_process_mode", "set_process_callback" }, // AnimationTree -- Breaks Node, Tween, Sky.207// { "set_refuse_new_network_connections", "set_refuse_new_connections"}, // MultiplayerAPI -- Breaks SceneTree.208// { "set_tooltip", "set_tooltip_text" }, // Control -- Breaks TreeItem, at least for now.209// { "set_uv", "surface_set_uv" }, // ImmediateMesh -- Breaks Polygon2D.210// { "set_v_offset", "set_drag_vertical_offset" }, // Camera2D -- Breaks Camera3D, PathFollow3D, PathFollow2D.211212{ "_about_to_show", "_about_to_popup" }, // ColorPickerButton213{ "_get_configuration_warning", "_get_configuration_warnings" }, // Node214{ "_set_current", "set_current" }, // Camera2D215{ "_set_editor_description", "set_editor_description" }, // Node216{ "_toplevel_raise_self", "_top_level_raise_self" }, // CanvasItem217{ "add_cancel", "add_cancel_button" }, // AcceptDialog218{ "add_central_force", "apply_central_force" }, //RigidBody2D219{ "add_child_below_node", "add_sibling" }, // Node220{ "add_color_override", "add_theme_color_override" }, // Control221{ "add_constant_override", "add_theme_constant_override" }, // Control222{ "add_font_override", "add_theme_font_override" }, // Control223{ "add_force", "apply_force" }, //RigidBody2D224{ "add_icon_override", "add_theme_icon_override" }, // Control225{ "add_scene_import_plugin", "add_scene_format_importer_plugin" }, //EditorPlugin226{ "add_spatial_gizmo_plugin", "add_node_3d_gizmo_plugin" }, // EditorPlugin227{ "add_stylebox_override", "add_theme_stylebox_override" }, // Control228{ "add_torque", "apply_torque" }, //RigidBody2D229{ "agent_set_neighbor_dist", "agent_set_neighbor_distance" }, // NavigationServer2D, NavigationServer3D230{ "apply_changes", "_apply_changes" }, // EditorPlugin231{ "body_add_force", "body_apply_force" }, // PhysicsServer2D232{ "body_add_torque", "body_apply_torque" }, // PhysicsServer2D233{ "bumpmap_to_normalmap", "bump_map_to_normal_map" }, // Image234{ "can_be_hidden", "_can_be_hidden" }, // EditorNode3DGizmoPlugin235{ "can_drop_data", "_can_drop_data" }, // Control236{ "can_generate_small_preview", "_can_generate_small_preview" }, // EditorResourcePreviewGenerator237{ "can_instance", "can_instantiate" }, // PackedScene, Script238{ "canvas_light_set_scale", "canvas_light_set_texture_scale" }, // RenderingServer239{ "capture_get_device", "get_input_device" }, // AudioServer240{ "capture_get_device_list", "get_input_device_list" }, // AudioServer241{ "capture_set_device", "set_input_device" }, // AudioServer242{ "center_viewport_to_cursor", "center_viewport_to_caret" }, // TextEdit243{ "change_scene", "change_scene_to_file" }, // SceneTree244{ "change_scene_to", "change_scene_to_packed" }, // SceneTree245{ "clip_polygons_2d", "clip_polygons" }, // Geometry2D246{ "clip_polyline_with_polygon_2d", "clip_polyline_with_polygon" }, //Geometry2D247{ "commit_handle", "_commit_handle" }, // EditorNode3DGizmo248{ "convex_hull_2d", "convex_hull" }, // Geometry2D249{ "create_gizmo", "_create_gizmo" }, // EditorNode3DGizmoPlugin250{ "cursor_get_blink_speed", "get_caret_blink_interval" }, // TextEdit251{ "cursor_get_column", "get_caret_column" }, // TextEdit252{ "cursor_get_line", "get_caret_line" }, // TextEdit253{ "cursor_set_blink_enabled", "set_caret_blink_enabled" }, // TextEdit254{ "cursor_set_blink_speed", "set_caret_blink_interval" }, // TextEdit255{ "cursor_set_column", "set_caret_column" }, // TextEdit256{ "cursor_set_line", "set_caret_line" }, // TextEdit257{ "damped_spring_joint_create", "joint_make_damped_spring" }, // PhysicsServer2D258{ "damped_string_joint_get_param", "damped_spring_joint_get_param" }, // PhysicsServer2D259{ "damped_string_joint_set_param", "damped_spring_joint_set_param" }, // PhysicsServer2D260{ "dectime", "move_toward" }, // GDScript, Math functions261{ "delete_char_at_cursor", "delete_char_at_caret" }, // LineEdit262{ "deselect_items", "deselect_all" }, // FileDialog263{ "disable_plugin", "_disable_plugin" }, // EditorPlugin264{ "drop_data", "_drop_data" }, // Control265{ "exclude_polygons_2d", "exclude_polygons" }, // Geometry2D266{ "find_node", "find_child" }, // Node267{ "find_scancode_from_string", "find_keycode_from_string" }, // OS268{ "forward_canvas_draw_over_viewport", "_forward_canvas_draw_over_viewport" }, // EditorPlugin269{ "forward_canvas_force_draw_over_viewport", "_forward_canvas_force_draw_over_viewport" }, // EditorPlugin270{ "forward_canvas_gui_input", "_forward_canvas_gui_input" }, // EditorPlugin271{ "forward_spatial_draw_over_viewport", "_forward_3d_draw_over_viewport" }, // EditorPlugin272{ "forward_spatial_force_draw_over_viewport", "_forward_3d_force_draw_over_viewport" }, // EditorPlugin273{ "forward_spatial_gui_input", "_forward_3d_gui_input" }, // EditorPlugin274{ "generate_from_path", "_generate_from_path" }, // EditorResourcePreviewGenerator275{ "generate_small_preview_automatically", "_generate_small_preview_automatically" }, // EditorResourcePreviewGenerator276{ "get_action_list", "action_get_events" }, // InputMap277{ "get_alt", "is_alt_pressed" }, // InputEventWithModifiers278{ "get_animation_process_mode", "get_process_callback" }, // AnimationPlayer279{ "get_applied_force", "get_constant_force" }, //RigidBody2D280{ "get_applied_torque", "get_constant_torque" }, //RigidBody2D281{ "get_audio_bus", "get_audio_bus_name" }, // Area3D282{ "get_bound_child_nodes_to_bone", "get_bone_children" }, // Skeleton3D283{ "get_camera", "get_camera_3d" }, // Viewport -- This is also convertible to get_camera_2d. Breaks GLTFNode.284{ "get_cancel", "get_cancel_button" }, // ConfirmationDialog285{ "get_caption", "_get_caption" }, // AnimationNode286{ "get_cast_to", "get_target_position" }, // RayCast2D, RayCast3D287{ "get_child_by_name", "_get_child_by_name" }, // AnimationNode288{ "get_child_nodes", "_get_child_nodes" }, // AnimationNode289{ "get_closest_point_to_segment_2d", "get_closest_point_to_segment" }, // Geometry2D290{ "get_closest_point_to_segment_uncapped_2d", "get_closest_point_to_segment_uncapped" }, // Geometry2D291{ "get_closest_points_between_segments_2d", "get_closest_point_to_segment" }, // Geometry2D292{ "get_collision_layer_bit", "get_collision_layer_value" }, // CSGShape3D, and a lot of others like GridMap.293{ "get_collision_mask_bit", "get_collision_mask_value" }, // CSGShape3D, and a lot of others like GridMap.294{ "get_color_types", "get_color_type_list" }, // Theme295{ "get_command", "is_command_or_control_pressed" }, // InputEventWithModifiers296{ "get_constant_types", "get_constant_type_list" }, // Theme297{ "get_control", "is_ctrl_pressed" }, // InputEventWithModifiers298{ "get_cull_mask_bit", "get_cull_mask_value" }, // Camera3D299{ "get_cursor_position", "get_caret_column" }, // LineEdit300{ "get_d", "get_distance" }, // LineShape2D301{ "get_default_length", "get_length" }, // Bone2D302{ "get_depth_bias_enable", "get_depth_bias_enabled" }, // RDPipelineRasterizationState303{ "get_device", "get_output_device" }, // AudioServer304{ "get_device_list", "get_output_device_list" }, // AudioServer305{ "get_drag_data", "_get_drag_data" }, // Control306{ "get_editor_viewport", "get_editor_main_screen" }, // EditorPlugin307{ "get_enabled_focus_mode", "get_focus_mode" }, // BaseButton308{ "get_endian_swap", "is_big_endian" }, // File309{ "get_error_string", "get_error_message" }, // JSON310{ "get_filename", "get_scene_file_path" }, // Node -- WARNING: This may be used in a lot of other places.311{ "get_final_location", "get_final_position" }, // NavigationAgent2D, NavigationAgent3D312{ "get_focus_neighbour", "get_focus_neighbor" }, // Control313{ "get_follow_smoothing", "get_position_smoothing_speed" }, // Camera2D314{ "get_font_types", "get_font_type_list" }, // Theme315{ "get_frame_color", "get_color" }, // ColorRect316{ "get_global_rate_scale", "get_playback_speed_scale" }, // AudioServer317{ "get_gravity_distance_scale", "get_gravity_point_unit_distance" }, // Area2D, Area3D318{ "get_gravity_vector", "get_gravity_direction" }, // Area(2D/3D)319{ "get_h_scrollbar", "get_h_scroll_bar" }, //ScrollContainer320{ "get_hand", "get_tracker_hand" }, // XRPositionalTracker321{ "get_handle_name", "_get_handle_name" }, // EditorNode3DGizmo322{ "get_handle_value", "_get_handle_value" }, // EditorNode3DGizmo323{ "get_icon_align", "get_icon_alignment" }, // Button324{ "get_icon_types", "get_icon_type_list" }, // Theme325{ "get_idle_frames", "get_process_frames" }, // Engine326{ "get_import_options", "_get_import_options" }, // EditorImportPlugin327{ "get_import_order", "_get_import_order" }, // EditorImportPlugin328{ "get_importer_name", "_get_importer_name" }, // EditorImportPlugin329{ "get_interior_ambient", "get_ambient_color" }, // ReflectionProbe330{ "get_interior_ambient_energy", "get_ambient_color_energy" }, // ReflectionProbe331{ "get_item_navmesh", "get_item_navigation_mesh" }, // MeshLibrary332{ "get_item_navmesh_transform", "get_item_navigation_mesh_transform" }, // MeshLibrary333{ "get_iterations_per_second", "get_physics_ticks_per_second" }, // Engine334{ "get_last_mouse_speed", "get_last_mouse_velocity" }, // Input335{ "get_layer_mask_bit", "get_layer_mask_value" }, // VisualInstance3D336{ "get_len", "get_length" }, // File337{ "get_max_atlas_size", "get_max_texture_size" }, // LightmapGI338{ "get_metakey", "is_meta_pressed" }, // InputEventWithModifiers339{ "get_mid_height", "get_height" }, // CapsuleMesh340{ "get_motion_remainder", "get_remainder" }, // PhysicsTestMotionResult2D341{ "get_nav_path", "get_current_navigation_path" }, // NavigationAgent2D, NavigationAgent3D342{ "get_nav_path_index", "get_current_navigation_path_index" }, // NavigationAgent2D, NavigationAgent3D343{ "get_neighbor_dist", "get_neighbor_distance" }, // NavigationAgent2D, NavigationAgent3D344{ "get_network_connected_peers", "get_peers" }, // Multiplayer API345{ "get_network_master", "get_multiplayer_authority" }, // Node346{ "get_network_peer", "get_multiplayer_peer" }, // Multiplayer API347{ "get_network_unique_id", "get_unique_id" }, // Multiplayer API348{ "get_next_location", "get_next_path_position" }, // NavigationAgent2D, NavigationAgent3D349{ "get_ok", "get_ok_button" }, // AcceptDialog350{ "get_oneshot", "get_one_shot" }, // AnimatedTexture351{ "get_option_visibility", "_get_option_visibility" }, // EditorImportPlugin352{ "get_parameter_default_value", "_get_parameter_default_value" }, // AnimationNode353{ "get_parameter_list", "_get_parameter_list" }, // AnimationNode354{ "get_parent_spatial", "get_parent_node_3d" }, // Node3D355{ "get_pause_mode", "get_process_mode" }, // Node356{ "get_physical_scancode", "get_physical_keycode" }, // InputEventKey357{ "get_physical_scancode_with_modifiers", "get_physical_keycode_with_modifiers" }, // InputEventKey358{ "get_plugin_icon", "_get_plugin_icon" }, // EditorPlugin359{ "get_plugin_name", "_get_plugin_name" }, // EditorPlugin360{ "get_preset_count", "_get_preset_count" }, // EditorImportPlugin361{ "get_preset_name", "_get_preset_name" }, // EditorImportPlugin362{ "get_recognized_extensions", "_get_recognized_extensions" }, // ResourceFormatLoader, EditorImportPlugin -- Breaks ResourceSaver.363{ "get_render_info", "get_rendering_info" }, // RenderingServer364{ "get_render_targetsize", "get_render_target_size" }, // XRInterface365{ "get_resource_type", "_get_resource_type" }, // ResourceFormatLoader366{ "get_result", "get_data" }, // JSON367{ "get_reverb_bus", "set_reverb_bus_name" }, // Area3D368{ "get_rpc_sender_id", "get_remote_sender_id" }, // Multiplayer API369{ "get_save_extension", "_get_save_extension" }, // EditorImportPlugin370{ "get_scancode", "get_keycode" }, // InputEventKey371{ "get_scancode_string", "get_keycode_string" }, // OS372{ "get_scancode_with_modifiers", "get_keycode_with_modifiers" }, // InputEventKey373{ "get_selected_path", "get_current_directory" }, // EditorInterface374{ "get_shader_param", "get_shader_parameter" }, // ShaderMaterial375{ "get_shift", "is_shift_pressed" }, // InputEventWithModifiers376{ "get_size_override", "get_size_2d_override" }, // SubViewport377{ "get_slide_count", "get_slide_collision_count" }, // CharacterBody2D, CharacterBody3D378{ "get_slips_on_slope", "get_slide_on_slope" }, // SeparationRayShape2D, SeparationRayShape3D379{ "get_space_override_mode", "get_gravity_space_override_mode" }, // Area2D380{ "get_spatial_node", "get_node_3d" }, // EditorNode3DGizmo381{ "get_speed", "get_velocity" }, // InputEventMouseMotion382{ "get_stylebox_types", "get_stylebox_type_list" }, // Theme383{ "get_surface_material", "get_surface_override_material" }, // MeshInstance3D -- Breaks ImporterMesh.384{ "get_surface_material_count", "get_surface_override_material_count" }, // MeshInstance3D385{ "get_tab_disabled", "is_tab_disabled" }, // Tab386{ "get_tab_hidden", "is_tab_hidden" }, // Tab387{ "get_target_location", "get_target_position" }, // NavigationAgent2D, NavigationAgent3D388{ "get_text_align", "get_text_alignment" }, // Button389{ "get_theme_item_types", "get_theme_item_type_list" }, // Theme390{ "get_timer_process_mode", "get_timer_process_callback" }, // Timer391{ "get_translation", "get_position" }, // Node3D -- Breaks GLTFNode, but it is used rarely.392{ "get_uniform_name", "get_parameter_name" }, // ParameterRef393{ "get_unit_db", "get_volume_db" }, // AudioStreamPlayer3D394{ "get_unit_offset", "get_progress_ratio" }, // PathFollow2D, PathFollow3D395{ "get_use_in_baked_light", "is_baking_navigation" }, // GridMap396{ "get_verts_per_poly", "get_vertices_per_polygon" }, // NavigationMesh397{ "get_v_scrollbar", "get_v_scroll_bar" }, // ScrollContainer398{ "get_visible_name", "_get_visible_name" }, // EditorImportPlugin399{ "get_window_layout", "_get_window_layout" }, // EditorPlugin400{ "get_word_under_cursor", "get_word_under_caret" }, // TextEdit401{ "get_world", "get_world_3d" }, // Viewport, Node3D402{ "get_zfar", "get_far" }, // Camera3D -- Breaks GLTFCamera403{ "get_znear", "get_near" }, // Camera3D -- Breaks GLTFCamera404{ "groove_joint_create", "joint_make_groove" }, // PhysicsServer2D405{ "handle_menu_selected", "_handle_menu_selected" }, // EditorResourcePicker406{ "handles_type", "_handles_type" }, // ResourceFormatLoader407{ "has_color", "has_theme_color" }, // Control -- Breaks Theme408{ "has_color_override", "has_theme_color_override" }, // Control -- Breaks Theme409{ "has_constant", "has_theme_constant" }, // Control410{ "has_constant_override", "has_theme_constant_override" }, // Control411{ "has_filter", "_has_filter" }, // AnimationNode412{ "has_font", "has_theme_font" }, // Control -- Breaks Theme413{ "has_font_override", "has_theme_font_override" }, // Control414{ "has_icon", "has_theme_icon" }, // Control -- Breaks Theme415{ "has_icon_override", "has_theme_icon_override" }, // Control416{ "has_main_screen", "_has_main_screen" }, // EditorPlugin417{ "has_network_peer", "has_multiplayer_peer" }, // Multiplayer API418{ "has_stylebox", "has_theme_stylebox" }, // Control -- Breaks Theme419{ "has_stylebox_override", "has_theme_stylebox_override" }, // Control420{ "http_escape", "uri_encode" }, // String421{ "http_unescape", "uri_decode" }, // String422{ "import_scene_from_other_importer", "_import_scene" }, // EditorSceneFormatImporter423{ "instance_set_surface_material", "instance_set_surface_override_material" }, // RenderingServer424{ "interpolate", "sample" }, // Curve, Curve2D, Curve3D, Gradient425{ "intersect_polygons_2d", "intersect_polygons" }, // Geometry2D426{ "intersect_polyline_with_polygon_2d", "intersect_polyline_with_polygon" }, // Geometry2D427{ "is_a_parent_of", "is_ancestor_of" }, // Node428{ "is_commiting_action", "is_committing_action" }, // UndoRedo429{ "is_doubleclick", "is_double_click" }, // InputEventMouseButton430{ "is_draw_red", "is_draw_warning" }, // EditorProperty431{ "is_follow_smoothing_enabled", "is_position_smoothing_enabled" }, // Camera2D432{ "is_h_drag_enabled", "is_drag_horizontal_enabled" }, // Camera2D433{ "is_handle_highlighted", "_is_handle_highlighted" }, // EditorNode3DGizmo, EditorNode3DGizmoPlugin434{ "is_inverting_faces", "get_flip_faces" }, // CSGPrimitive3D435{ "is_network_master", "is_multiplayer_authority" }, // Node436{ "is_network_server", "is_server" }, // Multiplayer API437{ "is_normalmap", "is_normal_map" }, // NoiseTexture438{ "is_refusing_new_network_connections", "is_refusing_new_connections" }, // Multiplayer API439{ "is_region", "is_region_enabled" }, // Sprite2D440{ "is_rotating", "is_ignoring_rotation" }, // Camera2D441{ "is_scancode_unicode", "is_keycode_unicode" }, // OS442{ "is_selectable_when_hidden", "_is_selectable_when_hidden" }, // EditorNode3DGizmoPlugin443{ "is_set_as_toplevel", "is_set_as_top_level" }, // CanvasItem444{ "is_shortcut", "matches_event" }, // Shortcut445{ "is_size_override_stretch_enabled", "is_size_2d_override_stretch_enabled" }, // SubViewport446{ "is_sort_enabled", "is_y_sort_enabled" }, // Node2D447{ "is_static_body", "is_able_to_sleep" }, // PhysicalBone3D -- Not sure.448{ "is_v_drag_enabled", "is_drag_vertical_enabled" }, // Camera2D449{ "joint_create_cone_twist", "joint_make_cone_twist" }, // PhysicsServer3D450{ "joint_create_generic_6dof", "joint_make_generic_6dof" }, // PhysicsServer3D451{ "joint_create_hinge", "joint_make_hinge" }, // PhysicsServer3D452{ "joint_create_pin", "joint_make_pin" }, // PhysicsServer3D453{ "joint_create_slider", "joint_make_slider" }, // PhysicsServer3D454{ "line_intersects_line_2d", "line_intersects_line" }, // Geometry2D455{ "load_from_globals", "load_from_project_settings" }, // InputMap456{ "load_interactive", "load_threaded_request" }, // ResourceLoader -- "load_threaded_request" could be an alternative, but it is used differently.457{ "make_convex_from_brothers", "make_convex_from_siblings" }, // CollisionShape3D458{ "make_visible", "_make_visible" }, // EditorPlugin459{ "merge_polygons_2d", "merge_polygons" }, // Geometry2D460{ "mesh_surface_get_format", "mesh_surface_get_format_attribute_stride" }, // RenderingServer461{ "mesh_surface_update_region", "mesh_surface_update_attribute_region" }, // RenderingServer462{ "move_to_bottom", "move_after" }, // Skeleton3D463{ "move_to_top", "move_before" }, // Skeleton3D464{ "multimesh_allocate", "multimesh_allocate_data" }, // RenderingServer465{ "normalmap_to_xy", "normal_map_to_xy" }, // Image466{ "offset_polygon_2d", "offset_polygon" }, // Geometry2D467{ "offset_polyline_2d", "offset_polyline" }, // Geometry2D468{ "percent_decode", "uri_decode" }, // String469{ "percent_encode", "uri_encode" }, // String470{ "pin_joint_create", "joint_make_pin" }, // PhysicsServer2D471{ "popup_centered_minsize", "popup_centered_clamped" }, // Window472{ "post_import", "_post_import" }, // EditorScenePostImport473{ "print_stray_nodes", "print_orphan_nodes" }, // Node474{ "property_list_changed_notify", "notify_property_list_changed" }, // Object475{ "recognize", "_recognize" }, // ResourceFormatLoader476{ "regen_normalmaps", "regen_normal_maps" }, // ArrayMesh477{ "region_bake_navmesh", "region_bake_navigation_mesh" }, // Navigation3DServer478{ "region_set_navmesh", "region_set_navigation_mesh" }, // Navigation3DServer479{ "region_set_navpoly", "region_set_navigation_polygon" }, // Navigation2DServer480{ "remove_animation", "remove_animation_library" }, // AnimationPlayer481{ "remove_color_override", "remove_theme_color_override" }, // Control482{ "remove_constant_override", "remove_theme_constant_override" }, // Control483{ "remove_font_override", "remove_theme_font_override" }, // Control484{ "remove_icon_override", "remove_theme_icon_override" }, // Control485{ "remove_scene_import_plugin", "remove_scene_format_importer_plugin" }, //EditorPlugin486{ "remove_spatial_gizmo_plugin", "remove_node_3d_gizmo_plugin" }, // EditorPlugin487{ "remove_stylebox_override", "remove_theme_stylebox_override" }, // Control488{ "rename_animation", "rename_animation_library" }, // AnimationPlayer489{ "rename_dependencies", "_rename_dependencies" }, // ResourceFormatLoader490{ "save_external_data", "_save_external_data" }, // EditorPlugin491{ "segment_intersects_segment_2d", "segment_intersects_segment" }, // Geometry2D492{ "set_adjustment_enable", "set_adjustment_enabled" }, // Environment493{ "set_alt", "set_alt_pressed" }, // InputEventWithModifiers494{ "set_anchor_and_margin", "set_anchor_and_offset" }, // Control495{ "set_anchors_and_margins_preset", "set_anchors_and_offsets_preset" }, // Control496{ "set_animation_process_mode", "set_process_callback" }, // AnimationPlayer497{ "set_as_bulk_array", "set_buffer" }, // MultiMesh498{ "set_as_normalmap", "set_as_normal_map" }, // NoiseTexture499{ "set_as_toplevel", "set_as_top_level" }, // CanvasItem500{ "set_audio_bus", "set_audio_bus_name" }, // Area3D501{ "set_autowrap", "set_autowrap_mode" }, // Label -- Breaks AcceptDialog.502{ "set_cast_to", "set_target_position" }, // RayCast2D, RayCast3D503{ "set_collision_layer_bit", "set_collision_layer_value" }, // CSGShape3D, and a lot of others like GridMap.504{ "set_collision_mask_bit", "set_collision_mask_value" }, // CSGShape3D, and a lot of others like GridMap.505{ "set_column_min_width", "set_column_custom_minimum_width" }, // Tree506{ "set_command", "set_meta_pressed" }, // InputEventWithModifiers507{ "set_control", "set_ctrl_pressed" }, // InputEventWithModifiers508{ "set_create_options", "_set_create_options" }, // EditorResourcePicker509{ "set_cull_mask_bit", "set_cull_mask_value" }, // Camera3D510{ "set_cursor_position", "set_caret_column" }, // LineEdit511{ "set_d", "set_distance" }, // WorldMarginShape2D512{ "set_default_length", "set_length" }, // Bone2D513{ "set_depth_bias_enable", "set_depth_bias_enabled" }, // RDPipelineRasterizationState514{ "set_device", "set_output_device" }, // AudioServer515{ "set_doubleclick", "set_double_click" }, // InputEventMouseButton516{ "set_draw_red", "set_draw_warning" }, // EditorProperty517{ "set_enable_follow_smoothing", "set_position_smoothing_enabled" }, // Camera2D518{ "set_enabled_focus_mode", "set_focus_mode" }, // BaseButton519{ "set_endian_swap", "set_big_endian" }, // File520{ "set_expand_to_text_length", "set_expand_to_text_length_enabled" }, // LineEdit521{ "set_filename", "set_scene_file_path" }, // Node -- WARNING: This may be used in a lot of other places.522{ "set_focus_neighbour", "set_focus_neighbor" }, // Control523{ "set_follow_smoothing", "set_position_smoothing_speed" }, // Camera2D524{ "set_frame_color", "set_color" }, // ColorRect525{ "set_global_rate_scale", "set_playback_speed_scale" }, // AudioServer526{ "set_gravity_distance_scale", "set_gravity_point_unit_distance" }, // Area2D, Area3D527{ "set_gravity_vector", "set_gravity_direction" }, // Area2D, Area3D528{ "set_h_drag_enabled", "set_drag_horizontal_enabled" }, // Camera2D529{ "set_icon_align", "set_icon_alignment" }, // Button530{ "set_interior_ambient", "set_ambient_color" }, // ReflectionProbe531{ "set_interior_ambient_energy", "set_ambient_color_energy" }, // ReflectionProbe532{ "set_invert_faces", "set_flip_faces" }, // CSGPrimitive3D533{ "set_is_initialized", "_is_initialized" }, // XRInterface534{ "set_is_primary", "set_primary" }, // XRInterface535{ "set_item_navmesh", "set_item_navigation_mesh" }, // MeshLibrary536{ "set_item_navmesh_transform", "set_item_navigation_mesh_transform" }, // MeshLibrary537{ "set_iterations_per_second", "set_physics_ticks_per_second" }, // Engine538{ "set_layer_mask_bit", "set_layer_mask_value" }, // VisualInstance3D539{ "set_margins_preset", "set_offsets_preset" }, // Control540{ "set_max_atlas_size", "set_max_texture_size" }, // LightmapGI541{ "set_metakey", "set_meta_pressed" }, // InputEventWithModifiers542{ "set_mid_height", "set_height" }, // CapsuleMesh543{ "set_neighbor_dist", "set_neighbor_distance" }, // NavigationAgent2D, NavigationAgent3D544{ "set_network_master", "set_multiplayer_authority" }, // Node545{ "set_network_peer", "set_multiplayer_peer" }, // Multiplayer API546{ "set_oneshot", "set_one_shot" }, // AnimatedTexture547{ "set_pause_mode", "set_process_mode" }, // Node548{ "set_physical_scancode", "set_physical_keycode" }, // InputEventKey549{ "set_proximity_fade", "set_proximity_fade_enabled" }, // Material550{ "set_refuse_new_network_connections", "set_refuse_new_connections" }, // Multiplayer API551{ "set_region", "set_region_enabled" }, // Sprite2D -- Sprite breaks AtlasTexture.552{ "set_region_filter_clip", "set_region_filter_clip_enabled" }, // Sprite2D553{ "set_reverb_bus", "set_reverb_bus_name" }, // Area3D554{ "set_rotate", "set_rotates" }, // PathFollow2D555{ "set_scancode", "set_keycode" }, // InputEventKey556{ "set_shader_param", "set_shader_parameter" }, // ShaderMaterial557{ "set_shift", "set_shift_pressed" }, // InputEventWithModifiers558{ "set_size_override", "set_size_2d_override" }, // SubViewport -- Breaks ImageTexture.559{ "set_size_override_stretch", "set_size_2d_override_stretch" }, // SubViewport560{ "set_slips_on_slope", "set_slide_on_slope" }, // SeparationRayShape2D, SeparationRayShape3D561{ "set_sort_enabled", "set_y_sort_enabled" }, // Node2D562{ "set_space_override_mode", "set_gravity_space_override_mode" }, // Area2D563{ "set_spatial_node", "set_node_3d" }, // EditorNode3DGizmo564{ "set_speed", "set_velocity" }, // InputEventMouseMotion565{ "set_ssao_edge_sharpness", "set_ssao_sharpness" }, // Environment566{ "set_surface_material", "set_surface_override_material" }, // MeshInstance3D -- Breaks ImporterMesh.567{ "set_tab_align", "set_tab_alignment" }, // TabContainer568{ "set_tangent", "surface_set_tangent" }, // ImmediateGeometry -- Breaks SurfaceTool.569{ "set_target_location", "set_target_position" }, // NavigationAgent2D, NavigationAgent3D570{ "set_text_align", "set_text_alignment" }, // Button571{ "set_timer_process_mode", "set_timer_process_callback" }, // Timer572{ "set_translation", "set_position" }, // Node3D -- This breaks GLTFNode, but it is used rarely.573{ "set_uniform_name", "set_parameter_name" }, // ParameterRef574{ "set_unit_db", "set_volume_db" }, // AudioStreamPlayer3D575{ "set_unit_offset", "set_progress_ratio" }, // PathFollow2D, PathFollow3D576{ "set_uv2", "surface_set_uv2" }, // ImmediateMesh -- Breaks SurfaceTool.577{ "set_verts_per_poly", "set_vertices_per_polygon" }, // NavigationMesh578{ "set_v_drag_enabled", "set_drag_vertical_enabled" }, // Camera2D579{ "set_valign", "set_vertical_alignment" }, // Label580{ "set_window_layout", "_set_window_layout" }, // EditorPlugin581{ "set_zfar", "set_far" }, // Camera3D -- Breaks GLTFCamera.582{ "set_znear", "set_near" }, // Camera3D -- Breaks GLTFCamera.583{ "shortcut_match", "is_match" }, // InputEvent584{ "skeleton_allocate", "skeleton_allocate_data" }, // RenderingServer585{ "surface_update_region", "surface_update_attribute_region" }, // ArrayMesh586{ "track_remove_key_at_position", "track_remove_key_at_time" }, // Animation587{ "triangulate_delaunay_2d", "triangulate_delaunay" }, // Geometry2D588{ "unselect", "deselect" }, // ItemList589{ "unselect_all", "deselect_all" }, // ItemList590{ "update_configuration_warning", "update_configuration_warnings" }, // Node591{ "update_gizmo", "update_gizmos" }, // Node3D592{ "viewport_set_use_arvr", "viewport_set_use_xr" }, // RenderingServer593{ "warp_mouse_position", "warp_mouse" }, // Input594{ "world_to_map", "local_to_map" }, // TileMap, GridMap595596// Builtin types597// Remember to add them to the builtin_types_excluded_functions variable, because for now these functions cannot be listed.598// { "empty", "is_empty" }, // Array -- Used as custom rule. Be careful, this will be used everywhere.599// { "invert", "reverse" }, // Array -- Give it a check. Be careful, this will be used everywhere.600// { "remove", "remove_at" }, // Array -- Breaks Directory and several more.601{ "clamped", "limit_length" }, // Vector2602{ "get_rotation_quat", "get_rotation_quaternion" }, // Basis603{ "grow_margin", "grow_side" }, // Rect2604{ "is_abs_path", "is_absolute_path" }, // String605{ "is_valid_integer", "is_valid_int" }, // String606{ "linear_interpolate", "lerp" }, // Color607{ "find_last", "rfind" }, // Array, String608{ "to_ascii", "to_ascii_buffer" }, // String609{ "to_utf8", "to_utf8_buffer" }, // String610{ "to_wchar", "to_wchar_buffer" }, // String611612// @GlobalScope613// Remember to add them to the builtin_types_excluded_functions variable, because for now these functions cannot be listed.614{ "bytes2var", "bytes_to_var" },615{ "bytes2var_with_objects", "bytes_to_var_with_objects" },616{ "db2linear", "db_to_linear" },617{ "deg2rad", "deg_to_rad" },618{ "linear2db", "linear_to_db" },619{ "rad2deg", "rad_to_deg" },620{ "rand_range", "randf_range" },621{ "range_lerp", "remap" },622{ "stepify", "snapped" },623{ "str2var", "str_to_var" },624{ "var2str", "var_to_str" },625{ "var2bytes", "var_to_bytes" },626{ "var2bytes_with_objects", "var_to_bytes_with_objects" },627628// @GDScript629// Remember to add them to the builtin_types_excluded_functions variable, because for now these functions cannot be listed.630{ "dict2inst", "dict_to_inst" },631{ "inst2dict", "inst_to_dict" },632633{ nullptr, nullptr },634};635636// gdscript_function_renames clone with CamelCase637const char *RenamesMap3To4::csharp_function_renames[][2] = {638{ "_AboutToShow", "_AboutToPopup" }, // ColorPickerButton639{ "_GetConfigurationWarning", "_GetConfigurationWarnings" }, // Node640{ "_SetCurrent", "SetCurrent" }, // Camera2D641{ "_SetEditorDescription", "SetEditorDescription" }, // Node642{ "_SetPlaying", "SetPlaying" }, // AnimatedSprite3D643{ "_ToplevelRaiseSelf", "_TopLevelRaiseSelf" }, // CanvasItem644{ "AddCancel", "AddCancelButton" }, // AcceptDialog645{ "AddCentralForce", "AddConstantCentralForce" }, //RigidBody2D646{ "AddChildBelowNode", "AddSibling" }, // Node647{ "AddColorOverride", "AddThemeColorOverride" }, // Control648{ "AddConstantOverride", "AddThemeConstantOverride" }, // Control649{ "AddFontOverride", "AddThemeFontOverride" }, // Control650{ "AddForce", "AddConstantForce" }, //RigidBody2D651{ "AddIconOverride", "AddThemeIconOverride" }, // Control652{ "AddSceneImportPlugin", "AddSceneFormatImporterPlugin" }, //EditorPlugin653{ "AddSpatialGizmoPlugin", "AddNode3dGizmoPlugin" }, // EditorPlugin654{ "AddStyleboxOverride", "AddThemeStyleboxOverride" }, // Control655{ "AddTorque", "AddConstantTorque" }, //RigidBody2D656{ "AgentSetNeighborDist", "AgentSetNeighborDistance" }, // NavigationServer2D, NavigationServer3D657{ "BindChildNodeToBone", "SetBoneChildren" }, // Skeleton3D658{ "BumpmapToNormalmap", "BumpMapToNormalMap" }, // Image659{ "CanBeHidden", "_CanBeHidden" }, // EditorNode3DGizmoPlugin660{ "CanDropData", "_CanDropData" }, // Control661{ "CanDropDataFw", "_CanDropDataFw" }, // ScriptEditor662{ "CanGenerateSmallPreview", "_CanGenerateSmallPreview" }, // EditorResourcePreviewGenerator663{ "CanInstance", "CanInstantiate" }, // PackedScene, Script664{ "CanvasLightSetScale", "CanvasLightSetTextureScale" }, // RenderingServer665{ "CaptureGetDevice", "GetInputDevice" }, // AudioServer666{ "CaptureGetDeviceList", "GetInputDeviceList" }, // AudioServer667{ "CaptureSetDevice", "SetInputDevice" }, // AudioServer668{ "CenterViewportToCursor", "CenterViewportToCaret" }, // TextEdit669{ "ChangeScene", "ChangeSceneToFile" }, // SceneTree670{ "ChangeSceneTo", "ChangeSceneToPacked" }, // SceneTree671{ "ClipPolygons2d", "ClipPolygons" }, // Geometry2D672{ "ClipPolylineWithPolygon2d", "ClipPolylineWithPolygon" }, //Geometry2D673{ "CommitHandle", "_CommitHandle" }, // EditorNode3DGizmo674{ "ConvexHull2d", "ConvexHull" }, // Geometry2D675{ "CursorGetBlinkSpeed", "GetCaretBlinkInterval" }, // TextEdit676{ "CursorGetColumn", "GetCaretColumn" }, // TextEdit677{ "CursorGetLine", "GetCaretLine" }, // TextEdit678{ "CursorSetBlinkEnabled", "SetCaretBlinkEnabled" }, // TextEdit679{ "CursorSetBlinkSpeed", "SetCaretBlinkInterval" }, // TextEdit680{ "CursorSetColumn", "SetCaretColumn" }, // TextEdit681{ "CursorSetLine", "SetCaretLine" }, // TextEdit682{ "DampedSpringJointCreate", "JointMakeDampedSpring" }, // PhysicsServer2D683{ "DampedStringJointGetParam", "DampedSpringJointGetParam" }, // PhysicsServer2D684{ "DampedStringJointSetParam", "DampedSpringJointSetParam" }, // PhysicsServer2D685{ "DeleteCharAtCursor", "DeleteCharAtCaret" }, // LineEdit686{ "DeselectItems", "DeselectAll" }, // FileDialog687{ "DropData", "_DropData" }, // Control688{ "DropDataFw", "_DropDataFw" }, // ScriptEditor689{ "ExcludePolygons2d", "ExcludePolygons" }, // Geometry2D690{ "FindScancodeFromString", "FindKeycodeFromString" }, // OS691{ "ForwardCanvasDrawOverViewport", "_ForwardCanvasDrawOverViewport" }, // EditorPlugin692{ "ForwardCanvasForceDrawOverViewport", "_ForwardCanvasForceDrawOverViewport" }, // EditorPlugin693{ "ForwardCanvasGuiInput", "_ForwardCanvasGuiInput" }, // EditorPlugin694{ "ForwardSpatialDrawOverViewport", "_Forward3dDrawOverViewport" }, // EditorPlugin695{ "ForwardSpatialForceDrawOverViewport", "_Forward3dForceDrawOverViewport" }, // EditorPlugin696{ "ForwardSpatialGuiInput", "_Forward3dGuiInput" }, // EditorPlugin697{ "GenerateFromPath", "_GenerateFromPath" }, // EditorResourcePreviewGenerator698{ "GenerateSmallPreviewAutomatically", "_GenerateSmallPreviewAutomatically" }, // EditorResourcePreviewGenerator699{ "GetActionList", "ActionGetEvents" }, // InputMap700{ "GetAlt", "IsAltPressed" }, // InputEventWithModifiers701{ "GetAnimationProcessMode", "GetProcessCallback" }, // AnimationPlayer702{ "GetAppliedForce", "GetConstantForce" }, //RigidBody2D703{ "GetAppliedTorque", "GetConstantTorque" }, //RigidBody2D704{ "GetAudioBus", "GetAudioBusName" }, // Area3D705{ "GetBoundChildNodesToBone", "GetBoneChildren" }, // Skeleton3D706{ "GetCamera", "GetCamera3d" }, // Viewport -- This is also convertible to GetCamera2d. Breaks GLTFNode.707{ "GetCancel", "GetCancelButton" }, // ConfirmationDialog708{ "GetCaption", "_GetCaption" }, // AnimationNode709{ "GetCastTo", "GetTargetPosition" }, // RayCast2D, RayCast3D710{ "GetChildByName", "_GetChildByName" }, // AnimationNode711{ "GetChildNodes", "_GetChildNodes" }, // AnimationNode712{ "GetClosestPointToSegment2d", "GetClosestPointToSegment" }, // Geometry2D713{ "GetClosestPointToSegmentUncapped2d", "GetClosestPointToSegmentUncapped" }, // Geometry2D714{ "GetClosestPointsBetweenSegments2d", "GetClosestPointToSegment" }, // Geometry2D715{ "GetCollisionLayerBit", "GetCollisionLayerValue" }, // CSGShape3D, and a lot of others like GridMap.716{ "GetCollisionMaskBit", "GetCollisionMaskValue" }, // CSGShape3D, and a lot of others like GridMap.717{ "GetColorTypes", "GetColorTypeList" }, // Theme718{ "GetCommand", "IsCommandPressed" }, // InputEventWithModifiers719{ "GetConstantTypes", "GetConstantTypeList" }, // Theme720{ "GetControl", "IsCtrlPressed" }, // InputEventWithModifiers721{ "GetCullMaskBit", "GetCullMaskValue" }, // Camera3D722{ "GetCursorPosition", "GetCaretColumn" }, // LineEdit723{ "GetD", "GetDistance" }, // LineShape2D724{ "GetDefaultLength", "GetLength" }, // Bone2D725{ "GetDepthBiasEnable", "GetDepthBiasEnabled" }, // RDPipelineRasterizationState726{ "GetDevice", "GetOutputDevice" }, // AudioServer727{ "GetDeviceList", "GetOutputDeviceList" }, // AudioServer728{ "GetDragDataFw", "_GetDragDataFw" }, // ScriptEditor729{ "GetEditorViewport", "GetViewport" }, // EditorPlugin730{ "GetEnabledFocusMode", "GetFocusMode" }, // BaseButton731{ "GetEndianSwap", "IsBigEndian" }, // File732{ "GetErrorString", "GetErrorMessage" }, // JSON733{ "GetFinalLocation", "GetFinalPosition" }, // NavigationAgent2D, NavigationAgent3D734{ "GetFocusNeighbour", "GetFocusNeighbor" }, // Control735{ "GetFollowSmoothing", "GetPositionSmoothingSpeed" }, // Camera2D736{ "GetFontTypes", "GetFontTypeList" }, // Theme737{ "GetFrameColor", "GetColor" }, // ColorRect738{ "GetGlobalRateScale", "GetPlaybackSpeedScale" }, // AudioServer739{ "GetGravityDistanceScale", "GetGravityPointDistanceScale" }, // Area2D740{ "GetGravityVector", "GetGravityDirection" }, // Area2D741{ "GetHScrollbar", "GetHScrollBar" }, // ScrollContainer742{ "GetHand", "GetTrackerHand" }, // XRPositionalTracker743{ "GetHandleName", "_GetHandleName" }, // EditorNode3DGizmo744{ "GetHandleValue", "_GetHandleValue" }, // EditorNode3DGizmo745{ "GetIconAlign", "GetIconAlignment" }, // Button746{ "GetIconTypes", "GetIconTypeList" }, // Theme747{ "GetIdleFrames", "GetProcessFrames" }, // Engine748{ "GetImportOptions", "_GetImportOptions" }, // EditorImportPlugin749{ "GetImportOrder", "_GetImportOrder" }, // EditorImportPlugin750{ "GetImporterName", "_GetImporterName" }, // EditorImportPlugin751{ "GetInteriorAmbient", "GetAmbientColor" }, // ReflectionProbe752{ "GetInteriorAmbientEnergy", "GetAmbientColorEnergy" }, // ReflectionProbe753{ "GetItemNavmesh", "GetItemMavigationMesh" }, // MeshLibrary754{ "GetItemNavmeshTransform", "GetItemNavigationMeshTransform" }, // MeshLibrary755{ "GetIterationsPerSecond", "GetPhysicsTicksPerSecond" }, // Engine756{ "GetLastMouseSpeed", "GetLastMouseVelocity" }, // Input757{ "GetLayerMaskBit", "GetLayerMaskValue" }, // VisualInstance3D758{ "GetLen", "GetLength" }, // File759{ "GetMaxAtlasSize", "GetMaxTextureSize" }, // LightmapGI760{ "GetMetakey", "IsMetaPressed" }, // InputEventWithModifiers761{ "GetMidHeight", "GetHeight" }, // CapsuleMesh762{ "GetMotionRemainder", "GetRemainder" }, // PhysicsTestMotionResult2D763{ "GetNavPath", "GetCurrentNavigationPath" }, // NavigationAgent2D, NavigationAgent3D764{ "GetNavPathIndex", "GetCurrentNavigationPathIndex" }, // NavigationAgent2D, NavigationAgent3D765{ "GetNeighborDist", "GetNeighborDistance" }, // NavigationAgent2D, NavigationAgent3D766{ "GetNetworkConnectedPeers", "GetPeers" }, // Multiplayer API767{ "GetNetworkMaster", "GetMultiplayerAuthority" }, // Node768{ "GetNetworkPeer", "GetMultiplayerPeer" }, // Multiplayer API769{ "GetNetworkUniqueId", "GetUniqueId" }, // Multiplayer API770{ "GetNextLocation", "GetNextPathPosition" }, // NavigationAgent2D, NavigationAgent3D771{ "GetOneshot", "GetOneShot" }, // AnimatedTexture772{ "GetOk", "GetOkButton" }, // AcceptDialog773{ "GetOptionVisibility", "_GetOptionVisibility" }, // EditorImportPlugin774{ "GetParameterDefaultValue", "_GetParameterDefaultValue" }, // AnimationNode775{ "GetParameterList", "_GetParameterList" }, // AnimationNode776{ "GetParentSpatial", "GetParentNode3d" }, // Node3D777{ "GetPhysicalScancode", "GetPhysicalKeycode" }, // InputEventKey778{ "GetPhysicalScancodeWithModifiers", "GetPhysicalKeycodeWithModifiers" }, // InputEventKey779{ "GetPluginIcon", "_GetPluginIcon" }, // EditorPlugin780{ "GetPluginName", "_GetPluginName" }, // EditorPlugin781{ "GetPresetCount", "_GetPresetCount" }, // EditorImportPlugin782{ "GetPresetName", "_GetPresetName" }, // EditorImportPlugin783{ "GetRecognizedExtensions", "_GetRecognizedExtensions" }, // ResourceFormatLoader, EditorImportPlugin -- Breaks ResourceSaver.784{ "GetRenderInfo", "GetRenderingInfo" }, // RenderingServer785{ "GetRenderTargetsize", "GetRenderTargetSize" }, // XRInterface786{ "GetResourceType", "_GetResourceType" }, // ResourceFormatLoader787{ "GetResult", "GetData" }, // JSON788{ "GetReverbBus", "GetReverbBusName" }, // Area3D789{ "GetRpcSenderId", "GetRemoteSenderId" }, // Multiplayer API790{ "GetSaveExtension", "_GetSaveExtension" }, // EditorImportPlugin791{ "GetScancode", "GetKeycode" }, // InputEventKey792{ "GetScancodeString", "GetKeycodeString" }, // OS793{ "GetScancodeWithModifiers", "GetKeycodeWithModifiers" }, // InputEventKey794{ "GetShaderParam", "GetShaderParameter" }, // ShaderMaterial795{ "GetShift", "IsShiftPressed" }, // InputEventWithModifiers796{ "GetSizeOverride", "GetSize2dOverride" }, // SubViewport797{ "GetSlipsOnSlope", "GetSlideOnSlope" }, // SeparationRayShape2D, SeparationRayShape3D798{ "GetSpaceOverrideMode", "GetGravitySpaceOverrideMode" }, // Area2D799{ "GetSpatialNode", "GetNode3d" }, // EditorNode3DGizmo800{ "GetSpeed", "GetVelocity" }, // InputEventMouseMotion801{ "GetStyleboxTypes", "GetStyleboxTypeList" }, // Theme802{ "GetSurfaceMaterial", "GetSurfaceOverrideMaterial" }, // MeshInstance3D -- Breaks ImporterMesh.803{ "GetSurfaceMaterialCount", "GetSurfaceOverrideMaterialCount" }, // MeshInstance3D804{ "GetTabDisabled", "IsTabDisabled" }, // Tab805{ "GetTabHidden", "IsTabHidden" }, // Tab806{ "GetTargetLocation", "GetTargetPosition" }, // NavigationAgent2D, NavigationAgent3D807{ "GetTextAlign", "GetTextAlignment" }, // Button808{ "GetThemeItemTypes", "GetThemeItemTypeList" }, // Theme809{ "GetTimerProcessMode", "GetTimerProcessCallback" }, // Timer810{ "GetTranslation", "GetPosition" }, // Node3D -- Breaks GLTFNode, but it is used rarely.811{ "GetUniformName", "GetParameterName" }, // ParameterRef812{ "GetUnitDb", "GetVolumeDb" }, // AudioStreamPlayer3D813{ "GetUnitOffset", "GetProgressRatio" }, // PathFollow2D, PathFollow3D814{ "GetUseInBakedLight", "IsBakingNavigation" }, // GridMap815{ "GetVertsPerPoly", "GetVerticesPerPolygon" }, // NavigationMesh816{ "GetVScrollbar", "GetVScrollBar" }, // ScrollContainer817{ "GetVisibleName", "_GetVisibleName" }, // EditorImportPlugin818{ "GetWindowLayout", "_GetWindowLayout" }, // EditorPlugin819{ "GetWordUnderCursor", "GetWordUnderCaret" }, // TextEdit820{ "GetWorld", "GetWorld3d" }, // Viewport, Node3D821{ "GetZfar", "GetFar" }, // Camera3D -- Breaks GLTFCamera822{ "GetZnear", "GetNear" }, // Camera3D -- Breaks GLTFCamera823{ "GrooveJointCreate", "JointMakeGroove" }, // PhysicsServer2D824{ "HandleMenuSelected", "_HandleMenuSelected" }, // EditorResourcePicker825{ "HandlesType", "_HandlesType" }, // ResourceFormatLoader826{ "HasColor", "HasThemeColor" }, // Control -- Breaks Theme827{ "HasColorOverride", "HasThemeColorOverride" }, // Control -- Breaks Theme828{ "HasConstant", "HasThemeConstant" }, // Control829{ "HasConstantOverride", "HasThemeConstantOverride" }, // Control830{ "HasFilter", "_HasFilter" }, // AnimationNode831{ "HasFont", "HasThemeFont" }, // Control -- Breaks Theme832{ "HasFontOverride", "HasThemeFontOverride" }, // Control833{ "HasIcon", "HasThemeIcon" }, // Control -- Breaks Theme834{ "HasIconOverride", "HasThemeIconOverride" }, // Control835{ "HasMainScreen", "_HasMainScreen" }, // EditorPlugin836{ "HasNetworkPeer", "HasMultiplayerPeer" }, // Multiplayer API837{ "HasStylebox", "HasThemeStylebox" }, // Control -- Breaks Theme838{ "HasStyleboxOverride", "HasThemeStyleboxOverride" }, // Control839{ "HttpEscape", "UriEncode" }, // String840{ "HttpUnescape", "UriDecode" }, // String841{ "ImportAnimationFromOtherImporter", "_ImportAnimation" }, // EditorSceneFormatImporter842{ "ImportSceneFromOtherImporter", "_ImportScene" }, // EditorSceneFormatImporter843{ "InstanceSetSurfaceMaterial", "InstanceSetSurfaceOverrideMaterial" }, // RenderingServer844{ "IntersectPolygons2d", "IntersectPolygons" }, // Geometry2D845{ "IntersectPolylineWithPolygon2d", "IntersectPolylineWithPolygon" }, // Geometry2D846{ "IsAParentOf", "IsAncestorOf" }, // Node847{ "IsCommitingAction", "IsCommittingAction" }, // UndoRedo848{ "IsDoubleclick", "IsDoubleClick" }, // InputEventMouseButton849{ "IsFollowSmoothingEnabled", "IsPositionSmoothingEnabled" }, // Camera2D850{ "IsHDragEnabled", "IsDragHorizontalEnabled" }, // Camera2D851{ "IsHandleHighlighted", "_IsHandleHighlighted" }, // EditorNode3DGizmo, EditorNode3DGizmoPlugin852{ "IsNetworkMaster", "IsMultiplayerAuthority" }, // Node853{ "IsNetworkServer", "IsServer" }, // Multiplayer API854{ "IsNormalmap", "IsNormalMap" }, // NoiseTexture855{ "IsRefusingNewNetworkConnections", "IsRefusingNewConnections" }, // Multiplayer API856{ "IsRegion", "IsRegionEnabled" }, // Sprite2D857{ "IsRotating", "IsIgnoringRotation" }, // Camera2D858{ "IsScancodeUnicode", "IsKeycodeUnicode" }, // OS859{ "IsSelectableWhenHidden", "_IsSelectableWhenHidden" }, // EditorNode3DGizmoPlugin860{ "IsSetAsToplevel", "IsSetAsTopLevel" }, // CanvasItem861{ "IsShortcut", "MatchesEvent" }, // Shortcut862{ "IsSizeOverrideStretchEnabled", "IsSize2dOverrideStretchEnabled" }, // SubViewport863{ "IsSortEnabled", "IsYSortEnabled" }, // Node2D864{ "IsStaticBody", "IsAbleToSleep" }, // PhysicalBone3D -- Not sure.865{ "IsVDragEnabled", "IsDragVerticalEnabled" }, // Camera2D866{ "JointCreateConeTwist", "JointMakeConeTwist" }, // PhysicsServer3D867{ "JointCreateGeneric6dof", "JointMakeGeneric6dof" }, // PhysicsServer3D868{ "JointCreateHinge", "JointMakeHinge" }, // PhysicsServer3D869{ "JointCreatePin", "JointMakePin" }, // PhysicsServer3D870{ "JointCreateSlider", "JointMakeSlider" }, // PhysicsServer3D871{ "LineIntersectsLine2d", "LineIntersectsLine" }, // Geometry2D872{ "LoadFromGlobals", "LoadFromProjectSettings" }, // InputMap873{ "MakeConvexFromBrothers", "MakeConvexFromSiblings" }, // CollisionShape3D874{ "MergePolygons2d", "MergePolygons" }, // Geometry2D875{ "MeshSurfaceGetFormat", "MeshSurfaceGetFormatAttributeStride" }, // RenderingServer876{ "MeshSurfaceUpdateRegion", "MeshSurfaceUpdateAttributeRegion" }, // RenderingServer877{ "MoveToBottom", "MoveAfter" }, // Skeleton3D878{ "MoveToTop", "MoveBefore" }, // Skeleton3D879{ "MultimeshAllocate", "MultimeshAllocateData" }, // RenderingServer880{ "NormalmapToXy", "NormalMapToXy" }, // Image881{ "OffsetPolygon2d", "OffsetPolygon" }, // Geometry2D882{ "OffsetPolyline2d", "OffsetPolyline" }, // Geometry2D883{ "PercentDecode", "UriDecode" }, // String884{ "PercentEncode", "UriEncode" }, // String885{ "PinJointCreate", "JointMakePin" }, // PhysicsServer2D886{ "PopupCenteredMinsize", "PopupCenteredClamped" }, // Window887{ "PostImport", "_PostImport" }, // EditorScenePostImport888{ "PrintStrayNodes", "PrintOrphanNodes" }, // Node889{ "PropertyListChangedNotify", "NotifyPropertyListChanged" }, // Object890{ "Recognize", "_Recognize" }, // ResourceFormatLoader891{ "RegenNormalmaps", "RegenNormalMaps" }, // ArrayMesh892{ "RegionBakeNavmesh", "region_bake_navigation_mesh" }, // Navigation3DServer893{ "RegionSetNavmesh", "RegionSetNavigationMesh" }, // Navigation3DServer894{ "RegionSetNavpoly", "RegionSetNavigationPolygon" }, // Navigation2DServer895{ "RemoveAnimation", "RemoveAnimationLibrary" }, // AnimationPlayer896{ "RemoveColorOverride", "RemoveThemeColorOverride" }, // Control897{ "RemoveConstantOverride", "RemoveThemeConstantOverride" }, // Control898{ "RemoveFontOverride", "RemoveThemeFontOverride" }, // Control899{ "RemoveSceneImportPlugin", "RemoveSceneFormatImporterPlugin" }, //EditorPlugin900{ "RemoveSpatialGizmoPlugin", "RemoveNode3dGizmoPlugin" }, // EditorPlugin901{ "RemoveStyleboxOverride", "RemoveThemeStyleboxOverride" }, // Control902{ "RenameAnimation", "RenameAnimationLibrary" }, // AnimationPlayer903{ "RenameDependencies", "_RenameDependencies" }, // ResourceFormatLoader904{ "SaveExternalData", "_SaveExternalData" }, // EditorPlugin905{ "SegmentIntersectsSegment2d", "SegmentIntersectsSegment" }, // Geometry2D906{ "SetAdjustmentEnable", "SetAdjustmentEnabled" }, // Environment907{ "SetAlt", "SetAltPressed" }, // InputEventWithModifiers908{ "SetAnchorAndMargin", "SetAnchorAndOffset" }, // Control909{ "SetAnchorsAndMarginsPreset", "SetAnchorsAndOffsetsPreset" }, // Control910{ "SetAnimationProcessMode", "SetProcessCallback" }, // AnimationPlayer911{ "SetAsBulkArray", "SetBuffer" }, // MultiMesh912{ "SetAsNormalmap", "SetAsNormalMap" }, // NoiseTexture913{ "SetAsToplevel", "SetAsTopLevel" }, // CanvasItem914{ "SetAudioBus", "SetAudioBusName" }, // Area3D915{ "SetAutowrap", "SetAutowrapMode" }, // Label -- Breaks AcceptDialog.916{ "SetCastTo", "SetTargetPosition" }, // RayCast2D, RayCast3D917{ "SetCollisionLayerBit", "SetCollisionLayerValue" }, // CSGShape3D, and a lot of others like GridMap.918{ "SetCollisionMaskBit", "SetCollisionMaskValue" }, // CSGShape3D, and a lot of others like GridMap.919{ "SetColumnMinWidth", "SetColumnCustomMinimumWidth" }, // Tree920{ "SetCommand", "SetCommandPressed" }, // InputEventWithModifiers921{ "SetControl", "SetCtrlPressed" }, // InputEventWithModifiers922{ "SetCreateOptions", "_SetCreateOptions" }, // EditorResourcePicker923{ "SetCullMaskBit", "SetCullMaskValue" }, // Camera3D924{ "SetCursorPosition", "SetCaretColumn" }, // LineEdit925{ "SetD", "SetDistance" }, // WorldMarginShape2D926{ "SetDefaultLength", "SetLength" }, // Bone2D927{ "SetDepthBiasEnable", "SetDepthBiasEnabled" }, // RDPipelineRasterizationState928{ "SetDevice", "SetOutputDevice" }, // AudioServer929{ "SetDoubleclick", "SetDoubleClick" }, // InputEventMouseButton930{ "SetEnableFollowSmoothing", "SetPositionSmoothingEnabled" }, // Camera2D931{ "SetEnabledFocusMode", "SetFocusMode" }, // BaseButton932{ "SetEndianSwap", "SetBigEndian" }, // File933{ "SetExpandToTextLength", "SetExpandToTextLengthEnabled" }, // LineEdit934{ "SetFocusNeighbour", "SetFocusNeighbor" }, // Control935{ "SetFollowSmoothing", "SetPositionSmoothingSpeed" }, // Camera2D936{ "SetFrameColor", "SetColor" }, // ColorRect937{ "SetGlobalRateScale", "SetPlaybackSpeedScale" }, // AudioServer938{ "SetGravityDistanceScale", "SetGravityPointDistanceScale" }, // Area2D939{ "SetGravityVector", "SetGravityDirection" }, // Area2D940{ "SetHDragEnabled", "SetDragHorizontalEnabled" }, // Camera2D941{ "SetIconAlign", "SetIconAlignment" }, // Button942{ "SetInteriorAmbient", "SetAmbientColor" }, // ReflectionProbe943{ "SetInteriorAmbientEnergy", "SetAmbientColorEnergy" }, // ReflectionProbe944{ "SetIsInitialized", "_IsInitialized" }, // XRInterface945{ "SetIsPrimary", "SetPrimary" }, // XRInterface946{ "SetItemNavmesh", "SetItemNavigationMesh" }, // MeshLibrary947{ "SetItemNavmeshTransform", "SetItemNavigationMeshTransform" }, // MeshLibrary948{ "SetIterationsPerSecond", "SetPhysicsTicksPerSecond" }, // Engine949{ "SetLayerMaskBit", "SetLayerMaskValue" }, // VisualInstance3D950{ "SetMarginsPreset", "SetOffsetsPreset" }, // Control951{ "SetMaxAtlasSize", "SetMaxTextureSize" }, // LightmapGI952{ "SetMetakey", "SetMetaPressed" }, // InputEventWithModifiers953{ "SetMidHeight", "SetHeight" }, // CapsuleMesh954{ "SetNeighborDist", "SetNeighborDistance" }, // NavigationAgent2D, NavigationAgent3D955{ "SetNetworkMaster", "SetMultiplayerAuthority" }, // Node956{ "SetNetworkPeer", "SetMultiplayerPeer" }, // Multiplayer API957{ "SetOneshot", "SetOneShot" }, // AnimatedTexture958{ "SetPhysicalScancode", "SetPhysicalKeycode" }, // InputEventKey959{ "SetProximityFade", "SetProximityFadeEnabled" }, // Material960{ "SetRefuseNewNetworkConnections", "SetRefuseNewConnections" }, // Multiplayer API961{ "SetRegion", "SetRegionEnabled" }, // Sprite2D -- Sprite breaks AtlasTexture.962{ "SetRegionFilterClip", "SetRegionFilterClipEnabled" }, // Sprite2D963{ "SetReverbBus", "SetReverbBusName" }, // Area3D964{ "SetRotate", "SetRotates" }, // PathFollow2D965{ "SetScancode", "SetKeycode" }, // InputEventKey966{ "SetShaderParam", "SetShaderParameter" }, // ShaderMaterial967{ "SetShift", "SetShiftPressed" }, // InputEventWithModifiers968{ "SetSizeOverride", "SetSize2dOverride" }, // SubViewport -- Breaks ImageTexture.969{ "SetSizeOverrideStretch", "SetSize2dOverrideStretch" }, // SubViewport970{ "SetSlipsOnSlope", "SetSlideOnSlope" }, // SeparationRayShape2D, SeparationRayShape3D971{ "SetSortEnabled", "SetYSortEnabled" }, // Node2D972{ "SetSpaceOverrideMode", "SetGravitySpaceOverrideMode" }, // Area2D973{ "SetSpatialNode", "SetNode3d" }, // EditorNode3DGizmo974{ "SetSpeed", "SetVelocity" }, // InputEventMouseMotion975{ "SetSsaoEdgeSharpness", "SetSsaoSharpness" }, // Environment976{ "SetSurfaceMaterial", "SetSurfaceOverrideMaterial" }, // MeshInstance3D -- Breaks ImporterMesh.977{ "SetTabAlign", "SetTabAlignment" }, // TabContainer978{ "SetTangent", "SurfaceSetTangent" }, // ImmediateGeometry -- Breaks SurfaceTool.979{ "SetTargetLocation", "SetTargetPosition" }, // NavigationAgent2D, NavigationAgent3D980{ "SetTextAlign", "SetTextAlignment" }, // Button981{ "SetTimerProcessMode", "SetTimerProcessCallback" }, // Timer982{ "SetTonemapAutoExposure", "SetTonemapAutoExposureEnabled" }, // Environment983{ "SetTranslation", "SetPosition" }, // Node3D -- This breaks GLTFNode, but it is used rarely.984{ "SetUniformName", "SetParameterName" }, // ParameterRef985{ "SetUnitDb", "SetVolumeDb" }, // AudioStreamPlayer3D986{ "SetUnitOffset", "SetProgressRatio" }, // PathFollow2D, PathFollow3D987{ "SetUv2", "SurfaceSetUv2" }, // ImmediateMesh -- Breaks SurfaceTool.988{ "SetVertsPerPoly", "SetVerticesPerPolygon" }, // NavigationMesh989{ "SetVDragEnabled", "SetDragVerticalEnabled" }, // Camera2D990{ "SetValign", "SetVerticalAlignment" }, // Label991{ "SetWindowLayout", "_SetWindowLayout" }, // EditorPlugin992{ "SetZfar", "SetFar" }, // Camera3D -- Breaks GLTFCamera.993{ "SetZnear", "SetNear" }, // Camera3D -- Breaks GLTFCamera.994{ "ShortcutMatch", "IsMatch" }, // InputEvent995{ "SkeletonAllocate", "SkeletonAllocateData" }, // RenderingServer996{ "SurfaceUpdateRegion", "SurfaceUpdateAttributeRegion" }, // ArrayMesh997{ "TrackRemoveKeyAtPosition", "TrackRemoveKeyAtTime" }, // Animation998{ "TriangulateDelaunay2d", "TriangulateDelaunay" }, // Geometry2D999{ "UnbindChildNodeFromBone", "RemoveBoneChild" }, // Skeleton3D1000{ "Unselect", "Deselect" }, // ItemList1001{ "UnselectAll", "DeselectAll" }, // ItemList1002{ "UpdateConfigurationWarning", "UpdateConfigurationWarnings" }, // Node1003{ "UpdateGizmo", "UpdateGizmos" }, // Node3D1004{ "ViewportSetUseArvr", "ViewportSetUseXr" }, // RenderingServer1005{ "WarpMousePosition", "WarpMouse" }, // Input1006{ "WorldToMap", "LocalToMap" }, // TileMap, GridMap10071008// Builtin types1009{ "Clamped", "LimitLength" }, // Vector21010{ "GetRotationQuat", "GetRotationQuaternion" }, // Basis1011{ "GrowMargin", "GrowSide" }, // Rect21012{ "IsAbsPath", "IsAbsolutePath" }, // String1013{ "IsValidInteger", "IsValidInt" }, // String1014{ "LinearInterpolate", "Lerp" }, // Color1015{ "ToAscii", "ToAsciiBuffer" }, // String1016{ "ToUtf8", "ToUtf8Buffer" }, // String10171018// @GlobalScope1019{ "Bytes2Var", "BytesToVar" },1020{ "Bytes2VarWithObjects", "BytesToVarWithObjects" },1021{ "Db2Linear", "DbToLinear" },1022{ "Deg2Rad", "DegToRad" },1023{ "Linear2Db", "LinearToDb" },1024{ "Rad2Deg", "RadToDeg" },1025{ "RandRange", "RandfRange" },1026{ "RangeLerp", "Remap" },1027{ "Stepify", "Snapped" },1028{ "Str2Var", "StrToVar" },1029{ "Var2Str", "VarToStr" },1030{ "Var2Bytes", "VarToBytes" },1031{ "Var2BytesWithObjects", "VarToBytesWithObjects" },10321033// @GDScript1034{ "Dict2Inst", "DictToInst" },1035{ "Inst2Dict", "InstToDict" },10361037{ nullptr, nullptr },1038};10391040const char *RenamesMap3To4::gdscript_properties_renames[][2] = {1041// NOTE: Commented out renames are disabled because deemed not suitable for1042// the current way the regex-based converter works.1043// When uncommenting any of those as suitable for conversion, please move it1044// to the block with other enabled conversions, ordered alphabetically, and1045// make sure to add it to the C# rename map too.10461047// Too common words, users may use these names for variables or in comments.1048// { "bg", SceneStringName(panel) }, // Theme1049// { "alt", "alt_pressed" }, // InputEventWithModifiers1050// { "command", "command_pressed" }, // InputEventWithModifiers1051// { "control", "ctrl_pressed" }, // InputEventWithModifiers1052// { "d", "distance" }, // WorldMarginShape2D1053// { "device", "output_device" }, // AudioServer1054// { "doubleclick", "double_click" }, // InputEventMouseButton1055// { "filename", "scene_file_path" }, // Node1056// { "group", "button_group" }, // BaseButton1057// { "meta", "meta_pressed" }, // InputEventWithModifiers1058// { "rotate", "rotates" }, // PathFollow2D1059// { "off", "unchecked" }, // Theme1060// { "ofs", "offset" }, // Theme1061// { "offset", "progress" }, // PathFollow2D, PathFollow3D1062// { "on", "checked" }, // Theme1063// { "shift", "shift_pressed" }, // InputEventWithModifiers1064// { "window_title", "title" }, // Window1065// { "zfar", "far" }, // Camera3D1066// { "znear", "near" }, // Camera3D10671068// Would need bespoke solution.1069// { "autowrap", "autowrap_mode" }, // Label -- Changed from bool to enum.1070// { "extents", "size" }, // BoxShape3D, LightmapGI, ReflectionProbe1071// { "frames", "sprite_frames" }, // AnimatedSprite2D, AnimatedSprite3D -- GH-736961072// { "percent_visible, "show_percentage }, // ProgressBar -- Breaks Label and RichTextLabel.1073// { "pressed", "button_pressed" }, // BaseButton -- Would also rename the signal.1074// { "process_mode", "process_callback" }, // AnimationTree, Camera2D -- conflicts with Node.1075// { "wrap_enabled", "wrap_mode" }, // TextEdit -- Changed from bool to enum.10761077{ "as_normalmap", "as_normal_map" }, // NoiseTexture1078{ "bbcode_text", "text" }, // RichTextLabel1079{ "bg_focus", "focus" }, // Theme1080{ "capture_device", "input_device" }, // AudioServer1081{ "caret_blink_speed", "caret_blink_interval" }, // TextEdit, LineEdit1082{ "caret_moving_by_right_click", "caret_move_on_right_click" }, // TextEdit1083{ "caret_position", "caret_column" }, // LineEdit1084{ "cast_to", "target_position" }, // RayCast2D, RayCast3D1085{ "check_vadjust", "check_v_offset" }, // Theme1086{ "close_h_ofs", "close_h_offset" }, // Theme1087{ "close_v_ofs", "close_v_offset" }, // Theme1088{ "commentfocus", "comment_focus" }, // Theme1089{ "contacts_reported", "max_contacts_reported" }, // RigidBody1090{ "depth_bias_enable", "depth_bias_enabled" }, // RDPipelineRasterizationState1091{ "drag_margin_bottom", "drag_bottom_margin" }, // Camera2D1092{ "drag_margin_h_enabled", "drag_horizontal_enabled" }, // Camera2D1093{ "drag_margin_left", "drag_left_margin" }, // Camera2D1094{ "drag_margin_right", "drag_right_margin" }, // Camera2D1095{ "drag_margin_top", "drag_top_margin" }, // Camera2D1096{ "drag_margin_v_enabled", "drag_vertical_enabled" }, // Camera2D1097{ "enabled_focus_mode", "focus_mode" }, // BaseButton - Removed1098{ "extra_spacing_bottom", "spacing_bottom" }, // Font1099{ "extra_spacing_top", "spacing_top" }, // Font1100{ "focus_neighbour_bottom", "focus_neighbor_bottom" }, // Control1101{ "focus_neighbour_left", "focus_neighbor_left" }, // Control1102{ "focus_neighbour_right", "focus_neighbor_right" }, // Control1103{ "focus_neighbour_top", "focus_neighbor_top" }, // Control1104{ "follow_viewport_enable", "follow_viewport_enabled" }, // CanvasItem1105{ "file_icon_modulate", "file_icon_color" }, // Theme1106{ "files_disabled", "file_disabled_color" }, // Theme1107{ "folder_icon_modulate", "folder_icon_color" }, // Theme1108{ "global_rate_scale", "playback_speed_scale" }, // AudioServer1109{ "global_translation", "global_position" }, // Node3D1110{ "gravity_distance_scale", "gravity_point_unit_distance" }, // Area(2D/3D)1111{ "gravity_vec", "gravity_direction" }, // Area(2D/3D)1112{ "hint_tooltip", "tooltip_text" }, // Control1113{ "hseparation", "h_separation" }, // Theme1114{ "icon_align", "icon_alignment" }, // Button1115{ "iterations_per_second", "physics_ticks_per_second" }, // Engine1116{ "invert_enable", "invert_enabled" }, // Polygon2D1117{ "margin_bottom", "offset_bottom" }, // Control -- Breaks NinePatchRect, StyleBox.1118{ "margin_left", "offset_left" }, // Control -- Breaks NinePatchRect, StyleBox.1119{ "margin_right", "offset_right" }, // Control -- Breaks NinePatchRect, StyleBox.1120{ "margin_top", "offset_top" }, // Control -- Breaks NinePatchRect, StyleBox.1121{ "mid_height", "height" }, // CapsuleMesh1122{ "navpoly", "navigation_polygon" }, // NavigationRegion2D1123{ "navmesh", "navigation_mesh" }, // NavigationRegion3D1124{ "neighbor_dist", "neighbor_distance" }, // NavigationAgent2D, NavigationAgent3D1125{ "octaves", "fractal_octaves" }, // OpenSimplexNoise -> FastNoiseLite1126{ "offset_h", "drag_horizontal_offset" }, // Camera2D1127{ "offset_v", "drag_vertical_offset" }, // Camera2D1128{ "off_disabled", "unchecked_disabled" }, // Theme1129{ "on_disabled", "checked_disabled" }, // Theme1130{ "oneshot", "one_shot" }, // AnimatedTexture1131{ "out_of_range_mode", "max_polyphony" }, // AudioStreamPlayer3D1132{ "pause_mode", "process_mode" }, // Node1133{ "physical_scancode", "physical_keycode" }, // InputEventKey1134{ "polygon_verts_per_poly", "polygon_vertices_per_polyon" }, // NavigationMesh1135{ "popup_exclusive", "exclusive" }, // Window1136{ "proximity_fade_enable", "proximity_fade_enabled" }, // Material1137{ "rect_position", "position" }, // Control1138{ "rect_global_position", "global_position" }, // Control1139{ "rect_size", "size" }, // Control1140{ "rect_min_size", "custom_minimum_size" }, // Control1141{ "rect_rotation", "rotation" }, // Control1142{ "rect_scale", "scale" }, // Control1143{ "rect_pivot_offset", "pivot_offset" }, // Control1144{ "rect_clip_content", "clip_contents" }, // Control1145{ "refuse_new_network_connections", "refuse_new_connections" }, // MultiplayerAPI1146{ "region_filter_clip", "region_filter_clip_enabled" }, // Sprite2D1147{ "reverb_bus_enable", "reverb_bus_enabled" }, // Area3D1148{ "scancode", "keycode" }, // InputEventKey1149{ "selectedframe", "selected_frame" }, // Theme1150{ "size_override_stretch", "size_2d_override_stretch" }, // SubViewport1151{ "slips_on_slope", "slide_on_slope" }, // SeparationRayShape2D1152{ "smoothing_enabled", "position_smoothing_enabled" }, // Camera2D1153{ "smoothing_speed", "position_smoothing_speed" }, // Camera2D1154{ "ss_reflections_depth_tolerance", "ssr_depth_tolerance" }, // Environment1155{ "ss_reflections_enabled", "ssr_enabled" }, // Environment1156{ "ss_reflections_fade_in", "ssr_fade_in" }, // Environment1157{ "ss_reflections_fade_out", "ssr_fade_out" }, // Environment1158{ "ss_reflections_max_steps", "ssr_max_steps" }, // Environment1159{ "state_machine_selectedframe", "state_machine_selected_frame" }, // Theme1160{ "syntax_highlighting", "syntax_highlighter" }, // TextEdit1161{ "tab_align", "tab_alignment" }, // TabContainer1162{ "table_hseparation", "table_h_separation" }, // Theme1163{ "table_vseparation", "table_v_separation" }, // Theme1164{ "tangent", "orthogonal" }, // Vector21165{ "target_location", "target_position" }, // NavigationAgent2D, NavigationAgent3D1166{ "toplevel", "top_level" }, // Node1167{ "translation", "position" }, // Node3D1168{ "unit_db", "volume_db" }, // AudioStreamPlayer3D1169{ "unit_offset", "progress_ratio" }, // PathFollow2D, PathFollow3D1170{ "vseparation", "v_separation" }, // Theme11711172{ nullptr, nullptr },1173};11741175const char *RenamesMap3To4::csharp_properties_renames[][2] = {1176{ "AsNormalmap", "AsNormalMap" }, // NoiseTexture1177{ "BbcodeText", "Text" }, // RichTextLabel1178{ "BgFocus", "Focus" }, // Theme1179{ "CaptureDevice", "InputDevice" }, // AudioServer1180{ "CaretBlinkSpeed", "CaretBlinkInterval" }, // TextEdit, LineEdit1181{ "CaretMovingByRightClick", "CaretMoveOnRightClick" }, // TextEdit1182{ "CaretPosition", "CaretColumn" }, // LineEdit1183{ "CastTo", "TargetPosition" }, // RayCast2D, RayCast3D1184{ "CheckVadjust", "CheckVAdjust" }, // Theme1185{ "CloseHOfs", "CloseHOffset" }, // Theme1186{ "CloseVOfs", "CloseVOffset" }, // Theme1187{ "Commentfocus", "CommentFocus" }, // Theme1188{ "ContactsReported", "MaxContactsReported" }, // RigidBody1189{ "DepthBiasEnable", "DepthBiasEnabled" }, // RDPipelineRasterizationState1190{ "DragMarginBottom", "DragBottomMargin" }, // Camera2D1191{ "DragMarginHEnabled", "DragHorizontalEnabled" }, // Camera2D1192{ "DragMarginLeft", "DragLeftMargin" }, // Camera2D1193{ "DragMarginRight", "DragRightMargin" }, // Camera2D1194{ "DragMarginTop", "DragTopMargin" }, // Camera2D1195{ "DragMarginVEnabled", "DragVerticalEnabled" }, // Camera2D1196{ "EnabledFocusMode", "FocusMode" }, // BaseButton - Removed1197{ "ExtraSpacingBottom", "SpacingBottom" }, // Font1198{ "ExtraSpacingTop", "SpacingTop" }, // Font1199{ "FocusNeighbourBottom", "FocusNeighborBottom" }, // Control1200{ "FocusNeighbourLeft", "FocusNeighborLeft" }, // Control1201{ "FocusNeighbourRight", "FocusNeighborRight" }, // Control1202{ "FocusNeighbourTop", "FocusNeighborTop" }, // Control1203{ "FollowViewportEnable", "FollowViewportEnabled" }, // CanvasItem1204{ "FileIconModulate", "FileIconColor" }, // Theme1205{ "FilesDisabled", "FileDisabledColor" }, // Theme1206{ "FolderIconModulate", "FolderIconColor" }, // Theme1207{ "GlobalRateScale", "PlaybackSpeedScale" }, // AudioServer1208{ "GravityDistanceScale", "GravityPointDistanceScale" }, // Area2D1209{ "GravityVec", "GravityDirection" }, // Area2D1210{ "HintTooltip", "TooltipText" }, // Control1211{ "Hseparation", "HSeparation" }, // Theme1212{ "IconAlign", "IconAlignment" }, // Button1213{ "IterationsPerSecond", "PhysicsTicksPerSecond" }, // Engine1214{ "InvertEnable", "InvertEnabled" }, // Polygon2D1215{ "MarginBottom", "OffsetBottom" }, // Control -- Breaks NinePatchRect, StyleBox.1216{ "MarginLeft", "OffsetLeft" }, // Control -- Breaks NinePatchRect, StyleBox.1217{ "MarginRight", "OffsetRight" }, // Control -- Breaks NinePatchRect, StyleBox.1218{ "MarginTop", "OffsetTop" }, // Control -- Breaks NinePatchRect, StyleBox.1219{ "MidHeight", "Height" }, // CapsuleMesh1220{ "Navpoly", "NavigationPolygon" }, // NavigationRegion2D1221{ "Navmesh", "NavigationMesh" }, // NavigationRegion3D1222{ "NeighborDist", "NeighborDistance" }, // NavigationAgent2D, NavigationAgent3D1223{ "Octaves", "FractalOctaves" }, // OpenSimplexNoise -> FastNoiseLite1224{ "OffsetH", "DragHorizontalOffset" }, // Camera2D1225{ "OffsetV", "DragVerticalOffset" }, // Camera2D1226{ "OffDisabled", "UncheckedDisabled" }, // Theme1227{ "OnDisabled", "CheckedDisabled" }, // Theme1228{ "Oneshot", "OneShot" }, // AnimatedTexture1229{ "OutOfRangeMode", "MaxPolyphony" }, // AudioStreamPlayer3D1230{ "PauseMode", "ProcessMode" }, // Node1231{ "Perpendicular", "Orthogonal" }, // Vector2 - Only exists in C#1232{ "PhysicalScancode", "PhysicalKeycode" }, // InputEventKey1233{ "PopupExclusive", "Exclusive" }, // Window1234{ "ProximityFadeEnable", "ProximityFadeEnabled" }, // Material1235{ "RectPosition", "Position" }, // Control1236{ "RectGlobalPosition", "GlobalPosition" }, // Control1237{ "RectSize", "Size" }, // Control1238{ "RectMinSize", "CustomMinimumSize" }, // Control1239{ "RectRotation", "Rotation" }, // Control1240{ "RectScale", "Scale" }, // Control1241{ "RectPivotOffset", "PivotOffset" }, // Control1242{ "RectClipContent", "ClipContents" }, // Control1243{ "RefuseNewNetworkConnections", "RefuseNewConnections" }, // MultiplayerAPI1244{ "RegionFilterClip", "RegionFilterClipEnabled" }, // Sprite2D1245{ "ReverbBusEnable", "ReverbBusEnabled" }, // Area3D1246{ "Scancode", "Keycode" }, // InputEventKey1247{ "Selectedframe", "SelectedFrame" }, // Theme1248{ "SizeOverrideStretch", "Size2dOverrideStretch" }, // SubViewport1249{ "SlipsOnSlope", "SlideOnSlope" }, // SeparationRayShape2D1250{ "SmoothingEnabled", "PositionSmoothingEnabled" }, // Camera2D1251{ "SmoothingSpeed", "PositionSmoothingSpeed" }, // Camera2D1252{ "SsReflectionsDepthTolerance", "SsrDepthTolerance" }, // Environment1253{ "SsReflectionsEnabled", "SsrEnabled" }, // Environment1254{ "SsReflectionsFadeIn", "SsrFadeIn" }, // Environment1255{ "SsReflectionsFadeOut", "SsrFadeOut" }, // Environment1256{ "SsReflectionsMaxSteps", "SsrMaxSteps" }, // Environment1257{ "StateMachineSelectedframe", "StateMachineSelectedFrame" }, // Theme1258{ "SyntaxHighlighting", "SyntaxHighlighter" }, // TextEdit1259{ "TabAlign", "TabAlignment" }, // TabContainer1260{ "TableHseparation", "TableHSeparation" }, // Theme1261{ "TableVseparation", "TableVSeparation" }, // Theme1262{ "Tangent", "Orthogonal" }, // Vector21263{ "TargetLocation", "TargetPosition" }, // NavigationAgent2D, NavigationAgent3D1264{ "Toplevel", "TopLevel" }, // Node1265{ "Translation", "Position" }, // Node3D1266{ "UnitDb", "VolumeDb" }, // AudioStreamPlayer3D1267{ "UnitOffset", "ProgressRatio" }, // PathFollow2D, PathFollow3D1268{ "Vseparation", "VSeparation" }, // Theme12691270{ nullptr, nullptr },1271};12721273const char *RenamesMap3To4::gdscript_signals_renames[][2] = {1274// NOTE: Commented out renames are disabled because deemed not suitable for1275// the current way the regex-based converter works.1276// When uncommenting any of those as suitable for conversion, please move it1277// to the block with other enabled conversions, ordered alphabetically, and1278// make sure to add it to the C# rename map too.12791280// Too common words, users may use these names for variables or in comments.1281// { "hide", "hidden" }, // CanvasItem1282// { "changed", "settings_changed" }, // EditorSettings12831284{ "about_to_show", "about_to_popup" }, // Popup1285{ "button_release", "button_released" }, // XRController3D1286{ "cancelled", "canceled" }, // AcceptDialog1287{ "item_double_clicked", "item_icon_double_clicked" }, // Tree1288{ "network_peer_connected", "peer_connected" }, // MultiplayerAPI1289{ "network_peer_disconnected", "peer_disconnected" }, // MultiplayerAPI1290{ "network_peer_packet", "peer_packet" }, // MultiplayerAPI1291{ "node_unselected", "node_deselected" }, // GraphEdit1292{ "offset_changed", "position_offset_changed" }, // GraphNode1293{ "settings_changed", "changed" }, // TileMap -- Breaks EditorSettings1294{ "skeleton_updated", "pose_updated" }, // Skeleton3D1295{ "tab_close", "tab_closed" }, // TextEdit1296{ "tab_hover", "tab_hovered" }, // TextEdit1297{ "text_entered", "text_submitted" }, // LineEdit12981299{ nullptr, nullptr },1300};13011302const char *RenamesMap3To4::csharp_signals_renames[][2] = {1303{ "AboutToShow", "AboutToPopup" }, // Popup1304{ "ButtonRelease", "ButtonReleased" }, // XRController3D1305{ "Cancelled", "Canceled" }, // AcceptDialog1306{ "ItemDoubleClicked", "ItemIconDoubleClicked" }, // Tree1307{ "NetworkPeerConnected", "PeerConnected" }, // MultiplayerAPI1308{ "NetworkPeerDisconnected", "PeerDisconnected" }, // MultiplayerAPI1309{ "NetworkPeerPacket", "PeerPacket" }, // MultiplayerAPI1310{ "NodeUnselected", "NodeDeselected" }, // GraphEdit1311{ "OffsetChanged", "PositionOffsetChanged" }, // GraphNode1312{ "SettingsChanged", "Changed" }, // TileMap -- Breaks EditorSettings1313{ "SkeletonUpdated", "PoseUpdated" }, //1314{ "TabClose", "TabClosed" }, // TextEdit1315{ "TabHover", "TabHovered" }, // TextEdit1316{ "TextEntered", "TextSubmitted" }, // LineEdit13171318{ nullptr, nullptr },1319};13201321const char *RenamesMap3To4::project_settings_renames[][2] = {1322// Project setting paths in scripts include the category, but in project.godot,1323// the category is the section delimiter, so we need to support the paths without it.1324// The project.godot remaps are defined in the project_godot_renames, keep them in sync!1325{ "audio/channel_disable_threshold_db", "audio/buses/channel_disable_threshold_db" },1326{ "audio/channel_disable_time", "audio/buses/channel_disable_time" },1327{ "audio/default_bus_layout", "audio/buses/default_bus_layout" },1328{ "audio/driver", "audio/driver/driver" },1329{ "audio/enable_audio_input", "audio/driver/enable_input" },1330{ "audio/mix_rate", "audio/driver/mix_rate" },1331{ "audio/output_latency", "audio/driver/output_latency" },1332{ "audio/output_latency.web", "audio/driver/output_latency.web" },1333{ "audio/video_delay_compensation_ms", "audio/video/video_delay_compensation_ms" },1334{ "display/window/size/width", "display/window/size/viewport_width" },1335{ "display/window/size/height", "display/window/size/viewport_height" },1336{ "display/window/size/test_width", "display/window/size/window_width_override" },1337{ "display/window/size/test_height", "display/window/size/window_height_override" },1338{ "display/window/vsync/use_vsync", "display/window/vsync/vsync_mode" },1339{ "editor/main_run_args", "editor/run/main_run_args" },1340{ "gui/common/swap_ok_cancel", "gui/common/swap_cancel_ok" },1341{ "network/limits/debugger_stdout/max_chars_per_second", "network/limits/debugger/max_chars_per_second" },1342{ "network/limits/debugger_stdout/max_errors_per_second", "network/limits/debugger/max_errors_per_second" },1343{ "network/limits/debugger_stdout/max_messages_per_frame", "network/limits/debugger/max_queued_messages" },1344{ "network/limits/debugger_stdout/max_warnings_per_second", "network/limits/debugger/max_warnings_per_second" },1345{ "network/ssl/certificates", "network/tls/certificate_bundle_override" },1346{ "physics/2d/thread_model", "physics/2d/run_on_thread" }, // TODO: Not sure.1347{ "rendering/environment/default_clear_color", "rendering/environment/defaults/default_clear_color" },1348{ "rendering/environment/default_environment", "rendering/environment/defaults/default_environment" },1349{ "rendering/quality/depth_prepass/disable_for_vendors", "rendering/driver/depth_prepass/disable_for_vendors" },1350{ "rendering/quality/depth_prepass/enable", "rendering/driver/depth_prepass/enable" },1351{ "rendering/quality/shading/force_blinn_over_ggx", "rendering/shading/overrides/force_blinn_over_ggx" },1352{ "rendering/quality/shading/force_blinn_over_ggx.mobile", "rendering/shading/overrides/force_blinn_over_ggx.mobile" },1353{ "rendering/quality/shading/force_lambert_over_burley", "rendering/shading/overrides/force_lambert_over_burley" },1354{ "rendering/quality/shading/force_lambert_over_burley.mobile", "rendering/shading/overrides/force_lambert_over_burley.mobile" },1355{ "rendering/quality/shading/force_vertex_shading", "rendering/shading/overrides/force_vertex_shading" },1356{ "rendering/quality/shadow_atlas/quadrant_0_subdiv", "rendering/lights_and_shadows/shadow_atlas/quadrant_0_subdiv" },1357{ "rendering/quality/shadow_atlas/quadrant_1_subdiv", "rendering/lights_and_shadows/shadow_atlas/quadrant_1_subdiv" },1358{ "rendering/quality/shadow_atlas/quadrant_2_subdiv", "rendering/lights_and_shadows/shadow_atlas/quadrant_2_subdiv" },1359{ "rendering/quality/shadow_atlas/quadrant_3_subdiv", "rendering/lights_and_shadows/shadow_atlas/quadrant_3_subdiv" },1360{ "rendering/quality/shadow_atlas/size", "rendering/lights_and_shadows/shadow_atlas/size" },1361{ "rendering/quality/shadow_atlas/size.mobile", "rendering/lights_and_shadows/shadow_atlas/size.mobile" },1362{ "rendering/vram_compression/import_etc2", "rendering/textures/vram_compression/import_etc2_astc" },1363{ "rendering/vram_compression/import_s3tc", "rendering/textures/vram_compression/import_s3tc_bptc" },13641365{ nullptr, nullptr },1366};13671368const char *RenamesMap3To4::project_godot_renames[][2] = {1369// Should be kept in sync with project_settings_renames.1370{ "channel_disable_threshold_db", "buses/channel_disable_threshold_db" },1371{ "channel_disable_time", "buses/channel_disable_time" },1372{ "default_bus_layout", "buses/default_bus_layout" },1373// { "driver", "driver/driver" }, -- Risk of conflicts.1374{ "enable_audio_input", "driver/enable_input" },1375// { "mix_rate", "driver/mix_rate" }, -- Risk of conflicts.1376{ "output_latency", "driver/output_latency" },1377{ "output_latency.web", "driver/output_latency.web" },1378{ "video_delay_compensation_ms", "video/video_delay_compensation_ms" },1379{ "window/size/width", "window/size/viewport_width" },1380{ "window/size/height", "window/size/viewport_height" },1381{ "window/size/test_width", "window/size/window_width_override" },1382{ "window/size/test_height", "window/size/window_height_override" },1383{ "window/vsync/use_vsync", "window/vsync/vsync_mode" },1384{ "main_run_args", "run/main_run_args" },1385{ "common/swap_ok_cancel", "common/swap_cancel_ok" },1386{ "limits/debugger_stdout/max_chars_per_second", "limits/debugger/max_chars_per_second" },1387{ "limits/debugger_stdout/max_errors_per_second", "limits/debugger/max_errors_per_second" },1388{ "limits/debugger_stdout/max_messages_per_frame", "limits/debugger/max_queued_messages" },1389{ "limits/debugger_stdout/max_warnings_per_second", "limits/debugger/max_warnings_per_second" },1390{ "ssl/certificates", "tls/certificate_bundle_override" },1391{ "2d/thread_model", "2d/run_on_thread" }, // TODO: Not sure.1392{ "environment/default_clear_color", "environment/defaults/default_clear_color" },1393{ "environment/default_environment", "environment/defaults/default_environment" },1394{ "quality/depth_prepass/disable_for_vendors", "driver/depth_prepass/disable_for_vendors" },1395{ "quality/depth_prepass/enable", "driver/depth_prepass/enable" },1396{ "quality/shading/force_blinn_over_ggx", "shading/overrides/force_blinn_over_ggx" },1397{ "quality/shading/force_blinn_over_ggx.mobile", "shading/overrides/force_blinn_over_ggx.mobile" },1398{ "quality/shading/force_lambert_over_burley", "shading/overrides/force_lambert_over_burley" },1399{ "quality/shading/force_lambert_over_burley.mobile", "shading/overrides/force_lambert_over_burley.mobile" },1400{ "quality/shading/force_vertex_shading", "shading/overrides/force_vertex_shading" },1401{ "quality/shadow_atlas/quadrant_0_subdiv", "lights_and_shadows/shadow_atlas/quadrant_0_subdiv" },1402{ "quality/shadow_atlas/quadrant_1_subdiv", "lights_and_shadows/shadow_atlas/quadrant_1_subdiv" },1403{ "quality/shadow_atlas/quadrant_2_subdiv", "lights_and_shadows/shadow_atlas/quadrant_2_subdiv" },1404{ "quality/shadow_atlas/quadrant_3_subdiv", "lights_and_shadows/shadow_atlas/quadrant_3_subdiv" },1405{ "quality/shadow_atlas/size", "lights_and_shadows/shadow_atlas/size" },1406{ "quality/shadow_atlas/size.mobile", "lights_and_shadows/shadow_atlas/size.mobile" },1407{ "vram_compression/import_etc2", "textures/vram_compression/import_etc2_astc" },1408{ "vram_compression/import_s3tc", "textures/vram_compression/import_s3tc_bptc" },14091410{ nullptr, nullptr },1411};14121413const char *RenamesMap3To4::input_map_renames[][2] = {1414{ ",\"alt\":", ",\"alt_pressed\":" },1415{ ",\"shift\":", ",\"shift_pressed\":" },1416{ ",\"control\":", ",\"ctrl_pressed\":" },1417{ ",\"meta\":", ",\"meta_pressed\":" },1418{ ",\"scancode\":", ",\"keycode\":" },1419{ ",\"physical_scancode\":", ",\"physical_keycode\":" },1420{ ",\"doubleclick\":", ",\"double_click\":" },14211422{ nullptr, nullptr },1423};14241425const char *RenamesMap3To4::builtin_types_renames[][2] = {1426{ "PoolByteArray", "PackedByteArray" },1427{ "PoolColorArray", "PackedColorArray" },1428{ "PoolIntArray", "PackedInt32Array" },1429{ "PoolRealArray", "PackedFloat32Array" },1430{ "PoolStringArray", "PackedStringArray" },1431{ "PoolVector2Array", "PackedVector2Array" },1432{ "PoolVector3Array", "PackedVector3Array" },1433{ "Quat", "Quaternion" },1434{ "Transform", "Transform3D" },14351436{ nullptr, nullptr },1437};14381439const char *RenamesMap3To4::shaders_renames[][2] = {1440{ "ALPHA_SCISSOR", "ALPHA_SCISSOR_THRESHOLD" },1441{ "CAMERA_MATRIX", "INV_VIEW_MATRIX" },1442{ "INV_CAMERA_MATRIX", "VIEW_MATRIX" },1443{ "NORMALMAP", "NORMAL_MAP" },1444{ "NORMALMAP_DEPTH", "NORMAL_MAP_DEPTH" },1445{ "TRANSMISSION", "BACKLIGHT" },1446{ "WORLD_MATRIX", "MODEL_MATRIX" },1447{ "depth_draw_alpha_prepass", "depth_prepass_alpha" },1448{ "hint_albedo", "source_color" },1449{ "hint_aniso", "hint_anisotropy" },1450{ "hint_black", "hint_default_black" },1451{ "hint_black_albedo", "hint_default_black" },1452{ "hint_color", "source_color" },1453{ "hint_white", "hint_default_white" },1454{ nullptr, nullptr },1455};14561457const char *RenamesMap3To4::class_renames[][2] = {1458// { "Particles", "GPUParticles3D" }, // Common word, and incompatible class.1459// { "World", "World3D" }, // Too common.14601461// Risky as fairly common words, but worth it given how ubiquitous they are.1462{ "Area", "Area3D" },1463{ "Camera", "Camera3D" },1464{ "Path", "Path3D" },1465{ "Reference", "RefCounted" },1466{ "Shape", "Shape3D" },1467{ "Tabs", "TabBar" },14681469{ "ARVRAnchor", "XRAnchor3D" },1470{ "ARVRCamera", "XRCamera3D" },1471{ "ARVRController", "XRController3D" },1472{ "ARVRInterface", "XRInterface" },1473{ "ARVRInterfaceGDNative", "Node3D" },1474{ "ARVROrigin", "XROrigin3D" },1475{ "ARVRPositionalTracker", "XRPositionalTracker" },1476{ "ARVRServer", "XRServer" },1477{ "AStar", "AStar3D" },1478{ "AnimatedSprite", "AnimatedSprite2D" },1479{ "AudioStreamOGGVorbis", "AudioStreamOggVorbis" },1480{ "AudioStreamRandomPitch", "AudioStreamRandomizer" },1481{ "AudioStreamSample", "AudioStreamWAV" },1482{ "BakedLightmap", "LightmapGI" },1483{ "BakedLightmapData", "LightmapGIData" },1484{ "BitmapFont", "FontFile" },1485{ "BoneAttachment", "BoneAttachment3D" },1486{ "BoxShape", "BoxShape3D" },1487{ "CPUParticles", "CPUParticles3D" },1488{ "CSGBox", "CSGBox3D" },1489{ "CSGCombiner", "CSGCombiner3D" },1490{ "CSGCylinder", "CSGCylinder3D" },1491{ "CSGMesh", "CSGMesh3D" },1492{ "CSGPolygon", "CSGPolygon3D" },1493{ "CSGPrimitive", "CSGPrimitive3D" },1494{ "CSGShape", "CSGShape3D" },1495{ "CSGSphere", "CSGSphere3D" },1496{ "CSGTorus", "CSGTorus3D" },1497{ "CapsuleShape", "CapsuleShape3D" },1498{ "ClippedCamera", "Camera3D" },1499{ "CollisionObject", "CollisionObject3D" },1500{ "CollisionPolygon", "CollisionPolygon3D" },1501{ "CollisionShape", "CollisionShape3D" },1502{ "ConcavePolygonShape", "ConcavePolygonShape3D" },1503{ "ConeTwistJoint", "ConeTwistJoint3D" },1504{ "ConvexPolygonShape", "ConvexPolygonShape3D" },1505{ "CubeMap", "Cubemap" },1506{ "CubeMesh", "BoxMesh" },1507{ "CylinderShape", "CylinderShape3D" },1508{ "DirectionalLight", "DirectionalLight3D" },1509{ "Directory", "DirAccess" },1510{ "DynamicFont", "FontFile" },1511{ "DynamicFontData", "FontFile" },1512{ "EditorNavigationMeshGenerator", "NavigationMeshGenerator" },1513{ "EditorSceneImporter", "EditorSceneFormatImporter" },1514{ "EditorSceneImporterFBX", "EditorSceneFormatImporterFBX2GLTF" },1515{ "EditorSceneImporterGLTF", "EditorSceneFormatImporterGLTF" },1516{ "EditorSpatialGizmo", "EditorNode3DGizmo" },1517{ "EditorSpatialGizmoPlugin", "EditorNode3DGizmoPlugin" },1518{ "GIProbe", "VoxelGI" },1519{ "GIProbeData", "VoxelGIData" },1520{ "Generic6DOFJoint", "Generic6DOFJoint3D" },1521{ "GeometryInstance", "GeometryInstance3D" },1522{ "GradientTexture", "GradientTexture2D" },1523{ "HeightMapShape", "HeightMapShape3D" },1524{ "HingeJoint", "HingeJoint3D" },1525{ "ImmediateGeometry", "ImmediateMesh" },1526{ "ImmediateGeometry3D", "ImmediateMesh" },1527{ "InterpolatedCamera", "Camera3D" },1528{ "InterpolatedCamera3D", "Camera3D" },1529{ "JSONParseResult", "JSON" },1530{ "Joint", "Joint3D" },1531{ "KinematicBody", "CharacterBody3D" },1532{ "KinematicBody2D", "CharacterBody2D" },1533{ "KinematicCollision", "KinematicCollision3D" },1534{ "LargeTexture", "ImageTexture" },1535{ "Light", "Light3D" },1536{ "Light2D", "PointLight2D" },1537{ "LineShape2D", "WorldBoundaryShape2D" },1538{ "Listener", "AudioListener3D" },1539{ "Listener2D", "AudioListener2D" },1540{ "MeshInstance", "MeshInstance3D" },1541{ "MultiMeshInstance", "MultiMeshInstance3D" },1542{ "MultiplayerPeerGDNative", "MultiplayerPeerExtension" },1543{ "Navigation2DServer", "NavigationServer2D" },1544{ "NavigationAgent", "NavigationAgent3D" },1545{ "NavigationMeshInstance", "NavigationRegion3D" },1546{ "NavigationObstacle", "NavigationObstacle3D" },1547{ "NavigationPolygonInstance", "NavigationRegion2D" },1548{ "NavigationRegion", "NavigationRegion3D" },1549{ "NavigationServer", "NavigationServer3D" },1550{ "NetworkedMultiplayerCustom", "MultiplayerPeerExtension" },1551{ "NetworkedMultiplayerENet", "ENetMultiplayerPeer" },1552{ "NetworkedMultiplayerPeer", "MultiplayerPeer" },1553{ "Occluder", "OccluderInstance3D" },1554{ "OmniLight", "OmniLight3D" },1555{ "OpenSimplexNoise", "FastNoiseLite" },1556{ "PHashTranslation", "OptimizedTranslation" },1557{ "PacketPeerGDNative", "PacketPeerExtension" },1558{ "PanoramaSky", "Sky" },1559{ "Particles2D", "GPUParticles2D" },1560{ "ParticlesMaterial", "ParticleProcessMaterial" },1561{ "PathFollow", "PathFollow3D" },1562{ "PhysicalBone", "PhysicalBone3D" },1563{ "Physics2DDirectBodyState", "PhysicsDirectBodyState2D" },1564{ "Physics2DDirectSpaceState", "PhysicsDirectSpaceState2D" },1565{ "Physics2DServer", "PhysicsServer2D" },1566{ "Physics2DServerSW", "GodotPhysicsServer2D" },1567{ "Physics2DShapeQueryParameters", "PhysicsShapeQueryParameters2D" },1568{ "Physics2DTestMotionResult", "PhysicsTestMotionResult2D" },1569{ "PhysicsBody", "PhysicsBody3D" },1570{ "PhysicsDirectBodyState", "PhysicsDirectBodyState3D" },1571{ "PhysicsDirectSpaceState", "PhysicsDirectSpaceState3D" },1572{ "PhysicsServer", "PhysicsServer3D" },1573{ "PhysicsShapeQueryParameters", "PhysicsShapeQueryParameters3D" },1574{ "PhysicsTestMotionResult", "PhysicsTestMotionResult3D" },1575{ "PinJoint", "PinJoint3D" },1576{ "PlaneShape", "WorldBoundaryShape3D" },1577{ "PopupDialog", "Popup" },1578{ "Position2D", "Marker2D" },1579{ "Position3D", "Marker3D" },1580{ "ProceduralSky", "Sky" },1581{ "RayCast", "RayCast3D" },1582{ "RayShape", "SeparationRayShape3D" },1583{ "RayShape2D", "SeparationRayShape2D" },1584{ "RemoteTransform", "RemoteTransform3D" },1585{ "ResourceInteractiveLoader", "ResourceLoader" },1586{ "RigidBody", "RigidBody3D" },1587{ "SceneTreeTween", "Tween" },1588{ "ShortCut", "Shortcut" },1589{ "Skeleton", "Skeleton3D" },1590{ "SkeletonIK", "SkeletonIK3D" },1591{ "SliderJoint", "SliderJoint3D" },1592{ "SoftBody", "SoftBody3D" },1593{ "Spatial", "Node3D" },1594{ "SpatialGizmo", "Node3DGizmo" },1595{ "SpatialMaterial", "StandardMaterial3D" },1596{ "SphereShape", "SphereShape3D" },1597{ "SpotLight", "SpotLight3D" },1598{ "SpringArm", "SpringArm3D" },1599{ "Sprite", "Sprite2D" },1600{ "StaticBody", "StaticBody3D" },1601{ "StreamCubemap", "CompressedCubemap" },1602{ "StreamCubemapArray", "CompressedCubemapArray" },1603{ "StreamPeerGDNative", "StreamPeerExtension" },1604{ "StreamPeerSSL", "StreamPeerTLS" },1605{ "StreamTexture", "CompressedTexture2D" },1606{ "StreamTexture2D", "CompressedTexture2D" },1607{ "StreamTexture2DArray", "CompressedTexture2DArray" },1608{ "StreamTextureLayered", "CompressedTextureLayered" },1609{ "TCP_Server", "TCPServer" },1610{ "TextFile", "Node3D" },1611{ "Texture", "Texture2D" }, // May break TextureRect.1612{ "TextureArray", "Texture2DArray" },1613{ "TextureProgress", "TextureProgressBar" },1614{ "ToolButton", "Button" },1615{ "VehicleBody", "VehicleBody3D" },1616{ "VehicleWheel", "VehicleWheel3D" },1617{ "VideoPlayer", "VideoStreamPlayer" },1618{ "Viewport", "SubViewport" },1619{ "ViewportContainer", "SubViewportContainer" },1620{ "VisibilityEnabler", "VisibleOnScreenEnabler3D" },1621{ "VisibilityEnabler2D", "VisibleOnScreenEnabler2D" },1622{ "VisibilityNotifier", "VisibleOnScreenNotifier3D" },1623{ "VisibilityNotifier2D", "VisibleOnScreenNotifier2D" },1624{ "VisibilityNotifier3D", "VisibleOnScreenNotifier3D" },1625{ "VisualInstance", "VisualInstance3D" },1626{ "VisualServer", "RenderingServer" },1627{ "VisualShaderNodeCubeMap", "VisualShaderNodeCubemap" },1628{ "VisualShaderNodeScalarClamp", "VisualShaderNodeClamp" },1629{ "VisualShaderNodeScalarConstant", "VisualShaderNodeFloatConstant" },1630{ "VisualShaderNodeScalarFunc", "VisualShaderNodeFloatFunc" },1631{ "VisualShaderNodeScalarInterp", "VisualShaderNodeMix" },1632{ "VisualShaderNodeScalarOp", "VisualShaderNodeFloatOp" },1633{ "VisualShaderNodeScalarSmoothStep", "VisualShaderNodeSmoothStep" },1634{ "VisualShaderNodeScalarSwitch", "VisualShaderNodeSwitch" },1635{ "VisualShaderNodeScalarTransformMult", "VisualShaderNodeTransformOp" },1636{ "VisualShaderNodeTransformMult", "VisualShaderNode" },1637{ "VisualShaderNodeVectorClamp", "VisualShaderNodeClamp" },1638{ "VisualShaderNodeVectorInterp", "VisualShaderNodeMix" },1639{ "VisualShaderNodeVectorScalarMix", "VisualShaderNodeMix" },1640{ "VisualShaderNodeVectorScalarSmoothStep", "VisualShaderNodeSmoothStep" },1641{ "VisualShaderNodeVectorScalarStep", "VisualShaderNodeStep" },1642{ "VisualShaderNodeVectorSmoothStep", "VisualShaderNodeSmoothStep" },1643{ "VisualShaderNodeBooleanUniform", "VisualShaderNodeBooleanParameter" },1644{ "VisualShaderNodeColorUniform", "VisualShaderNodeColorParameter" },1645{ "VisualShaderNodeScalarUniform", "VisualShaderNodeFloatParameter" },1646{ "VisualShaderNodeCubemapUniform", "VisualShaderNodeCubemapParameter" },1647{ "VisualShaderNodeTextureUniform", "VisualShaderNodeTexture2DParameter" },1648{ "VisualShaderNodeTextureUniformTriplanar", "VisualShaderNodeTextureParameterTriplanar" },1649{ "VisualShaderNodeTransformUniform", "VisualShaderNodeTransformParameter" },1650{ "VisualShaderNodeVec3Uniform", "VisualShaderNodeVec3Parameter" },1651{ "VisualShaderNodeUniform", "VisualShaderNodeParameter" },1652{ "VisualShaderNodeUniformRef", "VisualShaderNodeParameterRef" },1653{ "WebRTCDataChannelGDNative", "WebRTCDataChannelExtension" },1654{ "WebRTCMultiplayer", "WebRTCMultiplayerPeer" },1655{ "WebRTCPeerConnectionGDNative", "WebRTCPeerConnectionExtension" },1656{ "WindowDialog", "Window" },1657{ "XRAnchor", "XRAnchor3D" },1658{ "XRController", "XRController3D" },1659{ "XROrigin", "XROrigin3D" },1660{ "YSort", "Node2D" }, // CanvasItem has a new "y_sort_enabled" property.16611662{ nullptr, nullptr },1663};16641665const char *RenamesMap3To4::color_renames[][2] = {1666{ "aliceblue", "ALICE_BLUE" },1667{ "antiquewhite", "ANTIQUE_WHITE" },1668{ "aqua", "AQUA" },1669{ "aquamarine", "AQUAMARINE" },1670{ "azure", "AZURE" },1671{ "beige", "BEIGE" },1672{ "bisque", "BISQUE" },1673{ "black", "BLACK" },1674{ "blanchedalmond", "BLANCHED_ALMOND" },1675{ "blue", "BLUE" },1676{ "blueviolet", "BLUE_VIOLET" },1677{ "brown", "BROWN" },1678{ "burlywood", "BURLYWOOD" },1679{ "cadetblue", "CADET_BLUE" },1680{ "chartreuse", "CHARTREUSE" },1681{ "chocolate", "CHOCOLATE" },1682{ "coral", "CORAL" },1683{ "cornflowerblue", "CORNFLOWER_BLUE" },1684{ "cornsilk", "CORNSILK" },1685{ "crimson", "CRIMSON" },1686{ "cyan", "CYAN" },1687{ "darkblue", "DARK_BLUE" },1688{ "darkcyan", "DARK_CYAN" },1689{ "darkgoldenrod", "DARK_GOLDENROD" },1690{ "darkgray", "DARK_GRAY" },1691{ "darkgreen", "DARK_GREEN" },1692{ "darkkhaki", "DARK_KHAKI" },1693{ "darkmagenta", "DARK_MAGENTA" },1694{ "darkolivegreen", "DARK_OLIVE_GREEN" },1695{ "darkorange", "DARK_ORANGE" },1696{ "darkorchid", "DARK_ORCHID" },1697{ "darkred", "DARK_RED" },1698{ "darksalmon", "DARK_SALMON" },1699{ "darkseagreen", "DARK_SEA_GREEN" },1700{ "darkslateblue", "DARK_SLATE_BLUE" },1701{ "darkslategray", "DARK_SLATE_GRAY" },1702{ "darkturquoise", "DARK_TURQUOISE" },1703{ "darkviolet", "DARK_VIOLET" },1704{ "deeppink", "DEEP_PINK" },1705{ "deepskyblue", "DEEP_SKY_BLUE" },1706{ "dimgray", "DIM_GRAY" },1707{ "dodgerblue", "DODGER_BLUE" },1708{ "firebrick", "FIREBRICK" },1709{ "floralwhite", "FLORAL_WHITE" },1710{ "forestgreen", "FOREST_GREEN" },1711{ "fuchsia", "FUCHSIA" },1712{ "gainsboro", "GAINSBORO" },1713{ "ghostwhite", "GHOST_WHITE" },1714{ "gold", "GOLD" },1715{ "goldenrod", "GOLDENROD" },1716{ "gray", "GRAY" },1717{ "green", "GREEN" },1718{ "greenyellow", "GREEN_YELLOW" },1719{ "honeydew", "HONEYDEW" },1720{ "hotpink", "HOT_PINK" },1721{ "indianred", "INDIAN_RED" },1722{ "indigo", "INDIGO" },1723{ "ivory", "IVORY" },1724{ "khaki", "KHAKI" },1725{ "lavender", "LAVENDER" },1726{ "lavenderblush", "LAVENDER_BLUSH" },1727{ "lawngreen", "LAWN_GREEN" },1728{ "lemonchiffon", "LEMON_CHIFFON" },1729{ "lightblue", "LIGHT_BLUE" },1730{ "lightcoral", "LIGHT_CORAL" },1731{ "lightcyan", "LIGHT_CYAN" },1732{ "lightgoldenrod", "LIGHT_GOLDENROD" },1733{ "lightgray", "LIGHT_GRAY" },1734{ "lightgreen", "LIGHT_GREEN" },1735{ "lightpink", "LIGHT_PINK" },1736{ "lightsalmon", "LIGHT_SALMON" },1737{ "lightseagreen", "LIGHT_SEA_GREEN" },1738{ "lightskyblue", "LIGHT_SKY_BLUE" },1739{ "lightslategray", "LIGHT_SLATE_GRAY" },1740{ "lightsteelblue", "LIGHT_STEEL_BLUE" },1741{ "lightyellow", "LIGHT_YELLOW" },1742{ "lime", "LIME" },1743{ "limegreen", "LIME_GREEN" },1744{ "linen", "LINEN" },1745{ "magenta", "MAGENTA" },1746{ "maroon", "MAROON" },1747{ "mediumaquamarine", "MEDIUM_AQUAMARINE" },1748{ "mediumblue", "MEDIUM_BLUE" },1749{ "mediumorchid", "MEDIUM_ORCHID" },1750{ "mediumpurple", "MEDIUM_PURPLE" },1751{ "mediumseagreen", "MEDIUM_SEA_GREEN" },1752{ "mediumslateblue", "MEDIUM_SLATE_BLUE" },1753{ "mediumspringgreen", "MEDIUM_SPRING_GREEN" },1754{ "mediumturquoise", "MEDIUM_TURQUOISE" },1755{ "mediumvioletred", "MEDIUM_VIOLET_RED" },1756{ "midnightblue", "MIDNIGHT_BLUE" },1757{ "mintcream", "MINT_CREAM" },1758{ "mistyrose", "MISTY_ROSE" },1759{ "moccasin", "MOCCASIN" },1760{ "navajowhite", "NAVAJO_WHITE" },1761{ "navyblue", "NAVY_BLUE" },1762{ "oldlace", "OLD_LACE" },1763{ "olive", "OLIVE" },1764{ "olivedrab", "OLIVE_DRAB" },1765{ "orange", "ORANGE" },1766{ "orangered", "ORANGE_RED" },1767{ "orchid", "ORCHID" },1768{ "palegoldenrod", "PALE_GOLDENROD" },1769{ "palegreen", "PALE_GREEN" },1770{ "paleturquoise", "PALE_TURQUOISE" },1771{ "palevioletred", "PALE_VIOLET_RED" },1772{ "papayawhip", "PAPAYA_WHIP" },1773{ "peachpuff", "PEACH_PUFF" },1774{ "peru", "PERU" },1775{ "pink", "PINK" },1776{ "plum", "PLUM" },1777{ "powderblue", "POWDER_BLUE" },1778{ "purple", "PURPLE" },1779{ "rebeccapurple", "REBECCA_PURPLE" },1780{ "red", "RED" },1781{ "rosybrown", "ROSY_BROWN" },1782{ "royalblue", "ROYAL_BLUE" },1783{ "saddlebrown", "SADDLE_BROWN" },1784{ "salmon", "SALMON" },1785{ "sandybrown", "SANDY_BROWN" },1786{ "seagreen", "SEA_GREEN" },1787{ "seashell", "SEASHELL" },1788{ "sienna", "SIENNA" },1789{ "silver", "SILVER" },1790{ "skyblue", "SKY_BLUE" },1791{ "slateblue", "SLATE_BLUE" },1792{ "slategray", "SLATE_GRAY" },1793{ "snow", "SNOW" },1794{ "springgreen", "SPRING_GREEN" },1795{ "steelblue", "STEEL_BLUE" },1796{ "tan", "TAN" },1797{ "teal", "TEAL" },1798{ "thistle", "THISTLE" },1799{ "tomato", "TOMATO" },1800{ "transparent", "TRANSPARENT" },1801{ "turquoise", "TURQUOISE" },1802{ "violet", "VIOLET" },1803{ "webgray", "WEB_GRAY" },1804{ "webgreen", "WEB_GREEN" },1805{ "webmaroon", "WEB_MAROON" },1806{ "webpurple", "WEB_PURPLE" },1807{ "wheat", "WHEAT" },1808{ "white", "WHITE" },1809{ "whitesmoke", "WHITE_SMOKE" },1810{ "yellow", "YELLOW" },1811{ "yellowgreen", "YELLOW_GREEN" },18121813{ nullptr, nullptr },1814};18151816const char *RenamesMap3To4::theme_override_renames[][2] = {1817// First rename the generic prefixes.1818{ "custom_colors/", "theme_override_colors/" },1819{ "custom_constants/", "theme_override_constants/" },1820{ "custom_fonts/", "theme_override_fonts/" },1821{ "custom_icons/", "theme_override_icons/" },1822{ "custom_styles/", "theme_override_styles/" },18231824// MarginContainer1825// The margin_* properties are renamed to offset_* in a previous conversion step.1826// This is fine everywhere except for the MarginContainer theme_override_constants.1827{ "theme_override_constants/offset_right", "theme_override_constants/margin_right" },1828{ "theme_override_constants/offset_top", "theme_override_constants/margin_top" },1829{ "theme_override_constants/offset_left", "theme_override_constants/margin_left" },1830{ "theme_override_constants/offset_bottom", "theme_override_constants/margin_bottom" },18311832// Panel/PanelContainer/TabContainer/PopupPanel/PopupMenu1833{ "theme_override_styles/panel", "theme_override_styles/panel" },18341835// TabContainer/Tabs(TabBar)1836{ "theme_override_styles/tab_bg", "theme_override_styles/tab_unselected" },1837{ "theme_override_styles/tab_fg", "theme_override_styles/tab_selected" },18381839// { "theme_override_styles/bg", "theme_override_styles/bg" }, // GraphEdit1840// { "theme_override_styles/bg", "theme_override_styles/panel" }, // ScrollContainer1841// { "theme_override_styles/bg", "theme_override_styles/background" }, // ProgressBar1842// { "theme_override_styles/fg", "theme_override_styles/fill" }, // ProgressBar18431844{ "theme_override_colors/font_color_hover", "theme_override_colors/font_hover_color" },1845{ "theme_override_colors/font_color_pressed", "theme_override_colors/font_pressed_color" },1846{ "theme_override_colors/font_color_disabled", "theme_override_colors/font_disabled_color" },1847{ "theme_override_colors/font_color_focus", "theme_override_colors/font_focus_color" },1848{ "theme_override_colors/font_color_hover_pressed", "theme_override_colors/font_hover_pressed_color" },18491850{ "theme_override_colors/font_outline_modulate", "theme_override_colors/font_outline_color" },1851{ "theme_override_colors/font_color_shadow", "theme_override_colors/font_shadow_color" },18521853{ "theme_override_constants/shadow_as_outline", "theme_override_constants/shadow_outline_size" }, // 0 or 118541855{ "theme_override_constants/table_vseparation", "theme_override_constants/table_v_separation" },1856{ "theme_override_constants/table_hseparation", "theme_override_constants/table_h_separation" },18571858{ nullptr, nullptr },1859};18601861#endif // DISABLE_DEPRECATED186218631864