Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Retrieves the name of the current character (subject) in the Labeling panel.

Functional area

Subjects

Command syntax

Syntax

getCurrentChar

Arguments

None

Flags

None

Return value

string

Returns a string with the name of the current character.

Examples

// Get the current Character. 
string $curCharacter = `getCurrentChar`;
print $curCharacter;

Additional information

Related commands

  • No labels