create next value ProtoFlux page |
m YoshBot moved page ProtoFlux:Next Value to ProtoFlux:NextValue: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 27: | Line 27: | ||
=== * ([[:Category:Enums|Enum]] Generic) === | === * ([[:Category:Enums|Enum]] Generic) === | ||
The next Enum after Value ([[:Category:Enums|Enum]] Generic) numerically. | The next Enum after Value ([[:Category:Enums|Enum]] Generic) numerically. This node will wrap around forwards and backwards for the output. | ||
[[Category:ProtoFlux:Enums]] | [[Category:ProtoFlux:Enums]] |
Latest revision as of 00:28, 21 August 2025
Next Value < T >
Enums
See Enums for a more in depth explaination on what Enums are.
Next Value is a ProtoFlux node that when given an Enum will give the next enum numerically according to the Enums page. "*" and "Value" will never be different enum types.
Inputs
Value (Enum Generic)
The Enum to start at.
Outputs
* (Enum Generic)
The next Enum after Value (Enum Generic) numerically. This node will wrap around forwards and backwards for the output.