Skip to content

class_nodepath

reduz edited this page Feb 23, 2014 · 9 revisions

NodePath

####Category: Built-In Types

Brief Description

Built-in type optimized for path traversing.

Member Functions

Description

Built-in type optimized for path traversing. A Node path is an optimized compiled path used for traversing the scene tree. It references nodes and can reference properties in that node, or even reference properties inside the resources of the node.

Member Function Description

Return a path level name.

  • int get&#95name&#95count ( )

Return the path level count.

Return the property associated (empty if none).

Return the subname level name.

  • int get&#95subname&#95count ( )

Return the subname count.

  • bool is&#95absolute ( )

Return true if the node path is absolute (not relative).

  • bool is&#95empty ( )

Return true if the node path is empty.

Clone this wiki locally