Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions streamerbot/3.api/1.sub-actions/core/globals/global-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Get Global Variable
description: Fetch the value of a global variable and populate a local argument
parameters:
- name: Source
import: core/GlobalVariableSource
- name: Persisted
import: core/GlobalVariablePersisted
- name: Variable Name
type: Text
required: true
Expand Down
2 changes: 2 additions & 0 deletions streamerbot/3.api/1.sub-actions/core/globals/global-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Set Global Variable
description: Create or update the value of a global variable
parameters:
- name: Destination
import: core/GlobalVariableDestination
- name: Persisted
import: core/GlobalVariablePersisted
- name: Variable Name
type: Text
required: true
Expand Down
Loading