Skip to content

Commit c738603

Browse files
StartAutomatingStartAutomating
authored andcommitted
Start-OBSEffect - Allowing multiple effects to be started (re #109)
1 parent d864f18 commit c738603

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Start-OBSEffect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)