Retrieves the name of the current character (subject) in the Labeling panel.
Subjects
getCurrentChar |
None
None
string
Returns a string with the name of the current character.
// Get the current Character. string $curCharacter = `getCurrentChar`; print $curCharacter; |