...
Returns the play ranges start frame;
Examples
Code Block | ||
---|---|---|
| ||
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
...