NodePath

There is currently no description for this class. Please help us by contributing one!

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Constructors

NodePath

NodePath ( )

NodePath

NodePath ( NodePath from )

NodePath

NodePath ( String from )

Methods

NodePath

get_as_property_path ( ) const

StringName

get_concatenated_names ( ) const

StringName

get_concatenated_subnames ( ) const

StringName

get_name ( int idx ) const

int

get_name_count ( ) const

StringName

get_subname ( int idx ) const

int

get_subname_count ( ) const

int

hash ( ) const

bool

is_absolute ( ) const

bool

is_empty ( ) const

NodePath

slice ( int begin, int end=2147483647 ) const

Operators

bool

operator != ( NodePath right )

bool

operator == ( NodePath right )


Constructor Descriptions

NodePath NodePath ( )

There is currently no description for this constructor. Please help us by contributing one!


NodePath NodePath ( NodePath from )

There is currently no description for this constructor. Please help us by contributing one!


NodePath NodePath ( String from )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

NodePath get_as_property_path ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_concatenated_names ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_concatenated_subnames ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_name ( int idx ) const

There is currently no description for this method. Please help us by contributing one!


int get_name_count ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_subname ( int idx ) const

There is currently no description for this method. Please help us by contributing one!


int get_subname_count ( ) const

There is currently no description for this method. Please help us by contributing one!


int hash ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_absolute ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_empty ( ) const

There is currently no description for this method. Please help us by contributing one!


NodePath slice ( int begin, int end=2147483647 ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( NodePath right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( NodePath right )

There is currently no description for this operator. Please help us by contributing one!