chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,22 @@
# SetStringVar
*in [Lib.flow.context](README.md)*
Writes a string value to the context's float variable dictionary.
Use [GetStringVar] to read this value further down the graph.
Example: [SetContextVariableExample]
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **StringValue** (String) | String value of this variable |
| **VariableName** (String) | The name to set for the variable. So it can be referenced to later in the graph. |
| **SubGraph** (Command) | Optional sub-graph so this can be used between different command operators (Execute, etc.). |
| **ClearAfterExecution** (Boolean) | — |
## Outputs
| Name | Type |
|---|---|
| **Output** | T3.Core.DataTypes.Command |