...
returns the frame number of the animation Range
Examples
Code Block | ||
---|---|---|
| ||
int $end = `getAnimEnd`; |
...
print $end; |
...
// In this example, an integer variable named $end is declared and |
...
// assigned the output of the getAnimEnd command. |
Scroll pagebreak |
---|
Additional information
...