[]
Modifies the name of the custom name.
bool ModifyCustomName(string name, string newName)
Function ModifyCustomName(name As String, newName As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The name of the custom name |
string | newName | The new name |
Type | Description |
---|---|
bool | If true modification is successful; otherwise, false |