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