Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For an Overview of Enums, click here.

Panel
panelIconId1f393
panelIcon:mortar_board:
panelIconText🎓
bgColor#4C9AFF

To practice using Enums, in Motive Academy there is a course creating Hints for the learner.

Table of Contents
minLevel1
maxLevel7

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

Create an Enum

Create a Variable using Enums

Use an Enum to Track a State in a Behaviour Model