Skip to content

Commit

Permalink
approve meeeee (#274)
Browse files Browse the repository at this point in the history
* Update if-else.md

* Update take-screenshot.md

* Update take-screenshot.md

* Update take-screenshot.md

* Update take-screenshot.md
  • Loading branch information
Mustached-Maniac authored Nov 15, 2024
1 parent 632343b commit fc1fb64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions streamerbot/3.api/1.sub-actions/core/logic/if-else.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ parameters:
- `Not Equals`: Check if the variable does not equal a given value
- `Contains`: Check if the variable contains the given value
- `Regex Match`: Use a Regular Expression to match variable contents
- `Less Than`: Check if a numeric variable is less than a given value
- `Greater Than`: Check if a numeric variable is greater than a given value
- `Less Than`: Check if a numeric variable is less than a given value (does NOT include the set value)
- `Greater Than`: Check if a numeric variable is greater than a given value (does NOT include the set value)
- `Does Not Exist`: Check if the variable name is defined at all
- `Equals (Ignore Case)`: Check if a string variable equals a given value, case insensitive
- `Not Equals (Ignore Case)`: Check if a string variable does not equal a given value, case insensitive
Expand Down
6 changes: 5 additions & 1 deletion streamerbot/3.api/1.sub-actions/obs/take-screenshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ parameters:
required: true
description: |
Select the file path for the screenshot
::tip
:icon{name=i-mdi-chevron-right} When using the `Test` Button in the pop-up window, arguments will **NOT** populate.<br>
The button only tests the literal string entered into the input box.
::
- name: Quality
type: Slider
required: true
Expand All @@ -35,4 +39,4 @@ variables:
value: 8/4/2023 10:56:06 AM
csharpMethods:
- ObsTakeScreenshot
---
---

0 comments on commit fc1fb64

Please sign in to comment.