ProtoFlux:Previous Value: Difference between revisions

From Resonite Wiki
create previous value ProtoFlux page
 
add wrap around clarification
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
See [[:Category:Enums|Enums]] for a more in depth explaination on what Enums are.
See [[:Category:Enums|Enums]] for a more in depth explaination on what Enums are.


Next Value is a [[ProtoFlux]] node that when given an [[:Category:Enums|Enum]] will give the previous enum numerically according to the [[:Category:Enums|Enums]] page. "*" and "Value" will never be different enum types.
Previous Value is a [[ProtoFlux]] node that when given an [[:Category:Enums|Enum]] will give the previous enum numerically according to the [[:Category:Enums|Enums]] page. "*" and "Value" will never be different enum types.


== Inputs ==
== Inputs ==
Line 27: Line 27:
=== * ([[:Category:Enums|Enum]] Generic) ===
=== * ([[:Category:Enums|Enum]] Generic) ===


The next Enum before Value ([[:Category:Enums|Enum]] Generic) numerically.
The previous Enum before 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 21:26, 3 February 2024

Previous Value < T >
Value
*
Enums


See Enums for a more in depth explaination on what Enums are.

Previous Value is a ProtoFlux node that when given an Enum will give the previous 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 previous Enum before Value (Enum Generic) numerically. This node will wrap around forwards and backwards for the output.