Category:ProtoFlux:Variables:Dynamic

Category page
Revision as of 04:01, 25 August 2025 by YoshBot (talk | contribs) (YoshBot moved page Category:ProtoFlux:Variables:DynamicVariables to Category:ProtoFlux:Variables:Dynamic: reflecting name in browser)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?)