EasyUse/Logic/Typegenerated
Int
Provides an integer value to your workflow. It acts as a simple type/constant node, letting you set a whole number that can be passed to any node expecting an I...
Int
int
value
0
Easy Use
Description
Provides an integer value to your workflow. It acts as a simple type/constant node, letting you set a whole number that can be passed to any node expecting an INT input.
Inputs
- value: The integer value to provide. The default is
0, and the accepted range is-999999to999999.
Outputs
- INT: The configured integer value.
Usage Notes
Use this node when you need to supply a fixed integer constant, such as a seed, count, index, or other numeric parameter. It has no side effects and simply outputs the value entered in the value field.
Comments
Sign in with GitHub to join the discussion.