Player::setNameDebug
NOTE: Debugging functions are not present in the retail version of the game.
- untested but char *name could also be a hash for a localized string
Syntax
```js player.setNameDebug(name); ```
Required Arguments
- name: String
Return value
- Undefined
Example
```js // todo ```