ModelData:getNodeName

Edit

Returns the name of a node.

name = ModelData:getNodeName(index)

Arguments

NameTypeDescription
indexnumber The index of the node.

Returns

NameTypeDescription
namestring The name of the node.

Notes

If the node does not have a name, this function returns nil.

See also