Model:getNodeName

Edit

Returns the name of a node in the Model.

name = Model: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