ProtoFlux:ReferenceToOutput: Difference between revisions

From Resonite Wiki
overhaul
m YoshBot moved page ProtoFlux:Reference To Output to ProtoFlux:ReferenceToOutput: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:32, 21 August 2025

Ref To Output
*
Reference
null
Core

The Reference To Output node takes a Global ProtoFlux reference and returns the IVariable that can be used for an Indirect Write.

This node is automatically created when attaching an applicable node output (Data Model Store, Store, Local, or Source) into an input that requires an IVariable. To create this node from the node menu, one must use the assembly type names for IVariable and ExecutionContent. An example valid type for this node is ProtoFlux.Runtimes.Execution.IVariable<ProtoFlux.Runtimes.Execution.ExecutionContext,string>.

Outputs

* (IVariable)

The IVariable wrapper of Reference.

Globals

Reference (IVariable)

The IProtoFluxNode<IVariable<C,T>> to output. Common cases for this are a Data Model Store, Store, Local, or Source.

Examples

See Also