Skip to main content
Corvus Connection

On OBS Scene Changed

Obs
entry.onObsSceneChangedFires when OBS switches its active program scene. Binds the new scene name.Triggers on a program-scene change; binds sceneName / occurredAt.

Outputs

Name
Kind
Type
Flags
outExecexecNone
sceneNameDataSystem.Stringmultiplexed
occurredAtDataSystem.DateTimemultiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnObsSceneChanged] Handle(ctx, ObsSceneChangedContext e)