...
Info |
---|
For an Overview of Enums, click here. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
To practice using Enums, in Motive Academy there is a course creating Hints for the learner. |
Table of Contents | ||||
---|---|---|---|---|
|
Definition
The term "Enum" is short for "enumerated list". It is a common programming term that simply means a user-defined list.
Use
You would use an enum Enum if you would like to create a variable Variable that has a list of options or states.
Creating an Enum in StoryFlow:
...
Location
You can access your Enum list by using the last icon on the far right of StoryFlow. You access it by clicking this button:
...
Watch this video to see how to create an enum:
Videothe screen:
...