/
getPlayStart
getPlayStart
Description
This command enables you to query your scene for the first frame of the play range.
Functional area
Data retrieval
Command syntax
Syntax
getPlayStart |
Arguments
None
Flags
None
Return value
integer
Returns the play ranges start frame;
Examples
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.
Additional information
Related commands
, multiple selections available,
Related content
getPlayEnd
getPlayEnd
More like this
getAnimStart
getAnimStart
More like this
playRange
playRange
More like this
animRange
animRange
More like this
getTime
getTime
More like this
fastForward
fastForward
More like this