/
Enums: An Overview
Enums: An Overview
For an Overview of Enums, click here.
To practice using Enums, in Motive Academy there is a course creating Hints for the learner.
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 if you would like to create a Variable that has a list of options or states.
Location
You can access your Enum list by using the last icon on the far right of the screen:
Related Articles
, multiple selections available,
Related content
Use an Enum to Track a State in a Behaviour Model
Use an Enum to Track a State in a Behaviour Model
More like this
Create Enum
Create Enum
More like this
Behaviour Models
Behaviour Models
More like this
Create a Variable using Enums
Create a Variable using Enums
More like this
Numbered Dial
Numbered Dial
More like this
Variable Settings
Variable Settings
More like this