ProtoFlux:Read Dynamic Variable: Difference between revisions

From Resonite Wiki
Created the Read Dynamic Variable node page on the wiki.
 
fix page
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Read Dynamic Variable
|Name=Read Dynamic Variable
|Category=Wiki
|Category=Dynamic Varables
|Inputs=
|Inputs=
[
[
Line 9: Line 9:
|Outputs=
|Outputs=
[
[
{"Name":"FoundValue", "Type":"Bool"}
{"Name":"FoundValue", "Type":"bool"},
{"Name":"Value", "Type":"Generic"}
{"Name":"Value", "Type":"Dummy"}
]
]
|}}
|}}
Line 18: Line 18:
== Inputs ==
== Inputs ==


=== Source ([[Slot]]) ===
=== Source ([[Type:Slot]]) ===


This is the source slot that this node reads from.
This is the source slot that this node reads from.


=== Path ([[String]]) ===
=== Path ([[Type:String]]) ===


The string input to find where to read from.
The string input to find where to read from.
Line 28: Line 28:
== Outputs ==
== Outputs ==


=== FoundValue ([[:Bool]]) ===
=== FoundValue ([[Type:Bool]]) ===


Whether the value we are searching for is found or not.
Whether the value we are searching for is found or not.
Line 35: Line 35:


The value that is found.
The value that is found.
[[Category:Protoflux:DynamicVarables]]

Revision as of 04:14, 6 April 2024

Read Dynamic Variable
Source
FoundValue
Path
Value
Dynamic Varables

Read Dynamic Variable is a node that takes in a slot as a source and goes down the hierarchy to find the first dynamic space that contains the path specified, then returns the matching type's value if one is found. For more information, see Dynamic Variables.

Inputs

Source (Type:Slot)

This is the source slot that this node reads from.

Path (Type:String)

The string input to find where to read from.

Outputs

FoundValue (Type:Bool)

Whether the value we are searching for is found or not.

Value (Generic)

The value that is found.