# Interactable.isActive

Returns the logic output signal of an interactable. Signal is a boolean, <strong>on</strong> or <strong>off</strong>.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | The logic output signal. |
