This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

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