/
getPlayEnd
getPlayEnd
Description
This command enables you to query your scene for the last frame of the play range.
Functional area
Data retrieval
Command syntax
Syntax
getPlayEnd |
Arguments
None
Flags
None
Return value
integer
Returns the play ranges end time.
Examples
int $end = `getPlayEnd`; print $end; // Assigns the result of the getPlayEnd command to an integer // variable called "$end"; prints the value of the variable // to the interface.
Additional information
Related commands
, multiple selections available,
Related content
getPlayStart
getPlayStart
More like this
getAnimStart
getAnimStart
More like this
getTime
getTime
More like this
fastForward
fastForward
More like this
playRange
playRange
More like this
animRange
animRange
More like this