ProtoFlux:Read Dynamic Variable: Difference between revisions

From Resonite Wiki
add strange info
grammar kinda
Line 22: Line 22:
=== Source ([[Type:Slot|Slot]]) ===
=== Source ([[Type:Slot|Slot]]) ===


This is the source slot that this node reads from. If the slot for this isn't provided, the engine will default the source slot to be this the slot of the node itself.
This is the source slot that this node reads from. If the slot for this isn't provided, the engine will default the source slot to the slot of the node itself.


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

Revision as of 19:31, 12 April 2024

Read Dynamic Variable
Source
FoundValue
Path
Value
Variables

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.

Although you cannot jump or skip variable spaces using this node from your provided string path, you can however use multiple of these nodes in conjunction together and provide more path strings to get to where you want to search for in the hierarchy (best showcased when using Slots as your returning value).

Inputs

Source (Slot)

This is the source slot that this node reads from. If the slot for this isn't provided, the engine will default the source slot to the slot of the node itself.

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.