Skip to content

Latest commit

 

History

History
72 lines (29 loc) · 889 Bytes

Get-OBSEffect.md

File metadata and controls

72 lines (29 loc) · 889 Bytes

Get-OBSEffect

Synopsis

Gets OBS Effects


Description

Gets effects currently loaded into OBS-PowerShell.

An effect can be thought of as a name with a series of messages to OBS.

Those messages can be defined in a .json file or a script, in any module that tags OBS.

They can also be defined in a function or script named like:

  • *.OBS.FX.*
  • *.OBS.Effect.*
  • *.OBS.Effects.*

Related Links


Parameters

Name

The name of the effect.

Type Required Position PipelineInput Aliases
[String] false 1 true (ByPropertyName) EffectName

Syntax

Get-OBSEffect [[-Name] <String>] [<CommonParameters>]