Category:ProtoFlux:Variables:Dynamic: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fix link spaces
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Clear Dynamic Variables|| Can be used to remove all variables from a space
|ClearDynamicVariables|| Can be used to remove all variables from a space
|Clear Dynamic Variables Of Type|| Can be used to remove all of one type of variable from a space
|ClearDynamicVariablesOfType|| Can be used to remove all of one type of variable from a space
|Create Dynamic Variable|| Can be used to create a variable on a space (TODO: Or make that space?)  
|CreateDynamicVariable|| Can be used to create a variable on a space (TODO: Or make that space?)  
|Delete Dynamic Variable|| Can be used to remove a specific dynamic variable from a space
|DeleteDynamicVariable|| Can be used to remove a specific dynamic variable from a space
|Dynamic Variable Input|| Reads a dynamic variable using itself as the slot.
|DynamicVariableInput|| Reads a dynamic variable using itself as the slot.
|Dynamic Variable Input With Events|| Input with space linking events
|DynamicVariableInputWithEvents|| Input with space linking events
|Read Dynamic Variable|| Can read a dynamic variable from a space
|ReadDynamicVariable|| Can read a dynamic variable from a space
|Write Dynamic Variable|| Can write a dynamic variable to a space
|WriteDynamicVariable|| Can write a dynamic variable to a space
|Write Or Create Dynamic Variable|| Can write a dynamic variable to a space without the variable previously needing to be there. (TODO: can it make that space?)  
|WriteOrCreateDynamicVariable|| Can write a dynamic variable to a space without the variable previously needing to be there. (TODO: can it make that space?)  
}}
}}
[[Category:ProtoFlux:Variables]]
[[Category:ProtoFlux:Variables]]

Revision as of 03:59, 25 August 2025

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?)