Versions Compared

Key

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

...

Returns the play ranges start frame;

Examples

Code Block
languagetext
int $strt = `getPlayStart`;

...


print $strt;

...


// Assigns the result of the getPlayStart command to an integer

...


// variable called "$strt". 

...


// Prints the value of the variable to the interface.

Scroll pagebreak

Additional information

...