...
Returns a string with the name of the current character.
Examples
Code Block | ||
---|---|---|
| ||
// Get the current Character. |
...
string $curCharacter = `getCurrentChar`; |
...
print $curCharacter; |
Additional information
Related commands
...
...
Returns a string with the name of the current character.
Code Block | ||
---|---|---|
| ||
// Get the current Character. |
...
string $curCharacter = `getCurrentChar`; |
...
print $curCharacter; |
...