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

# decisions(in:)

All decisions within the given time range.

## Declaration

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

## Parameters

- `timeRange`: The time range of the decision.

## Return Value

Return Value An array of decisions within the given time range.
