Model:getNodeName
EditReturns the name of a node in the Model.
name = Model: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.