---
title: "setRangesFollowActiveClip"
canonical: "https://help.vicon.com/space/Shogun18/13668061/setRangesFollowActiveClip"
format: markdown
---
# Description

Sets the play range to follow the active clip's play range.

## Functional area

Playback control

# Command syntax

## Syntax

|  |
| --- |
| `setRangesFollowActiveClip boolVal` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `boolVal` | integer | yes | True | False | Toggle |

### Flags

None

## Return value

void

## Examples

```plaintext
// Set play range to follow the active clips play Range.
setRangesFollowActiveClip true;
```

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668868)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13675005)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668724)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13669036)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13669034)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13669006)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668278)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13674976)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668302)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668087)
- [step](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668782)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668780)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun18/pages/13668778)