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 )

Open the full Game reference

Availability: Server only

Parameters:

Name Type Description
interactable Interactable The interactable.
signal boolean The logic output signal.