Category:ProtoFlux:Variables:Dynamic

Category page
Nodes
Node Name Description
ClearDynamicVariables Can be used to remove all variables from a space
ClearDynamicVariablesOfType Can be used to remove all of one type of variable from a space
CreateDynamicVariable Can be used to create a variable on a space (TODO: Or make that space?)
DeleteDynamicVariable Can be used to remove a specific dynamic variable from a space
DynamicVariableInput Reads a dynamic variable using itself as the slot.
DynamicVariableInputWithEvents Input with space linking events
ReadDynamicVariable Can read a dynamic variable from a space
WriteDynamicVariable Can write a dynamic variable to a space
WriteOrCreateDynamicVariable Can write a dynamic variable to a space without the variable previously needing to be there. (TODO: can it make that space?)