Interactable.setActive
Sets the logic output signal of an interactable. Signal is a boolean, on or off.
Kind: Function
Environments: Game
Game
interactable:setActive( signal )
Availability: Server only
Parameters:
| Name | Type | Description |
|---|---|---|
interactable |
Interactable | The interactable. |
signal |
boolean | The logic output signal. |