Transition
Members
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
The identifier of the state that can trigger the transition. |
|
An identifier string. May not contain ‘.’, spaces, newlines, or tabs |
No |
|
The identifier of the state that the state machine will move to after the transition. |
|
An identifier string. May not contain ‘.’, spaces, newlines, or tabs |
No |
|
A string containing a Lua script that will be executed when the transition is triggered. |
|
Value of type ‘String’ |
Yes |