Skip to content

Commit

Permalink
OBS Random Source Visibility Variables (#256)
Browse files Browse the repository at this point in the history
* Update set-random-scene-source-visible.md

* Update set-random-group-source-visible.md

---------

Co-authored-by: Whipstickgostop <[email protected]>
  • Loading branch information
tawmae and Whipstickgostop authored Oct 4, 2024
1 parent 24b26a3 commit 828caca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ parameters:
description: |
Select a Group from the drop-down
- Can also manually type the Group name into the box
variables: []
variables:
- name: randomSource
type: string
description: name of the chosen random source
value: Game Capture
csharpMethods:
- ObsSetRandomGroupSourceVisible
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ parameters:
description: |
Select a Scene from the drop-down
- Can also manually type the Scene name into the box
variables: []
variables:
- name: randomSource
type: string
description: name of the chosen random source
value: Game Capture
csharpMethods:
- ObsSetRandomSceneSourceVisible
---
---

0 comments on commit 828caca

Please sign in to comment.