chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user