Interactable.active
Returns the logic output signal of an interactable. Signal is a boolean, on or off.
Kind: Member
Environments: Game
Game
Get
Returns the logic output signal of an interactable. Signal is a boolean, on or off.
Returns:
| Type | Description |
|---|---|
| boolean | The logic output signal. |
Set
Availability: Server only
Sets the logic output signal of an interactable. Signal is a boolean, on or off.
Parameters:
| Name | Type | Description |
|---|---|---|
signal |
boolean | The logic output signal. |