The getAnimStart command automatically identifies the first frame in the animation range.
The value returned may be assigned to an integer variable.
Data retrieval
getAnimStart |
None
None
integer
Returns the Animation start time.
int $start = `getAnimStart`; print $start; // In this example, an integer variable named $start is declared and // assigned the output of the getAnimStart command. |