.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Node.xml. .. _class_Node: Node ==== **Inherits:** :ref:`Object` **Inherited By:** :ref:`AnimationMixer`, :ref:`AudioStreamPlayer`, :ref:`CanvasItem`, :ref:`CanvasLayer`, :ref:`ClientKeys`, :ref:`EditorFileSystem`, :ref:`EditorPlugin`, :ref:`EditorResourcePreview`, :ref:`HTTPRequest`, :ref:`InstancePlaceholder`, :ref:`JamAuthProxy`, :ref:`JamAuthProxy.RequestHandler`, :ref:`JamAutoExport`, :ref:`JamConnect`, :ref:`JamHttpBase`, :ref:`JamHttpRequestPool`, :ref:`JamReplicator`, :ref:`JamRoot`, :ref:`JamServer`, :ref:`JamSync`, :ref:`JamThreadHelper`, :ref:`JamWebRTCHelper`, :ref:`JamWebRTCSignalling`, :ref:`MissingNode`, :ref:`MultiplayerSpawner`, :ref:`MultiplayerSynchronizer`, :ref:`NavigationAgent2D`, :ref:`NavigationAgent3D`, :ref:`Node3D`, :ref:`ResourcePreloader`, :ref:`ScopeLocker`, :ref:`ShaderGlobalsOverride`, :ref:`StatusIndicator`, :ref:`Timer`, :ref:`Viewport`, :ref:`WorldEnvironment` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`AutoTranslateMode` | :ref:`auto_translate_mode` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`String` | :ref:`editor_description` | ``""`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`MultiplayerAPI` | :ref:`multiplayer` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`StringName` | :ref:`name` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`Node` | :ref:`owner` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`PhysicsInterpolationMode` | :ref:`physics_interpolation_mode` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`ProcessMode` | :ref:`process_mode` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`process_physics_priority` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`process_priority` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`ProcessThreadGroup` | :ref:`process_thread_group` | ``0`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`process_thread_group_order` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | |bitfield|\<:ref:`ProcessThreadMessages`\> | :ref:`process_thread_messages` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`String` | :ref:`scene_file_path` | | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`unique_name_in_owner` | ``false`` | +-----------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_enter_tree` **(** **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_exit_tree` **(** **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`_get_configuration_warnings` **(** **)** |virtual| |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_input` **(** :ref:`InputEvent` event **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_physics_process` **(** :ref:`float` delta **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_process` **(** :ref:`float` delta **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_ready` **(** **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_shortcut_input` **(** :ref:`InputEvent` event **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_unhandled_input` **(** :ref:`InputEvent` event **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_unhandled_key_input` **(** :ref:`InputEvent` event **)** |virtual| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_child` **(** :ref:`Node` node, :ref:`bool` force_readable_name=false, :ref:`InternalMode` internal=0 **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_sibling` **(** :ref:`Node` sibling, :ref:`bool` force_readable_name=false **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_to_group` **(** :ref:`StringName` group, :ref:`bool` persistent=false **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`atr` **(** :ref:`String` message, :ref:`StringName` context="" **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`atr_n` **(** :ref:`String` message, :ref:`StringName` plural_message, :ref:`int` n, :ref:`StringName` context="" **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`call_deferred_thread_group` **(** :ref:`StringName` method, ... **)** |vararg| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`call_thread_safe` **(** :ref:`StringName` method, ... **)** |vararg| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`can_process` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Tween` | :ref:`create_tween` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`duplicate` **(** :ref:`int` flags=15 **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`find_child` **(** :ref:`String` pattern, :ref:`bool` recursive=true, :ref:`bool` owned=true **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node[]` | :ref:`find_children` **(** :ref:`String` pattern, :ref:`String` type="", :ref:`bool` recursive=true, :ref:`bool` owned=true **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`find_parent` **(** :ref:`String` pattern **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`get_child` **(** :ref:`int` idx, :ref:`bool` include_internal=false **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_child_count` **(** :ref:`bool` include_internal=false **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node[]` | :ref:`get_children` **(** :ref:`bool` include_internal=false **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName[]` | :ref:`get_groups` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_index` **(** :ref:`bool` include_internal=false **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Window` | :ref:`get_last_exclusive_window` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_multiplayer_authority` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`get_node` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_node_and_resource` **(** :ref:`NodePath` path **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`get_node_or_null` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`get_parent` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_path` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_path_to` **(** :ref:`Node` node, :ref:`bool` use_unique_path=false **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_physics_process_delta_time` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_process_delta_time` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_scene_instance_load_placeholder` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`SceneTree` | :ref:`get_tree` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_tree_string` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_tree_string_pretty` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Viewport` | :ref:`get_viewport` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Window` | :ref:`get_window` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_node` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_node_and_resource` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_ancestor_of` **(** :ref:`Node` node **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_displayed_folded` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_editable_instance` **(** :ref:`Node` node **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_greater_than` **(** :ref:`Node` node **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_in_group` **(** :ref:`StringName` group **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_inside_tree` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_multiplayer_authority` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_node_ready` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_part_of_edited_scene` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_physics_interpolated` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_physics_interpolated_and_enabled` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_physics_processing` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_physics_processing_internal` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing_input` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing_internal` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing_shortcut_input` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing_unhandled_input` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_processing_unhandled_key_input` **(** **)** |const| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_child` **(** :ref:`Node` child_node, :ref:`int` to_index **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`notify_deferred_thread_group` **(** :ref:`int` what **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`notify_thread_safe` **(** :ref:`int` what **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`print_orphan_nodes` **(** **)** |static| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`print_tree` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`print_tree_pretty` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`propagate_call` **(** :ref:`StringName` method, :ref:`Array` args=[], :ref:`bool` parent_first=false **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`propagate_notification` **(** :ref:`int` what **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`queue_free` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_child` **(** :ref:`Node` node **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_from_group` **(** :ref:`StringName` group **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`reparent` **(** :ref:`Node` new_parent, :ref:`bool` keep_global_transform=true **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`replace_by` **(** :ref:`Node` node, :ref:`bool` keep_groups=false **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`request_ready` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`reset_physics_interpolation` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`rpc` **(** :ref:`StringName` method, ... **)** |vararg| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rpc_config` **(** :ref:`StringName` method, :ref:`Variant` config **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`rpc_id` **(** :ref:`int` peer_id, :ref:`StringName` method, ... **)** |vararg| | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_deferred_thread_group` **(** :ref:`StringName` property, :ref:`Variant` value **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_display_folded` **(** :ref:`bool` fold **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_editable_instance` **(** :ref:`Node` node, :ref:`bool` is_editable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_multiplayer_authority` **(** :ref:`int` id, :ref:`bool` recursive=true **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_physics_process` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_physics_process_internal` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process_input` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process_internal` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process_shortcut_input` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process_unhandled_input` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_process_unhandled_key_input` **(** :ref:`bool` enable **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_scene_instance_load_placeholder` **(** :ref:`bool` load_placeholder **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_thread_safe` **(** :ref:`StringName` property, :ref:`Variant` value **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_configuration_warnings` **(** **)** | +---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_Node_signal_child_entered_tree: .. rst-class:: classref-signal **child_entered_tree** **(** :ref:`Node` node **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_child_exiting_tree: .. rst-class:: classref-signal **child_exiting_tree** **(** :ref:`Node` node **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_child_order_changed: .. rst-class:: classref-signal **child_order_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_editor_description_changed: .. rst-class:: classref-signal **editor_description_changed** **(** :ref:`Node` node **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_ready: .. rst-class:: classref-signal **ready** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_renamed: .. rst-class:: classref-signal **renamed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_replacing_by: .. rst-class:: classref-signal **replacing_by** **(** :ref:`Node` node **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_tree_entered: .. rst-class:: classref-signal **tree_entered** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_tree_exited: .. rst-class:: classref-signal **tree_exited** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_signal_tree_exiting: .. rst-class:: classref-signal **tree_exiting** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_Node_ProcessMode: .. rst-class:: classref-enumeration enum **ProcessMode**: .. _class_Node_constant_PROCESS_MODE_INHERIT: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_INHERIT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_MODE_PAUSABLE: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_PAUSABLE** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_MODE_WHEN_PAUSED: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_WHEN_PAUSED** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_MODE_ALWAYS: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_ALWAYS** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_MODE_DISABLED: .. rst-class:: classref-enumeration-constant :ref:`ProcessMode` **PROCESS_MODE_DISABLED** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_ProcessThreadGroup: .. rst-class:: classref-enumeration enum **ProcessThreadGroup**: .. _class_Node_constant_PROCESS_THREAD_GROUP_INHERIT: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadGroup` **PROCESS_THREAD_GROUP_INHERIT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_THREAD_GROUP_MAIN_THREAD: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadGroup` **PROCESS_THREAD_GROUP_MAIN_THREAD** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PROCESS_THREAD_GROUP_SUB_THREAD: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadGroup` **PROCESS_THREAD_GROUP_SUB_THREAD** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_ProcessThreadMessages: .. rst-class:: classref-enumeration flags **ProcessThreadMessages**: .. _class_Node_constant_FLAG_PROCESS_THREAD_MESSAGES: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadMessages` **FLAG_PROCESS_THREAD_MESSAGES** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_FLAG_PROCESS_THREAD_MESSAGES_PHYSICS: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadMessages` **FLAG_PROCESS_THREAD_MESSAGES_PHYSICS** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_FLAG_PROCESS_THREAD_MESSAGES_ALL: .. rst-class:: classref-enumeration-constant :ref:`ProcessThreadMessages` **FLAG_PROCESS_THREAD_MESSAGES_ALL** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_PhysicsInterpolationMode: .. rst-class:: classref-enumeration enum **PhysicsInterpolationMode**: .. _class_Node_constant_PHYSICS_INTERPOLATION_MODE_INHERIT: .. rst-class:: classref-enumeration-constant :ref:`PhysicsInterpolationMode` **PHYSICS_INTERPOLATION_MODE_INHERIT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PHYSICS_INTERPOLATION_MODE_ON: .. rst-class:: classref-enumeration-constant :ref:`PhysicsInterpolationMode` **PHYSICS_INTERPOLATION_MODE_ON** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_PHYSICS_INTERPOLATION_MODE_OFF: .. rst-class:: classref-enumeration-constant :ref:`PhysicsInterpolationMode` **PHYSICS_INTERPOLATION_MODE_OFF** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_DuplicateFlags: .. rst-class:: classref-enumeration enum **DuplicateFlags**: .. _class_Node_constant_DUPLICATE_SIGNALS: .. rst-class:: classref-enumeration-constant :ref:`DuplicateFlags` **DUPLICATE_SIGNALS** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_DUPLICATE_GROUPS: .. rst-class:: classref-enumeration-constant :ref:`DuplicateFlags` **DUPLICATE_GROUPS** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_DUPLICATE_SCRIPTS: .. rst-class:: classref-enumeration-constant :ref:`DuplicateFlags` **DUPLICATE_SCRIPTS** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_DUPLICATE_USE_INSTANTIATION: .. rst-class:: classref-enumeration-constant :ref:`DuplicateFlags` **DUPLICATE_USE_INSTANTIATION** = ``8`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_InternalMode: .. rst-class:: classref-enumeration enum **InternalMode**: .. _class_Node_constant_INTERNAL_MODE_DISABLED: .. rst-class:: classref-enumeration-constant :ref:`InternalMode` **INTERNAL_MODE_DISABLED** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_INTERNAL_MODE_FRONT: .. rst-class:: classref-enumeration-constant :ref:`InternalMode` **INTERNAL_MODE_FRONT** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_INTERNAL_MODE_BACK: .. rst-class:: classref-enumeration-constant :ref:`InternalMode` **INTERNAL_MODE_BACK** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Node_AutoTranslateMode: .. rst-class:: classref-enumeration enum **AutoTranslateMode**: .. _class_Node_constant_AUTO_TRANSLATE_MODE_INHERIT: .. rst-class:: classref-enumeration-constant :ref:`AutoTranslateMode` **AUTO_TRANSLATE_MODE_INHERIT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_AUTO_TRANSLATE_MODE_ALWAYS: .. rst-class:: classref-enumeration-constant :ref:`AutoTranslateMode` **AUTO_TRANSLATE_MODE_ALWAYS** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node_constant_AUTO_TRANSLATE_MODE_DISABLED: .. rst-class:: classref-enumeration-constant :ref:`AutoTranslateMode` **AUTO_TRANSLATE_MODE_DISABLED** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_Node_constant_NOTIFICATION_ENTER_TREE: .. rst-class:: classref-constant **NOTIFICATION_ENTER_TREE** = ``10`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_EXIT_TREE: .. rst-class:: classref-constant **NOTIFICATION_EXIT_TREE** = ``11`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_MOVED_IN_PARENT: .. rst-class:: classref-constant **NOTIFICATION_MOVED_IN_PARENT** = ``12`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_READY: .. rst-class:: classref-constant **NOTIFICATION_READY** = ``13`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_PAUSED: .. rst-class:: classref-constant **NOTIFICATION_PAUSED** = ``14`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_UNPAUSED: .. rst-class:: classref-constant **NOTIFICATION_UNPAUSED** = ``15`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_PHYSICS_PROCESS: .. rst-class:: classref-constant **NOTIFICATION_PHYSICS_PROCESS** = ``16`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_PROCESS: .. rst-class:: classref-constant **NOTIFICATION_PROCESS** = ``17`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_PARENTED: .. rst-class:: classref-constant **NOTIFICATION_PARENTED** = ``18`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_UNPARENTED: .. rst-class:: classref-constant **NOTIFICATION_UNPARENTED** = ``19`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_SCENE_INSTANTIATED: .. rst-class:: classref-constant **NOTIFICATION_SCENE_INSTANTIATED** = ``20`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_DRAG_BEGIN: .. rst-class:: classref-constant **NOTIFICATION_DRAG_BEGIN** = ``21`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_DRAG_END: .. rst-class:: classref-constant **NOTIFICATION_DRAG_END** = ``22`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_PATH_RENAMED: .. rst-class:: classref-constant **NOTIFICATION_PATH_RENAMED** = ``23`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_CHILD_ORDER_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_CHILD_ORDER_CHANGED** = ``24`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_INTERNAL_PROCESS: .. rst-class:: classref-constant **NOTIFICATION_INTERNAL_PROCESS** = ``25`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_INTERNAL_PHYSICS_PROCESS: .. rst-class:: classref-constant **NOTIFICATION_INTERNAL_PHYSICS_PROCESS** = ``26`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_POST_ENTER_TREE: .. rst-class:: classref-constant **NOTIFICATION_POST_ENTER_TREE** = ``27`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_DISABLED: .. rst-class:: classref-constant **NOTIFICATION_DISABLED** = ``28`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_ENABLED: .. rst-class:: classref-constant **NOTIFICATION_ENABLED** = ``29`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_RESET_PHYSICS_INTERPOLATION: .. rst-class:: classref-constant **NOTIFICATION_RESET_PHYSICS_INTERPOLATION** = ``2001`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_EDITOR_PRE_SAVE: .. rst-class:: classref-constant **NOTIFICATION_EDITOR_PRE_SAVE** = ``9001`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_EDITOR_POST_SAVE: .. rst-class:: classref-constant **NOTIFICATION_EDITOR_POST_SAVE** = ``9002`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_MOUSE_ENTER: .. rst-class:: classref-constant **NOTIFICATION_WM_MOUSE_ENTER** = ``1002`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_MOUSE_EXIT: .. rst-class:: classref-constant **NOTIFICATION_WM_MOUSE_EXIT** = ``1003`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_WINDOW_FOCUS_IN: .. rst-class:: classref-constant **NOTIFICATION_WM_WINDOW_FOCUS_IN** = ``1004`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_WINDOW_FOCUS_OUT: .. rst-class:: classref-constant **NOTIFICATION_WM_WINDOW_FOCUS_OUT** = ``1005`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_CLOSE_REQUEST: .. rst-class:: classref-constant **NOTIFICATION_WM_CLOSE_REQUEST** = ``1006`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_GO_BACK_REQUEST: .. rst-class:: classref-constant **NOTIFICATION_WM_GO_BACK_REQUEST** = ``1007`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_SIZE_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_WM_SIZE_CHANGED** = ``1008`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_DPI_CHANGE: .. rst-class:: classref-constant **NOTIFICATION_WM_DPI_CHANGE** = ``1009`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_VP_MOUSE_ENTER: .. rst-class:: classref-constant **NOTIFICATION_VP_MOUSE_ENTER** = ``1010`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_VP_MOUSE_EXIT: .. rst-class:: classref-constant **NOTIFICATION_VP_MOUSE_EXIT** = ``1011`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_OS_MEMORY_WARNING: .. rst-class:: classref-constant **NOTIFICATION_OS_MEMORY_WARNING** = ``2009`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_TRANSLATION_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_TRANSLATION_CHANGED** = ``2010`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_WM_ABOUT: .. rst-class:: classref-constant **NOTIFICATION_WM_ABOUT** = ``2011`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_CRASH: .. rst-class:: classref-constant **NOTIFICATION_CRASH** = ``2012`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_OS_IME_UPDATE: .. rst-class:: classref-constant **NOTIFICATION_OS_IME_UPDATE** = ``2013`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_APPLICATION_RESUMED: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_RESUMED** = ``2014`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_APPLICATION_PAUSED: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_PAUSED** = ``2015`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_APPLICATION_FOCUS_IN: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_FOCUS_IN** = ``2016`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_APPLICATION_FOCUS_OUT: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_FOCUS_OUT** = ``2017`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node_constant_NOTIFICATION_TEXT_SERVER_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_TEXT_SERVER_CHANGED** = ``2018`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Node_property_auto_translate_mode: .. rst-class:: classref-property :ref:`AutoTranslateMode` **auto_translate_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_auto_translate_mode** **(** :ref:`AutoTranslateMode` value **)** - :ref:`AutoTranslateMode` **get_auto_translate_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_editor_description: .. rst-class:: classref-property :ref:`String` **editor_description** = ``""`` .. rst-class:: classref-property-setget - void **set_editor_description** **(** :ref:`String` value **)** - :ref:`String` **get_editor_description** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_multiplayer: .. rst-class:: classref-property :ref:`MultiplayerAPI` **multiplayer** .. rst-class:: classref-property-setget - :ref:`MultiplayerAPI` **get_multiplayer** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_name: .. rst-class:: classref-property :ref:`StringName` **name** .. rst-class:: classref-property-setget - void **set_name** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_name** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_owner: .. rst-class:: classref-property :ref:`Node` **owner** .. rst-class:: classref-property-setget - void **set_owner** **(** :ref:`Node` value **)** - :ref:`Node` **get_owner** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_physics_interpolation_mode: .. rst-class:: classref-property :ref:`PhysicsInterpolationMode` **physics_interpolation_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_physics_interpolation_mode** **(** :ref:`PhysicsInterpolationMode` value **)** - :ref:`PhysicsInterpolationMode` **get_physics_interpolation_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_mode: .. rst-class:: classref-property :ref:`ProcessMode` **process_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_process_mode** **(** :ref:`ProcessMode` value **)** - :ref:`ProcessMode` **get_process_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_physics_priority: .. rst-class:: classref-property :ref:`int` **process_physics_priority** = ``0`` .. rst-class:: classref-property-setget - void **set_physics_process_priority** **(** :ref:`int` value **)** - :ref:`int` **get_physics_process_priority** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_priority: .. rst-class:: classref-property :ref:`int` **process_priority** = ``0`` .. rst-class:: classref-property-setget - void **set_process_priority** **(** :ref:`int` value **)** - :ref:`int` **get_process_priority** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_thread_group: .. rst-class:: classref-property :ref:`ProcessThreadGroup` **process_thread_group** = ``0`` .. rst-class:: classref-property-setget - void **set_process_thread_group** **(** :ref:`ProcessThreadGroup` value **)** - :ref:`ProcessThreadGroup` **get_process_thread_group** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_thread_group_order: .. rst-class:: classref-property :ref:`int` **process_thread_group_order** .. rst-class:: classref-property-setget - void **set_process_thread_group_order** **(** :ref:`int` value **)** - :ref:`int` **get_process_thread_group_order** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_process_thread_messages: .. rst-class:: classref-property |bitfield|\<:ref:`ProcessThreadMessages`\> **process_thread_messages** .. rst-class:: classref-property-setget - void **set_process_thread_messages** **(** |bitfield|\<:ref:`ProcessThreadMessages`\> value **)** - |bitfield|\<:ref:`ProcessThreadMessages`\> **get_process_thread_messages** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_scene_file_path: .. rst-class:: classref-property :ref:`String` **scene_file_path** .. rst-class:: classref-property-setget - void **set_scene_file_path** **(** :ref:`String` value **)** - :ref:`String` **get_scene_file_path** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_property_unique_name_in_owner: .. rst-class:: classref-property :ref:`bool` **unique_name_in_owner** = ``false`` .. rst-class:: classref-property-setget - void **set_unique_name_in_owner** **(** :ref:`bool` value **)** - :ref:`bool` **is_unique_name_in_owner** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Node_private_method__enter_tree: .. rst-class:: classref-method void **_enter_tree** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__exit_tree: .. rst-class:: classref-method void **_exit_tree** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__get_configuration_warnings: .. rst-class:: classref-method :ref:`PackedStringArray` **_get_configuration_warnings** **(** **)** |virtual| |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__input: .. rst-class:: classref-method void **_input** **(** :ref:`InputEvent` event **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__physics_process: .. rst-class:: classref-method void **_physics_process** **(** :ref:`float` delta **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__process: .. rst-class:: classref-method void **_process** **(** :ref:`float` delta **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__ready: .. rst-class:: classref-method void **_ready** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__shortcut_input: .. rst-class:: classref-method void **_shortcut_input** **(** :ref:`InputEvent` event **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__unhandled_input: .. rst-class:: classref-method void **_unhandled_input** **(** :ref:`InputEvent` event **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_private_method__unhandled_key_input: .. rst-class:: classref-method void **_unhandled_key_input** **(** :ref:`InputEvent` event **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_add_child: .. rst-class:: classref-method void **add_child** **(** :ref:`Node` node, :ref:`bool` force_readable_name=false, :ref:`InternalMode` internal=0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_add_sibling: .. rst-class:: classref-method void **add_sibling** **(** :ref:`Node` sibling, :ref:`bool` force_readable_name=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_add_to_group: .. rst-class:: classref-method void **add_to_group** **(** :ref:`StringName` group, :ref:`bool` persistent=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_atr: .. rst-class:: classref-method :ref:`String` **atr** **(** :ref:`String` message, :ref:`StringName` context="" **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_atr_n: .. rst-class:: classref-method :ref:`String` **atr_n** **(** :ref:`String` message, :ref:`StringName` plural_message, :ref:`int` n, :ref:`StringName` context="" **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_call_deferred_thread_group: .. rst-class:: classref-method :ref:`Variant` **call_deferred_thread_group** **(** :ref:`StringName` method, ... **)** |vararg| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_call_thread_safe: .. rst-class:: classref-method :ref:`Variant` **call_thread_safe** **(** :ref:`StringName` method, ... **)** |vararg| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_can_process: .. rst-class:: classref-method :ref:`bool` **can_process** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_create_tween: .. rst-class:: classref-method :ref:`Tween` **create_tween** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_duplicate: .. rst-class:: classref-method :ref:`Node` **duplicate** **(** :ref:`int` flags=15 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_find_child: .. rst-class:: classref-method :ref:`Node` **find_child** **(** :ref:`String` pattern, :ref:`bool` recursive=true, :ref:`bool` owned=true **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_find_children: .. rst-class:: classref-method :ref:`Node[]` **find_children** **(** :ref:`String` pattern, :ref:`String` type="", :ref:`bool` recursive=true, :ref:`bool` owned=true **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_find_parent: .. rst-class:: classref-method :ref:`Node` **find_parent** **(** :ref:`String` pattern **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_child: .. rst-class:: classref-method :ref:`Node` **get_child** **(** :ref:`int` idx, :ref:`bool` include_internal=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_child_count: .. rst-class:: classref-method :ref:`int` **get_child_count** **(** :ref:`bool` include_internal=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_children: .. rst-class:: classref-method :ref:`Node[]` **get_children** **(** :ref:`bool` include_internal=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_groups: .. rst-class:: classref-method :ref:`StringName[]` **get_groups** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_index: .. rst-class:: classref-method :ref:`int` **get_index** **(** :ref:`bool` include_internal=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_last_exclusive_window: .. rst-class:: classref-method :ref:`Window` **get_last_exclusive_window** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_multiplayer_authority: .. rst-class:: classref-method :ref:`int` **get_multiplayer_authority** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_node: .. rst-class:: classref-method :ref:`Node` **get_node** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_node_and_resource: .. rst-class:: classref-method :ref:`Array` **get_node_and_resource** **(** :ref:`NodePath` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_node_or_null: .. rst-class:: classref-method :ref:`Node` **get_node_or_null** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_parent: .. rst-class:: classref-method :ref:`Node` **get_parent** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_path: .. rst-class:: classref-method :ref:`NodePath` **get_path** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_path_to: .. rst-class:: classref-method :ref:`NodePath` **get_path_to** **(** :ref:`Node` node, :ref:`bool` use_unique_path=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_physics_process_delta_time: .. rst-class:: classref-method :ref:`float` **get_physics_process_delta_time** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_process_delta_time: .. rst-class:: classref-method :ref:`float` **get_process_delta_time** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_scene_instance_load_placeholder: .. rst-class:: classref-method :ref:`bool` **get_scene_instance_load_placeholder** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_tree: .. rst-class:: classref-method :ref:`SceneTree` **get_tree** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_tree_string: .. rst-class:: classref-method :ref:`String` **get_tree_string** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_tree_string_pretty: .. rst-class:: classref-method :ref:`String` **get_tree_string_pretty** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_viewport: .. rst-class:: classref-method :ref:`Viewport` **get_viewport** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_get_window: .. rst-class:: classref-method :ref:`Window` **get_window** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_has_node: .. rst-class:: classref-method :ref:`bool` **has_node** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_has_node_and_resource: .. rst-class:: classref-method :ref:`bool` **has_node_and_resource** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_ancestor_of: .. rst-class:: classref-method :ref:`bool` **is_ancestor_of** **(** :ref:`Node` node **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_displayed_folded: .. rst-class:: classref-method :ref:`bool` **is_displayed_folded** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_editable_instance: .. rst-class:: classref-method :ref:`bool` **is_editable_instance** **(** :ref:`Node` node **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_greater_than: .. rst-class:: classref-method :ref:`bool` **is_greater_than** **(** :ref:`Node` node **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_in_group: .. rst-class:: classref-method :ref:`bool` **is_in_group** **(** :ref:`StringName` group **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_inside_tree: .. rst-class:: classref-method :ref:`bool` **is_inside_tree** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_multiplayer_authority: .. rst-class:: classref-method :ref:`bool` **is_multiplayer_authority** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_node_ready: .. rst-class:: classref-method :ref:`bool` **is_node_ready** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_part_of_edited_scene: .. rst-class:: classref-method :ref:`bool` **is_part_of_edited_scene** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_physics_interpolated: .. rst-class:: classref-method :ref:`bool` **is_physics_interpolated** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_physics_interpolated_and_enabled: .. rst-class:: classref-method :ref:`bool` **is_physics_interpolated_and_enabled** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_physics_processing: .. rst-class:: classref-method :ref:`bool` **is_physics_processing** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_physics_processing_internal: .. rst-class:: classref-method :ref:`bool` **is_physics_processing_internal** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing: .. rst-class:: classref-method :ref:`bool` **is_processing** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing_input: .. rst-class:: classref-method :ref:`bool` **is_processing_input** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing_internal: .. rst-class:: classref-method :ref:`bool` **is_processing_internal** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing_shortcut_input: .. rst-class:: classref-method :ref:`bool` **is_processing_shortcut_input** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing_unhandled_input: .. rst-class:: classref-method :ref:`bool` **is_processing_unhandled_input** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_is_processing_unhandled_key_input: .. rst-class:: classref-method :ref:`bool` **is_processing_unhandled_key_input** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_move_child: .. rst-class:: classref-method void **move_child** **(** :ref:`Node` child_node, :ref:`int` to_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_notify_deferred_thread_group: .. rst-class:: classref-method void **notify_deferred_thread_group** **(** :ref:`int` what **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_notify_thread_safe: .. rst-class:: classref-method void **notify_thread_safe** **(** :ref:`int` what **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_print_orphan_nodes: .. rst-class:: classref-method void **print_orphan_nodes** **(** **)** |static| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_print_tree: .. rst-class:: classref-method void **print_tree** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_print_tree_pretty: .. rst-class:: classref-method void **print_tree_pretty** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_propagate_call: .. rst-class:: classref-method void **propagate_call** **(** :ref:`StringName` method, :ref:`Array` args=[], :ref:`bool` parent_first=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_propagate_notification: .. rst-class:: classref-method void **propagate_notification** **(** :ref:`int` what **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_queue_free: .. rst-class:: classref-method void **queue_free** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_remove_child: .. rst-class:: classref-method void **remove_child** **(** :ref:`Node` node **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_remove_from_group: .. rst-class:: classref-method void **remove_from_group** **(** :ref:`StringName` group **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_reparent: .. rst-class:: classref-method void **reparent** **(** :ref:`Node` new_parent, :ref:`bool` keep_global_transform=true **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_replace_by: .. rst-class:: classref-method void **replace_by** **(** :ref:`Node` node, :ref:`bool` keep_groups=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_request_ready: .. rst-class:: classref-method void **request_ready** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_reset_physics_interpolation: .. rst-class:: classref-method void **reset_physics_interpolation** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_rpc: .. rst-class:: classref-method :ref:`Error` **rpc** **(** :ref:`StringName` method, ... **)** |vararg| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_rpc_config: .. rst-class:: classref-method void **rpc_config** **(** :ref:`StringName` method, :ref:`Variant` config **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_rpc_id: .. rst-class:: classref-method :ref:`Error` **rpc_id** **(** :ref:`int` peer_id, :ref:`StringName` method, ... **)** |vararg| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_deferred_thread_group: .. rst-class:: classref-method void **set_deferred_thread_group** **(** :ref:`StringName` property, :ref:`Variant` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_display_folded: .. rst-class:: classref-method void **set_display_folded** **(** :ref:`bool` fold **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_editable_instance: .. rst-class:: classref-method void **set_editable_instance** **(** :ref:`Node` node, :ref:`bool` is_editable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_multiplayer_authority: .. rst-class:: classref-method void **set_multiplayer_authority** **(** :ref:`int` id, :ref:`bool` recursive=true **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_physics_process: .. rst-class:: classref-method void **set_physics_process** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_physics_process_internal: .. rst-class:: classref-method void **set_physics_process_internal** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process: .. rst-class:: classref-method void **set_process** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process_input: .. rst-class:: classref-method void **set_process_input** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process_internal: .. rst-class:: classref-method void **set_process_internal** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process_shortcut_input: .. rst-class:: classref-method void **set_process_shortcut_input** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process_unhandled_input: .. rst-class:: classref-method void **set_process_unhandled_input** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_process_unhandled_key_input: .. rst-class:: classref-method void **set_process_unhandled_key_input** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_scene_instance_load_placeholder: .. rst-class:: classref-method void **set_scene_instance_load_placeholder** **(** :ref:`bool` load_placeholder **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_set_thread_safe: .. rst-class:: classref-method void **set_thread_safe** **(** :ref:`StringName` property, :ref:`Variant` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node_method_update_configuration_warnings: .. rst-class:: classref-method void **update_configuration_warnings** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`