ModelData:getNodeName
EditReturns the name of a node.
name = ModelData:getNodeName(index)Arguments
| Name | Type | Description |
| index | number | The index of the node. |
Returns
| Name | Type | Description |
| name | string | The name of the node. |
Notes
If the node does not have a name, this function returns nil.