ProtoFlux:Reference To Output: Difference between revisions

From Resonite Wiki
Created a page for the Ref To Output node.
 
Fixed links.
Line 12: Line 12:
|}}
|}}


The '''Reference To Output''' node takes in a reference (either a [[ProtoFlux:Data Model Store|data model store variable]] or source of a component field). And returns the [[Type:IVariable|IVariable]] reference that can be used for [[ProtoFlux:Indirect Write|indirect writes]]. This node is created when attaching a data model store or field source into an input that requires an IVariable.
The '''Reference To Output''' node takes in a reference (either a [[ProtoFlux:Data Model Store|data model store variable]] or source of a component field). And returns the [[Type:IVariable`2|IVariable]] reference that can be used for [[ProtoFlux:Indirect Write|indirect writes]]. This node is created when attaching a data model store or field source into an input that requires an IVariable.


{{Note|This node can only be made by connected the node wires (Remove this warning if there is another known way to making this node).|warning}}
{{Note|This node can only be made by connected the node wires (Remove this warning if there is another known way to making this node).|warning}}
Line 20: Line 20:
== Outputs ==
== Outputs ==


=== * ([[Type:IVariable|IVariable]]) ===  
=== * ([[Type:IVariable`2|IVariable]]) ===  


The reference to the field containing that variable.
The reference to the field containing that variable.
Line 26: Line 26:
== Globals ==
== Globals ==


=== * ([[Type:IVariable|IVariable]]) ===
=== * ([[Type:IVariable`2|IVariable]]) ===


The IVariable reference (which could be either a data model store variable or source of a component field)
The IVariable reference (which could be either a data model store variable or source of a component field)

Revision as of 04:53, 26 June 2024

Ref To Output
*
Reference
null
Core

The Reference To Output node takes in a reference (either a data model store variable or source of a component field). And returns the IVariable reference that can be used for indirect writes. This node is created when attaching a data model store or field source into an input that requires an IVariable.

This node can only be made by connected the node wires (Remove this warning if there is another known way to making this node).

You can also use the Field As Variable node as an alternative to this way of using the reference of a field.

Outputs

* (IVariable)

The reference to the field containing that variable.

Globals

* (IVariable)

The IVariable reference (which could be either a data model store variable or source of a component field)

Examples