fix page |
fix links |
||
Line 18: | Line 18: | ||
== Inputs == | == Inputs == | ||
=== Source ([[Type:Slot]]) === | === Source ([[Type:Slot|Slot]]) === | ||
This is the source slot that this node reads from. | This is the source slot that this node reads from. | ||
=== Path ([[Type:String]]) === | === Path ([[Type:String|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 ([[Type:Bool]]) === | === FoundValue ([[Type:Bool|bool]]) === | ||
Whether the value we are searching for is found or not. | Whether the value we are searching for is found or not. |
Revision as of 04:15, 6 April 2024
Read Dynamic Variable
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 (Slot)
This is the source slot that this node reads from.
Path (String)
The string input to find where to read from.
Outputs
FoundValue (bool)
Whether the value we are searching for is found or not.
Value (Generic)
The value that is found.