# Interactable.unsetSteeringFlag

Unset the steering flag for a steering interactable.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:unsetSteeringFlag( steeringFlags )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Interactable.md#unsetsteeringflag)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
| `steeringFlags` | integer | The steering flags. |
