From 0f5e8841201dde09394757eaccb1383fe511b310 Mon Sep 17 00:00:00 2001 From: FajitaOfTreason <234828294+FajitaOfTreason@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:11:19 -0700 Subject: [PATCH] add import to global set and get subaction params --- streamerbot/3.api/1.sub-actions/core/globals/global-get.md | 2 ++ streamerbot/3.api/1.sub-actions/core/globals/global-set.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/streamerbot/3.api/1.sub-actions/core/globals/global-get.md b/streamerbot/3.api/1.sub-actions/core/globals/global-get.md index 045f649e..aca24882 100755 --- a/streamerbot/3.api/1.sub-actions/core/globals/global-get.md +++ b/streamerbot/3.api/1.sub-actions/core/globals/global-get.md @@ -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 diff --git a/streamerbot/3.api/1.sub-actions/core/globals/global-set.md b/streamerbot/3.api/1.sub-actions/core/globals/global-set.md index facd34ec..4b3247b1 100755 --- a/streamerbot/3.api/1.sub-actions/core/globals/global-set.md +++ b/streamerbot/3.api/1.sub-actions/core/globals/global-set.md @@ -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