# Shape.isPipe

Returns whether the shape is a pipe or not.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
shape:isPipe(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the shape was a pipe or not. |
