ProtoFlux:DynamicVariableInput: Difference between revisions

From Resonite Wiki
Create Dynamic Variable Input ProtoFlux Node Page
 
m cat
 
(3 intermediate revisions by 3 users not shown)
Line 13: Line 13:
|}}
|}}


Dynamic Variable Input is a ProtoFlux node that is able to read from a dynamic variable space the same as a [[Component:DynamicValueVariableDriver|Dynamic Variable Driver Component]] does, by reading a dynamic variable value using its own slot as a read point. To see how dynamic variables are created and read, see [[Dynamic Variables]].
Dynamic Variable Input is a ProtoFlux node that is able to read from a [[Component:DynamicVariableSpace|dynamic variable space]] the same as a [[Component:DynamicValueVariableDriver|Dynamic Variable Driver Component]] does, by reading a dynamic variable value using its own slot as a read point. To see how dynamic variables are created and read, see [[Dynamic Variables]]. If you want to change the path dynamically, use [[ProtoFlux:Read Dynamic Variable|Read Dynamic Variable]] but without providing a slot to Source ([[Type:Slot|Slot]])
 
{{Note|If you want more control on when a slot is linked/unlinked, use [[ProtoFlux:Dynamic Variable Input With Events| Dynamic Variable Input with Events]] instead.|suggestion}}


== Outputs ==
== Outputs ==
Line 31: Line 33:
The name to read for a dynamic variable with. To see how the name of a dynamic variable can be written, including how it can vary wildly, see [[Dynamic Variables]]
The name to read for a dynamic variable with. To see how the name of a dynamic variable can be written, including how it can vary wildly, see [[Dynamic Variables]]


[[Category:ProtoFlux:Variables:DynamicVariables]]
[[Category:ProtoFlux:Variables:Dynamic]]

Latest revision as of 04:02, 25 August 2025

DynVar Input
Value
HasValue
VariableName
null
Dynamic

Dynamic Variable Input is a ProtoFlux node that is able to read from a dynamic variable space the same as a Dynamic Variable Driver Component does, by reading a dynamic variable value using its own slot as a read point. To see how dynamic variables are created and read, see Dynamic Variables. If you want to change the path dynamically, use Read Dynamic Variable but without providing a slot to Source (Slot)

If you want more control on when a slot is linked/unlinked, use Dynamic Variable Input with Events instead.

Outputs

Value (Generic)

Outputs the value of the dynamic variable with the type of Value and a variable name of VariableName

HasValue (bool)

Outputs whether or not a variable of VariableName could be found from this node.

Globals

VariableName (String)

The name to read for a dynamic variable with. To see how the name of a dynamic variable can be written, including how it can vary wildly, see Dynamic Variables