# Joint.isReversed

Returns whether a bearing has been reversed using the <em>Connect Tool</em>. A reversed bearing rotates counterclockwise.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
joint:isReversed(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the bearing is reversed (rotating counterclockwise). |
