# Interactable.hasSteering

Returns true if [Interactable](../Game-Script-Environment/Userdata/Interactable.md) has a steering component.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | The result. |
