/
getAnimEnd
getAnimEnd
Description
The getAnimEnd command automatically identifies the last frame in the animation range.
The value returned may be assigned to an integer variable.
Functional area
Data retrieval
Command syntax
Syntax
getAnimEnd |
Arguments
None
Flags
None
Return value
integer
returns the frame number of the animation Range
Examples
int $end = `getAnimEnd`; print $end; // In this example, an integer variable named $end is declared and // assigned the output of the getAnimEnd command.
Additional information
Related commands
, multiple selections available,