Skip to content

Lib.flow.context.SetIntVariable

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

SetIntVariable

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 (CommandRequired) -
VariableName (String) -
Value (Int32) -
LogLevel (Int32) -
ClearAfterExecution (Boolean) -

Outputs

Name Type
Output T3.Core.DataTypes.Command

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally