# Interactable.active

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

**Kind:** Member

**Environments:** Game

## Game

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

### Get

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

**Returns:**

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

### Set

**Availability:** Server only

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

**Parameters:**

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