Description
This command enables you to query your scene for the last frame of the play range.
Functional area
Data retrieval
Command syntax
Syntax
getPlayEnd |
Arguments
None
Flags
None
Return value
integer
Returns the play ranges end time.
Examples
int $end = `getPlayEnd`;
print $end;
// Assigns the result of the getPlayEnd command to an integer
// variable called "$end"; prints the value of the variable
// to the interface.