Set State of a Random Filter

Set the state of a filter randomly selected from a given scene or source

Parameters

Connectionrequired
Select

Select the configured Streamlabs Desktop Connection to connect to

Scenerequired
Text

Select a scene from the list, or enter a scene name

Sourcerequired
Text

Select a source from the list, or enter a source name

Staterequired
Select

Set the state for the random filter

  • Visible: Set the filter state to visible
  • Hidden: Set the filter state to hidden
  • Toggle: Toggle the filter state between visible and hidden

Variables

This sub-action does not populate any variables.

C# Usage

public void SlobsSetRandomFilterState(string scene, string source, int state, int connection = 0)
public void SlobsSetRandomFilterState(string scene, int state, int connection = 0)