Struct VisualScriptSequence
Executes a series of Sequence ports.
struct VisualScriptSequence
;
Steps through a series of one or more output Sequence ports. The current data port outputs the currently executing item.
Input Ports:
- Sequence: in order
Output Ports:
- Sequence: 1
- Sequence: 2 - n (optional)
- Data (int): current
Properties
| Name | Type | Description |
|---|---|---|
steps[get, set]
|
long | The number of steps in the sequence. |
Methods
| Name | Description |
|---|---|
getSteps
|
|
setSteps
|