Set Scene Filter State

Update the visibility of a filter for a given scene

Parameters

SlobsConnection
SlobsScene
SlobsFilter
State
Number

Optionally select a specific button state to modify

  • By default, all sub-actions will modify the first button state, 0
  • For example, to modify the 2nd state of an Action Switch, set State to 1

Variables

NameTypeDescription
No data

C# Usage

public void SlobsSetFilterState(string scene, string filterName, int state, int connection = 0)