...
Returns the Animation start time.
Examples
Code Block | ||
---|---|---|
| ||
int $start = `getAnimStart`; |
...
print $start; |
...
// In this example, an integer variable named $start is declared and |
...
// assigned the output of the getAnimStart command. |
Scroll pagebreak |
---|
Additional information
...