forgot the catgeory |
m types fixed |
||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Name":"Field", "Type":"IValue"} | {"Name":"Field", "Type":"IValue`1"} | ||
] | ] | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"*", "Type":" | {"Name":"*", "Type":"IVariable`2"} | ||
] | ] | ||
|}} | |}} | ||
Line 21: | Line 21: | ||
=== Field ([[Type:IValue`1|IValue<T>]] Generic)=== | === Field ([[Type:IValue`1|IValue<T>]] Generic)=== | ||
The [[Type:IValue`1|IValue<T>]] to put inside of the output * ([[Type: | The [[Type:IValue`1|IValue<T>]] to put inside of the output * ([[Type:IVariable`2|Variable]]). | ||
== Outputs == | == Outputs == | ||
=== * ([[Type: | === * ([[Type:IVariable`2|Variable]] Generic) === | ||
A variable that wraps the inputted Field ([[Type:IValue`1|IValue<T>]]). | A variable that wraps the inputted Field ([[Type:IValue`1|IValue<T>]]). | ||
Revision as of 20:13, 9 February 2024
Field As Variable takes an IValue<T> that wraps any Generic value, and outputs a variable that wraps the value field provided into the input Field (IValue<T>).
Variables for Indirects can be made using a Field As Variable which can wrap any type (Generic). Variables can also be made by dragging a source of the same wrapped type (ex:Source<String> -> Variable<String>) into any variable input and it will make a special converter to connect them. This can be multiplexed using Multiplexing for using multiple variables into the same input on Indirects. Multiplexing the inputs on Indirects can be useful in modifying a list of variables during a For or While loop.
Inputs
Field (IValue<T> Generic)
Outputs
* (Variable Generic)
A variable that wraps the inputted Field (IValue<T>).
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.