---
title: "getPlayEnd"
canonical: "https://help.vicon.com/space/ShogunPost116/341118527/getPlayEnd"
format: markdown
---
# 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

```plaintext
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.
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341117061)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341117755)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341117946)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341118533)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341118737)
- [play](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341119140)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341119152)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341119158)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341120116)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341120215)
- [step](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341120431)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341120437)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost116/pages/341120443)