# sm.render.setCinematic

Sets if a cinematic is playing

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.render.setCinematic( cinematic )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.render.md#setcinematic)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `cinematic` | boolean | If true, sets to cinematic |
