Number Node: Difference between revisions

From RoboPad Wiki
Jump to navigation Jump to search
(Adds Number Node page.)
 
m (I actually think the Number node was introduced in 2.4 beta 1, rather than 2.)
 
Line 7: Line 7:
</gallery>
</gallery>
|output-list=<li>value</li>
|output-list=<li>value</li>
|version=2.4-b2
|version=2.4-b1
}}
}}
The Number Node is one of the simplest nodes available in the Node Editor. It has a single output port, ''value'', that emits the value of the node (as configured in its settings window) as soon as the nodegraph is initialised (immediately after the [[The Controller|controller]] has loaded). It is designed to be used in a similar way to a constant variable in a computer program. By storing specific numbers in Number Nodes, you can control the inputs of many nodes at once.  
The Number Node is one of the simplest nodes available in the Node Editor. It has a single output port, ''value'', that emits the value of the node (as configured in its settings window) as soon as the nodegraph is initialised (immediately after the [[The Controller|controller]] has loaded). It is designed to be used in a similar way to a constant variable in a computer program. By storing specific numbers in Number Nodes, you can control the inputs of many nodes at once.  


Number Nodes were introduced in [[Firmware Releases|firmware version]] 2.4-b2.
Number Nodes were introduced in [[Firmware Releases|firmware version]] 2.4-b1.

Latest revision as of 01:53, 8 March 2023

← Return to Node Catalogue

Number Node
Inputs
    none
Outputs
  • value
Version Introduced
2.4-b1

The Number Node is one of the simplest nodes available in the Node Editor. It has a single output port, value, that emits the value of the node (as configured in its settings window) as soon as the nodegraph is initialised (immediately after the controller has loaded). It is designed to be used in a similar way to a constant variable in a computer program. By storing specific numbers in Number Nodes, you can control the inputs of many nodes at once.

Number Nodes were introduced in firmware version 2.4-b1.