Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a string with the name of the current character.

Examples

Code Block
languagetext
// Get the current Character. 

...


string $curCharacter = `getCurrentChar`;

...


print $curCharacter;

Additional information

Related commands

...