.. 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/NodePath.xml. .. _class_NodePath: NodePath ======== .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. note:: There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information. .. rst-class:: classref-reftable-group Constructors ------------ .. table:: :widths: auto +---------------------------------+-------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`NodePath` **(** **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`NodePath` **(** :ref:`NodePath` from **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`NodePath` **(** :ref:`String` from **)** | +---------------------------------+-------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`get_as_property_path` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_concatenated_names` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_concatenated_subnames` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_name` **(** :ref:`int` idx **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_name_count` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_subname` **(** :ref:`int` idx **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_subname_count` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`hash` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_absolute` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_empty` **(** **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath` | :ref:`slice` **(** :ref:`int` begin, :ref:`int` end=2147483647 **)** |const| | +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +-------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`NodePath` right **)** | +-------------------------+------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`NodePath` right **)** | +-------------------------+------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_NodePath_constructor_NodePath: .. rst-class:: classref-constructor :ref:`NodePath` **NodePath** **(** **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`NodePath` **NodePath** **(** :ref:`NodePath` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`NodePath` **NodePath** **(** :ref:`String` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_NodePath_method_get_as_property_path: .. rst-class:: classref-method :ref:`NodePath` **get_as_property_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_NodePath_method_get_concatenated_names: .. rst-class:: classref-method :ref:`StringName` **get_concatenated_names** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_get_concatenated_subnames: .. rst-class:: classref-method :ref:`StringName` **get_concatenated_subnames** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_get_name: .. rst-class:: classref-method :ref:`StringName` **get_name** **(** :ref:`int` idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_get_name_count: .. rst-class:: classref-method :ref:`int` **get_name_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_get_subname: .. rst-class:: classref-method :ref:`StringName` **get_subname** **(** :ref:`int` idx **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_get_subname_count: .. rst-class:: classref-method :ref:`int` **get_subname_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_hash: .. rst-class:: classref-method :ref:`int` **hash** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_is_absolute: .. rst-class:: classref-method :ref:`bool` **is_absolute** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_is_empty: .. rst-class:: classref-method :ref:`bool` **is_empty** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_method_slice: .. rst-class:: classref-method :ref:`NodePath` **slice** **(** :ref:`int` begin, :ref:`int` end=2147483647 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Operator Descriptions --------------------- .. _class_NodePath_operator_neq_NodePath: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`NodePath` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NodePath_operator_eq_NodePath: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`NodePath` right **)** .. container:: contribute There is currently no description for this operator. 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.)`