Skip to content

Commit 96d3750

Browse files
refactor: update parameters to use explicit import paths
1 parent 5385d21 commit 96d3750

136 files changed

Lines changed: 811 additions & 719 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

streamerbot/3.api/.parameters/Range.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Range
3+
type: Select
4+
description: |
5+
Filter events between a specified `Min` and `Max`
6+
7+
::note
8+
`Min` and `Max` are **inclusive** of the entered values
9+
::
10+
options:
11+
- value: Any Value
12+
description: Trigger on any value by leaving both `Min` and `Max` empty
13+
- value: Exact Value
14+
description: Trigger on an exact value by specifying only a `Max` value
15+
- value: Greater Than
16+
description: Trigger on values greater than or equal to a value by specifying only a `Min` value
17+
- value: Range
18+
description: Trigger on values within the specified range by specifying both a `Min` and `Max`
19+
---

streamerbot/3.api/.parameters/core/GlobalVariableDestination.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

streamerbot/3.api/.parameters/core/GlobalVariablePersisted.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

streamerbot/3.api/.parameters/core/GlobalVariableSource.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Destination
3+
type: Select
4+
default: Global
5+
required: true
6+
options:
7+
- value: Global
8+
description: Set a general global variable (non user variable)
9+
- value: User (redeemer)
10+
description: Set a user global for the user who **activated** the currently executing action
11+
- value: User (target)
12+
description: |
13+
Set a user global for the user found in the `targetUser` argument
14+
<br>
15+
Commonly used in conjunction with the [Get User Info for Target](/api/sub-actions/twitch/user/get-user-info-for-target) sub-action
16+
---
17+
18+
Select the destination type for the global variable
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Persisted
3+
type: Toggle
4+
default: Persisted
5+
options:
6+
- value: Persisted
7+
description: These variables persist across Streamer.bot restarts
8+
- value: Non-Persisted
9+
description: These variables should be considered **temporary** and will be wiped at shutdown
10+
---
11+
12+
Toggle between `Persisted` and `Non-Persisted` variables
13+
14+
::warning
15+
Ensure you select the correct datastore (persisted or non-persisted) for the variable you are trying to get or set
16+
::
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Source
3+
type: Select
4+
default: Global
5+
required: true
6+
options:
7+
- value: Global
8+
description: Fetch any general global variable (non user variable)
9+
- value: User (redeemer)
10+
description: Fetch a user global for the user who **activated** the currently executing action
11+
- value: User (target)
12+
description: |
13+
Fetch a user global for the user found in the `targetUser` argument
14+
<br>
15+
Commonly used in conjunction with the [Get User Info for Target](/api/sub-actions/twitch/user/get-user-info-for-target) sub-action
16+
---
17+
18+
Select the source type for the global variable

streamerbot/3.api/.parameters/elgato/ElgatoStreamDeckButtonId.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

streamerbot/3.api/.parameters/elgato/ElgatoStreamDeckButtonState.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)