Added Enums ProtoFlux Category  | 
				 fix link spaces  | 
				||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes  | {{Table ProtoFluxCategoryNodes  | ||
|  | |EnumToNumber|| Takes in the enum value and converts it into a number.  | ||
|  | |NextValue|| Takes in the enum value and returns the next one in the list.  | ||
|  | |NumberToEnum|| Takes in a number and returns the enum equivalent.  | ||
|  | |PreviousValue|| Takes in the enum value and returns the one before in the list.  | ||
|  | |ShiftEnum|| Takes in the enum value and returns the jumped value in the list.  | ||
}}  | }}  | ||
[[Category:ProtoFlux]]  | |||
Latest revision as of 19:52, 24 August 2025
| Node Name | Description | 
|---|---|
| EnumToNumber | Takes in the enum value and converts it into a number. | 
| NextValue | Takes in the enum value and returns the next one in the list. | 
| NumberToEnum | Takes in a number and returns the enum equivalent. | 
| PreviousValue | Takes in the enum value and returns the one before in the list. | 
| ShiftEnum | Takes in the enum value and returns the jumped value in the list. | 
Pages in category "ProtoFlux:Enums"
The following 5 pages are in this category, out of 5 total.