Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the Animation start time.

Examples

Code Block
languagetext
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

...