---
title: "userDecisions(in:)"
framework: cinematic
role: symbol
role_heading: Instance Method
path: "cinematic/cnscript-1ispe/userdecisions(in:)"
---

# userDecisions(in:)

All user decisions in the given time range.

## Declaration

```swift
final func userDecisions(in timeRange: CMTimeRange) -> [CNDecision]
```

## Parameters

- `timeRange`: The time range of interest.

## Return Value

Return Value An array of user decisions in the given time range. These include user decisions made during recording or added to the script.
