Cycle through enum at runtime

Hey @DarkEmbrace96

If it’s just for debugging and don’t care much about performance / correct code you can do something like this:

Just use your type of Enum instead

1 Like