Goto State
Transition directly to another state in the same FSM.
Parameters
| Parameter | Description |
|---|---|
| To State | The state to transition to. |
Notes
- This is an immediate state jump.
- Use it for direct flow control when you already know the next state.
Transition directly to another state in the same FSM.
| Parameter | Description |
|---|---|
| To State | The state to transition to. |