File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ The name of the effect.
4343
4444
4545
46- | Type | Required| Position| PipelineInput|
47- | ----------| --------| --------| -------------|
48- | ` [String] ` | true | named | false |
46+ | Type | Required| Position| PipelineInput|
47+ | ------------ | --------| --------| -------------|
48+ | ` [String[] ] ` | true | named | false |
4949
5050
5151
@@ -191,5 +191,5 @@ If set, will bounce the effect
191191
192192### Syntax
193193``` PowerShell
194- Start-OBSEffect -EffectName <String> [-EffectParameter <IDictionary>] [-EffectArgument <PSObject[]>] [-Step <Int32>] [-SceneItemID <Int32>] [-SceneName <String>] [-FilterName <String>] [-SourceName <String>] [-Loop] [-Bounce] [<CommonParameters>]
194+ Start-OBSEffect -EffectName <String[] > [-EffectParameter <IDictionary>] [-EffectArgument <PSObject[]>] [-Step <Int32>] [-SceneItemID <Int32>] [-SceneName <String>] [-FilterName <String>] [-SourceName <String>] [-Loop] [-Bounce] [<CommonParameters>]
195195```
You can’t perform that action at this time.
0 commit comments