# Joint.getSticky

Returns the sticky directions of the joint for positive xyz and negative xyz.

**Kind:** Function

**Environments:** Game

## Game

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

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

A value of 1 means that the direction is sticky and a value of 0 means that the direction is not sticky.

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md)<br>[Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The negative xyz sticky and the positive xyz sticky. |
