The getAnimEnd command automatically identifies the last frame in the animation range.
The value returned may be assigned to an integer variable.
Data retrieval
getAnimEnd |
None
None
integer
returns the frame number of the animation Range
int $end = `getAnimEnd`;
print $end;
// In this example, an integer variable named $end is declared and
// assigned the output of the getAnimEnd command.