ProtoFlux:Next Value

From Resonite Wiki
Next Value < T >
Value
*
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.