Transition

Members

Name

Documentation

Type

Description

Optional

From

The identifier of the state that can trigger the transition.

Identifier

An identifier string. May not contain ‘.’, spaces, newlines, or tabs

No

To

The identifier of the state that the state machine will move to after the transition.

Identifier

An identifier string. May not contain ‘.’, spaces, newlines, or tabs

No

Action

A string containing a Lua script that will be executed when the transition is triggered.

String

Value of type ‘String’

Yes