Files
2026-07-13 13:13:17 +08:00

502 B

SetIntVar

in Lib.flow.context

Sets or overwrites an int variable that can be retrieved by [GetIntVar] further down (left in) the graph.

Input Parameters

Name (Relevancy & Type) Description
SubGraph (Command)
VariableName (String)
Value (Int32)
LogLevel (Int32)
ClearAfterExecution (Boolean)

Outputs

Name Type
Output T3.Core.DataTypes.Command